Skip to content

BigQuery System Tests Failing in Python3 #1071

Description

@dhermes

Seen on Travis and duplicated locally for me:

======================================================================ERROR: test_load_table_from_storage_then_dump_table (bigquery.TestBigQuery)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"/path/to/gcloud-python/system_tests/bigquery.py", line270, intest_load_table_from_storage_then_dump_tablewriter.writerow(('Full Name', 'Age'))
TypeError: 'str'doesnotsupportthebufferinterface======================================================================ERROR: test_load_table_from_storage_then_dump_table (bigquery.TestBigQuery)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"/path/to/gcloud-python/system_tests/bigquery.py", line36, intearDowndoomed.delete()
File"/path/to/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/storage/blob.py", line243, indeletereturnself.bucket.delete_blob(self.name, client=client)
File"/path/to/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/storage/bucket.py", line399, indelete_blob_target_object=None)
File"/path/to/gcloud-python/.tox/system-tests3/lib/python3.4/site-packages/gcloud/connection.py", line419, inapi_requesterror_info=method+' '+url)
gcloud.exceptions.NotFound: 404NotFound (DELETEhttps://www.googleapis.com/storage/v1/b/bq_load_test_1439925277970/o/person_ages.csv)
----------------------------------------------------------------------Ran11testsin46.300sFAILED (errors=2)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions