-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Wait for load jobs to complete in system tests. #3782
Conversation
On closer look, the |
@tswast Do you want this merged? |
bigquery/tests/system.py
Outdated
Config.CURSOR.execute(query_template.format(dataset_name, table_name)) | ||
Config.CURSOR.execute( | ||
query_template.format(dataset_name, table_name), | ||
job_id='test_dbapi_w_dml_{}'.format(str(uuid.uuid4()))) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
That answers that. :-) |
Specify job ID in BQ DB-API DML tests to allow for further test flake debugging.
I updated the |
Specify job ID in BQ DB-API DML tests to allow for further test flake
debugging.
Attempting to debug #3742