-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.
Description
Recently, these two tests have been failing more often than passing:
testInsertFromFile(com.google.gcloud.bigquery.it.ITBigQueryTest) Time elapsed: 13.864 sec <<< FAILURE!
java.lang.AssertionError: expected:<RECORD> but was:<PRIMITIVE>
at com.google.gcloud.bigquery.it.ITBigQueryTest.testInsertFromFile(ITBigQueryTest.java:939)
testListAllTableData(com.google.gcloud.bigquery.it.ITBigQueryTest) Time elapsed: 0.291 sec <<< FAILURE!
java.lang.AssertionError: expected:<RECORD> but was:<PRIMITIVE>
at com.google.gcloud.bigquery.it.ITBigQueryTest.testListAllTableData(ITBigQueryTest.java:640)
I will comment out these two tests for now, but we should uncomment and diagnose the problem when possible.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.