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

Storage: 'tearDownModule' flakes with 409 #7505

Closed
tseaver opened this issue Mar 12, 2019 · 0 comments · Fixed by #8113
Closed

Storage: 'tearDownModule' flakes with 409 #7505

tseaver opened this issue Mar 12, 2019 · 0 comments · Fixed by #8113
Assignees
Labels
api: storage Issues related to the Cloud Storage API. flaky testing type: process A process-related concern. May include testing, release, or the like.

Comments

@tseaver
Copy link
Contributor

tseaver commented Mar 12, 2019

From: https://source.cloud.google.com/results/invocations/b09e6e84-ca6e-427f-8014-887b811578bc/targets/cloud-devrel%2Fclient-libraries%2Fgoogle-cloud-python%2Fpresubmit%2Fstorage/log

    def tearDownModule():
        errors = (exceptions.Conflict, exceptions.TooManyRequests)
        retry = RetryErrors(errors, max_tries=9)
>       retry(Config.TEST_BUCKET.delete)(force=True)
...
E Conflict: 409 DELETE https://www.googleapis.com/storage/v1/b/new_1552405494808: The bucket you tried to delete was not empty.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. flaky testing type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant