Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

fix: fix maven test configs to make sure admin tests don't clobber data tests - #47

Merged
igorbernstein2 merged 2 commits into
googleapis:masterfrom
igorbernstein2:fix-test-clobbering
Oct 28, 2019
Merged

fix: fix maven test configs to make sure admin tests don't clobber data tests#47
igorbernstein2 merged 2 commits into
googleapis:masterfrom
igorbernstein2:fix-test-clobbering

Conversation

@igorbernstein2

Copy link
Copy Markdown
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 28, 2019
Comment thread google-cloud-bigtable/pom.xml Outdated
<test>com.google.cloud.bigtable.data.v2.it.**</test>
<test>com.google.cloud.bigtable.admin.v2.it.**</test>
<includes>
<include>com.google.cloud.bigtable.data.v2.it.**</include>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it possible to replace this with a one-liner: com.google.cloud.bigtable.**.v2.it.**? Not super familiar with the syntax here but wanted to check!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, updated. Thanks for the suggestion

@codecov

codecov Bot commented Oct 28, 2019

Copy link
Copy Markdown

Codecov Report

Merging #47 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #47   +/-   ##
=========================================
  Coverage     81.28%   81.28%           
  Complexity      937      937           
=========================================
  Files            95       95           
  Lines          5839     5839           
  Branches        325      325           
=========================================
  Hits           4746     4746           
  Misses          917      917           
  Partials        176      176

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4ca7e2f...85a8160. Read the comment docs.

@kolea2 kolea2 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM let's just confirm in logs it looks good before merging

@igorbernstein2
igorbernstein2 merged commit 18576f5 into googleapis:master Oct 28, 2019
@igorbernstein2
igorbernstein2 deleted the fix-test-clobbering branch October 28, 2019 19:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants