Commit 4bfa589
authored
test: fix testOpenTelemetryTracingDatasets by setting explicit location (#12932)
This PR fixes the testOpenTelemetryTracingDatasets failure by explicitly
setting the dataset location to US, making it deterministic across
environments.
This test has been flaky because the environment would assign a location
if it is not set explicitly. See [test failures
log](https://fusion2.corp.google.com/ci/kokoro/prod:cloud-devrel%2Fclient-libraries%2Fjava%2Fgoogle-cloud-java%2Fpresubmit%2Fbigquery-integration/activity/705a7514-338b-4268-8725-9506018ae49c/log)
for details.1 parent 0720279 commit 4bfa589
1 file changed
Lines changed: 3 additions & 1 deletion
File tree
- java-bigquery/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it
java-bigquery/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7801 | 7801 | | |
7802 | 7802 | | |
7803 | 7803 | | |
| 7804 | + | |
7804 | 7805 | | |
7805 | 7806 | | |
7806 | 7807 | | |
| |||
7818 | 7819 | | |
7819 | 7820 | | |
7820 | 7821 | | |
| 7822 | + | |
7821 | 7823 | | |
7822 | 7824 | | |
7823 | 7825 | | |
| |||
7839 | 7841 | | |
7840 | 7842 | | |
7841 | 7843 | | |
7842 | | - | |
| 7844 | + | |
7843 | 7845 | | |
7844 | 7846 | | |
7845 | 7847 | | |
| |||
0 commit comments