-
Notifications
You must be signed in to change notification settings - Fork 127
chore: add env var for changing cloud-samples-data bucket #1021
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
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>
@bmccutchon can you take a look at the compilation errors?
full stacktrace |
This allows the tests to compile and run under Java 7.
I replaced |
This makes it possible to run the tests in a VPC Service Controls perimeter where public buckets may be unreachable.