-
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
Investigate novel storage system test failures #1100
Labels
Comments
Closed
======================================================================
ERROR: tearDownModule (storage)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/tseaver/projects/agendaless/Google/src/gcloud-python/system_tests/storage.py", line 55, in tearDownModule
Config.TEST_BUCKET.delete(force=True)
File "/home/tseaver/projects/agendaless/Google/src/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/storage/bucket.py", line 358, in delete
_target_object=None)
File "/home/tseaver/projects/agendaless/Google/src/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/connection.py", line 347, in api_request
error_info=method + ' ' + url)
Conflict: 409 The bucket you tried to delete was not empty. (DELETE https://www.googleapis.com/storage/v1/b/new_1470678826358)
---------------------------------------------------------------------- Found during a local run of |
That's from the eventual consistency of listing objects. Using
but if the list isn't truly comprehensive, the bucket deletion will fail with the 409 conflict you showed. Luckily just trying |
|
@tseaver Since these reports are stale, let's just close out and then address as new failures occur |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/84536058
2. Missing files
From https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/77405118
3. Backend Error (500)
From:
From:
From:
From: https://travis-ci.org/GoogleCloudPlatform/gcloud-python/builds/90171219
The text was updated successfully, but these errors were encountered: