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.
Reactions are currently unavailable
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.