Skip to content

tests.system.test_sqlalchemy_bigquery: test_dml failed #111

@flaky-bot

Description

@flaky-bot

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.


commit: 0cfc5de
buildURL: Build Status, Sponge
status: failed

Test output
engine = Engine(bigquery://)
session = 
table_dml = Table('test_pybigquery.sample_dml', MetaData(bind=Engine(bigquery://)), Column('integer', Integer(), table=), Column('array', ARRAY(Integer()), table=), schema=None)
def test_dml(engine, session, table_dml):
    # test insert
    engine.execute(table_dml.insert(ONE_ROW_CONTENTS_DML))
    result = table_dml.select().execute().fetchall()
  assert len(result) == 1

E AssertionError: assert 4 == 1
E + where 4 = len([(588, datetime.datetime(2013, 10, 10, 11, 27, 16, tzinfo=), 'test', 40.76727216, Decimal('40.76727216'), False, ...ime(2013, 10, 10, 11, 27, 16), datetime.time(11, 27, 16), b'test_bytes', None, None, None, None, None, None, None, [])])

tests/system/test_sqlalchemy_bigquery.py:516: AssertionError

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/python-bigquery-sqlalchemy API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions