-
Notifications
You must be signed in to change notification settings - Fork 81
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
fix: more writeapi manual client test issues #241
Conversation
yirutang
commented
May 1, 2020
•
edited
Loading
edited
- Fix some unwanted exceptions in the test run by make sure writers are cleaned up.
- Fix another executor race issue.
- The reconnection test failure is wired, it seems the test was shut down while running. I split the tests into 3 and reduce its run length. It could be due to testing taking too long to run (each wait is 7 seconds and there were 4 waits).
- Fix some unwanted exceptions in the test run by make sure writers are cleaned up. - Fix another executor race issue. - The reconnection test failure is wired, it seems the test was shut down while running. I split the tests into 3 and reduce its run length. It could be due to testing taking too long to run (each wait is 7 seconds and there were 4 waits). modified: google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriter.java modified: google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/WriterCache.java modified: google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/StreamWriterTest.java modified: google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1alpha2/WriterCacheTest.java
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.
tests are still failing
Codecov Report
@@ Coverage Diff @@
## master #241 +/- ##
============================================
+ Coverage 74.02% 75.19% +1.16%
- Complexity 346 368 +22
============================================
Files 45 45
Lines 2387 2471 +84
Branches 89 93 +4
============================================
+ Hits 1767 1858 +91
+ Misses 575 569 -6
+ Partials 45 44 -1 Continue to review full report at Codecov.
|