8000 tests/system/test_pandas.py::test_insert_rows_from_dataframe is flaky · Issue #733 · googleapis/python-bigquery · GitHub
[go: up one dir, main page]

Skip to content

tests/system/test_pandas.py::test_insert_rows_from_dataframe is flaky #733

@jimfulton

Description

@jimfulton

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.testingtype: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0