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

bigquery: wait for copy to finish #1456

Merged
merged 1 commit into from
Dec 8, 2016
Merged

bigquery: wait for copy to finish #1456

merged 1 commit into from
Dec 8, 2016

Commits on Dec 8, 2016

  1. bigquery: wait for copy to finish

    BigQuery integration tests previously create a table-copy job,
    verify properties, and delete the destination table.
    
    Deletion will fail if BigQuery hasn't gotten around to copy the table
    yet.
    The fix is to wait for the job to finish (1 min timeout) before deleting.
    pongad committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    cc65ae5 View commit details
    Browse the repository at this point in the history