-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update BigTable conformance tests (#5901) #6166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update BigTable conformance tests (#5901) #6166
Conversation
* Refactor ReadRowsMergingAcceptanceTest to use the generated Java Protobuf classes from the google-cloud-conformance-test module. The format read from is still json. * Update to use the latest revision of the conformance-tests data.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting all of the clients aligned!
...test/java/com/google/cloud/bigtable/data/v2/stub/readrows/ReadRowsMergingAcceptanceTest.java
Outdated
Show resolved
Hide resolved
...test/java/com/google/cloud/bigtable/data/v2/stub/readrows/ReadRowsMergingAcceptanceTest.java
Outdated
Show resolved
Hide resolved
...test/java/com/google/cloud/bigtable/data/v2/stub/readrows/ReadRowsMergingAcceptanceTest.java
Outdated
Show resolved
Hide resolved
...test/java/com/google/cloud/bigtable/data/v2/stub/readrows/ReadRowsMergingAcceptanceTest.java
Outdated
Show resolved
Hide resolved
...test/java/com/google/cloud/bigtable/data/v2/stub/readrows/ReadRowsMergingAcceptanceTest.java
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #6166 +/- ##
=========================================
Coverage ? 46.82%
Complexity ? 25936
=========================================
Files ? 2524
Lines ? 269245
Branches ? 30390
=========================================
Hits ? 126064
Misses ? 133694
Partials ? 9487Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! thanks again for normalizing expectations across clients!
|
Failing test in the windows build is from the flaky spanner testsuite. |
Protobuf classes from the google-cloud-conformance-test module.
The format read from is still json.