This repository was archived by the owner on Mar 23, 2026. It is now read-only.
chore: add env var for changing cloud-samples-data bucket#1021
Merged
stephaniewang526 merged 3 commits intogoogleapis:masterfrom Dec 15, 2020
Merged
chore: add env var for changing cloud-samples-data bucket#1021stephaniewang526 merged 3 commits intogoogleapis:masterfrom
stephaniewang526 merged 3 commits intogoogleapis:masterfrom
Conversation
google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #1021 +/- ##
============================================
- Coverage 80.18% 80.14% -0.05%
+ Complexity 1268 1267 -1
============================================
Files 79 79
Lines 6576 6556 -20
Branches 760 739 -21
============================================
- Hits 5273 5254 -19
+ Misses 910 909 -1
Partials 393 393 Continue to review full report at Codecov.
|
Co-authored-by: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Contributor
kurtisvg
approved these changes
Dec 15, 2020
stephaniewang526
approved these changes
Dec 15, 2020
Contributor
|
@bmccutchon can you take a look at the compilation errors? full stacktrace |
This allows the tests to compile and run under Java 7.
Contributor
Author
|
I replaced |
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.
This makes it possible to run the tests in a VPC Service Controls perimeter where public buckets may be unreachable.