-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: bigqueryIssues related to the googleapis/java-bigquery API.Issues related to the googleapis/java-bigquery API.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
The ITBigqueryTest.testConnectionCancel is failing with the following error for the Native Image testing Kokoro job. This failure was first discovered in #1374.
[ERROR] testConnectionCancel Time elapsed: 5.127 s <<< FAILURE!
java.lang.AssertionError
at com.google.cloud.bigquery.it.ITBigQueryTest.testConnectionCancel(ITBigQueryTest.java:2610)
Note that the failure occurs before the Native Image build step.
However, running this test locally with mvn test -Pnative results in a successful build.
Creating this issue to keep track of similar errors in the future.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: bigqueryIssues related to the googleapis/java-bigquery API.Issues related to the googleapis/java-bigquery API.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.
