-
Notifications
You must be signed in to change notification settings - Fork 323
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.testingtype: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.
Description
In CI, this test has failed at least twice in the last day.
> assert len(row_tuples) == len(expected)
E AssertionError: assert 0 == 6
E + where 0 = len([])
E + and 6 = len([(1.11, True, 'my string', 10), (2.22, False, 'another string', 20), (3.33, False, 'another string', 30), (4.44, True, 'another string', 40), (5.55, False, 'another string', 50), (6.66, True, None, 60)])
tests/system/test_pandas.py:696: AssertionError
Perhaps this due to eventual consistency and we need to poll until we get 6 results.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.testingtype: processA process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.