-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Labels
api: bigqueryIssues related to the googleapis/java-bigquery API.Issues related to the googleapis/java-bigquery API.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Note: #2904 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 1d660fa
buildURL: Build Status, Sponge
status: failed
Test output
org.junit.runners.model.TestTimedOutException: test timed out after 300 seconds at java.base@11.0.19/java.net.SocketInputStream.socketRead0(Native Method) at java.base@11.0.19/java.net.SocketInputStream.socketRead(SocketInputStream.java:115) at java.base@11.0.19/java.net.SocketInputStream.read(SocketInputStream.java:168) at java.base@11.0.19/java.net.SocketInputStream.read(SocketInputStream.java:140) at java.base@11.0.19/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:484) at java.base@11.0.19/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:478) at java.base@11.0.19/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70) at java.base@11.0.19/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1455) at java.base@11.0.19/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1066) at java.base@11.0.19/java.io.BufferedInputStream.fill(BufferedInputStream.java:252) at java.base@11.0.19/java.io.BufferedInputStream.read1(BufferedInputStream.java:292) at java.base@11.0.19/java.io.BufferedInputStream.read(BufferedInputStream.java:351) at java.base@11.0.19/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:787) at java.base@11.0.19/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:722) at java.base@11.0.19/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1615) at java.base@11.0.19/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1520) at java.base@11.0.19/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527) at java.base@11.0.19/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:334) at app//com.google.api.client.http.javanet.NetHttpResponse.(NetHttpResponse.java:36) at app//com.google.api.client.http.javanet.NetHttpRequest.execute(NetHttpRequest.java:152) at app//com.google.api.client.http.javanet.NetHttpRequest.execute(NetHttpRequest.java:84) at app//com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1012) at app//com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:552) at app//com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:493) at app//com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:603) at app//com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.getQueryResults(HttpBigQueryRpc.java:700) at app//com.google.cloud.bigquery.BigQueryImpl$36.call(BigQueryImpl.java:1468) at app//com.google.cloud.bigquery.BigQueryImpl$36.call(BigQueryImpl.java:1463) at app//com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:103) at app//com.google.cloud.bigquery.BigQueryRetryHelper.run(BigQueryRetryHelper.java:86) at app//com.google.cloud.bigquery.BigQueryRetryHelper.runWithRetries(BigQueryRetryHelper.java:49) at app//com.google.cloud.bigquery.BigQueryImpl.getQueryResults(BigQueryImpl.java:1462) at app//com.google.cloud.bigquery.BigQueryImpl.getQueryResults(BigQueryImpl.java:1446) at app//com.google.cloud.bigquery.Job$1.call(Job.java:343) at app//com.google.cloud.bigquery.Job$1.call(Job.java:340) at app//com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:103) at app//com.google.cloud.bigquery.BigQueryRetryHelper.run(BigQueryRetryHelper.java:86) at app//com.google.cloud.bigquery.BigQueryRetryHelper.runWithRetries(BigQueryRetryHelper.java:49) at app//com.google.cloud.bigquery.Job.waitForQueryResults(Job.java:339) at app//com.google.cloud.bigquery.Job.getQueryResults(Job.java:295) at app//com.google.cloud.bigquery.BigQueryImpl.queryRpc(BigQueryImpl.java:1385) at app//com.google.cloud.bigquery.BigQueryImpl.query(BigQueryImpl.java:1333) at app//com.google.cloud.bigquery.it.ITBigQueryTest.testFastDMLQuery(ITBigQueryTest.java:3833) at java.base@11.0.19/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base@11.0.19/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base@11.0.19/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base@11.0.19/java.lang.reflect.Method.invoke(Method.java:566) at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299) at app//org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293) at java.base@11.0.19/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base@11.0.19/java.lang.Thread.run(Thread.java:829)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/java-bigquery API.Issues related to the googleapis/java-bigquery API.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.