Skip to content

ITBigQueryTest flakiness #836

Closed
Closed
@ajkannan

Description

@ajkannan

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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions