Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BQ system tests: test_create_dataset failed, needs retry #2075

Closed
tseaver opened this issue Aug 9, 2016 · 0 comments
Closed

BQ system tests: test_create_dataset failed, needs retry #2075

tseaver opened this issue Aug 9, 2016 · 0 comments
Assignees
Labels
api: bigquery Issues related to the BigQuery API. testing

Comments

@tseaver
Copy link
Contributor

tseaver commented Aug 9, 2016

From https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/151011041#L609:

======================================================================
ERROR: test_create_dataset (bigquery.TestBigQuery)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/bigquery.py", line 59, in test_create_dataset
    dataset.create()
  File "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/bigquery/dataset.py", line 423, in create
    method='POST', path=path, data=self._build_resource())
  File "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/connection.py", line 347, in api_request
    error_info=method + ' ' + url)
ServiceUnavailable: 503 Error encountered during execution. Retrying may solve the problem. (POST https://www.googleapis.com/bigquery/v2/projects/precise-truck-742/datasets)
----------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. testing
Projects
None yet
Development

No branches or pull requests

2 participants