-
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
Dataset exists (409) / dataset still in use (DELETE --> 400) #2318
Comments
Big 👍 for avoiding shared dataset IDs. |
Because testcases no longer share dataset names, there isn't going to be a case where the eventual-consistency window for one testcase deleting its dataset overlaps the creation during setup of another testcase. |
But the clean-up of each dataset will be a delete and the "still in use" on DELETE is where the issue came from. |
@tseaver Let's leave it closed until the "still in use" shows up again in the wild? |
Hmm, I just kicked in #2333 to address it. |
Oh gotcha. SGTM. |
python2
:precise-truck-742:system_tests_160041019_1473898532
precise-truck-742:system_tests_160041019_1473898532
then
python3
:precise-truck-742:system_tests_160041019_1473898730
precise-truck-742:system_tests_160041019_1473898730
From https://travis-ci.org/GoogleCloudPlatform/google-cloud-python/builds/160041019
Two proposed fixes:
The text was updated successfully, but these errors were encountered: