-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-pandas API.Issues related to the googleapis/python-bigquery-pandas API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Pandas CI -> test_gbq.py can be flakey.
Following API call times out:
address = ('bigquery.googleapis.com', 443), timeout = 60, source_address = None
error = NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f25022abf98>: Failed to establish a new connection: [Errno 110] Connection timed out',)
Called from https://github.com/pydata/pandas-gbq/blob/master/pandas_gbq/gbq.py#L1312
Can we allow to_gbq
to set a more generous timeout? Or any other solution here?
Example test failures on our master branch:
e.g : https://travis-ci.org/pandas-dev/pandas/jobs/646554600?utm_medium=notification&utm_source=github_status
and
https://travis-ci.org/pandas-dev/pandas/jobs/646597032?utm_medium=notification&utm_source=github_status
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-pandas API.Issues related to the googleapis/python-bigquery-pandas API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.