Skip to content

Commit ac79713

Browse files
fix(bigquery-jdbc): resolve failing otel IT in nightly (#13915)
1 parent 5c6478c commit ac79713

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

java-bigquery-jdbc/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
<skip>${skipSurefire}</skip>
5151
<systemPropertyVariables>
5252
<JDBC_TESTS>true</JDBC_TESTS>
53-
<java.net.preferIPv4Stack>true</java.net.preferIPv4Stack>
5453
</systemPropertyVariables>
5554
</configuration>
5655
</plugin>
@@ -60,7 +59,6 @@
6059
<configuration>
6160
<systemPropertyVariables>
6261
<JDBC_TESTS>true</JDBC_TESTS>
63-
<java.net.preferIPv4Stack>true</java.net.preferIPv4Stack>
6462
</systemPropertyVariables>
6563
</configuration>
6664
<dependencies>

java-bigquery-jdbc/src/test/java/com/google/cloud/bigquery/jdbc/it/ITOpenTelemetryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ private Trace verifyAndFetchTrace(String traceId) throws Exception {
307307

308308
private <T> T pollWithRetry(java.util.concurrent.Callable<T> task) throws InterruptedException {
309309
int attempts = 0;
310-
int maxAttempts = 10;
310+
int maxAttempts = 24;
311311
long delayMs = 10000;
312312

313313
// 10 second wait for GCP to ingest data

0 commit comments

Comments
 (0)