This repository was archived by the owner on Feb 24, 2026. It is now read-only.
fix: try to make test run a bit faster, and update some logs.#279
Merged
stephaniewang526 merged 1 commit intogoogleapis:masterfrom May 14, 2020
yirutang:fix-flaky
Merged
fix: try to make test run a bit faster, and update some logs.#279stephaniewang526 merged 1 commit intogoogleapis:masterfrom yirutang:fix-flaky
stephaniewang526 merged 1 commit intogoogleapis:masterfrom
yirutang:fix-flaky
Conversation
Codecov Report
@@ Coverage Diff @@
## master #279 +/- ##
============================================
- Coverage 74.35% 74.33% -0.03%
Complexity 382 382
============================================
Files 45 45
Lines 2566 2564 -2
Branches 101 101
============================================
- Hits 1908 1906 -2
Misses 604 604
Partials 54 54
Continue to review full report at Codecov.
|
stephaniewang526
approved these changes
May 14, 2020
shubhwip
pushed a commit
to shubhwip/java-bigquerystorage
that referenced
this pull request
Oct 7, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make custom executor no longer pass down to BigQueryWriteClient. The user have a choice of setting a custom BigQueryWriteClient nowadays. The custom executor will only be used in the scope of StreamWriter. This will reduce one test run time by 1 minute.