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: 'TestStorageListFiles' systest teardown flakes w/ 503 #6443

Closed
tseaver opened this issue Nov 7, 2018 · 0 comments
Closed

Storage: 'TestStorageListFiles' systest teardown flakes w/ 503 #6443

tseaver opened this issue Nov 7, 2018 · 0 comments
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 Nov 7, 2018

From: https://source.cloud.google.com/results/invocations/8522729a-9bdc-480f-8dd5-4f24a1a2071f/targets/cloud-devrel%2Fclient-libraries%2Fgoogle-cloud-python%2Fpresubmit%2Fstorage/log

_______ ERROR at teardown of TestStoragePseudoHierarchy.test_third_level _______
cls = <class 'tests.system.TestStoragePseudoHierarchy'>

    @classmethod
    def tearDownClass(cls):
        for blob in cls.suite_blobs_to_delete:
>           blob.delete()

tests/system.py:646:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
google/cloud/storage/blob.py:411: in delete
    return self.bucket.delete_blob(self.name, client=client)
google/cloud/storage/bucket.py:804: in delete_blob
    _target_object=None)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

...
        if not 200 <= response.status_code < 300:
>           raise exceptions.from_http_response(response)
E           google.api_core.exceptions.ServiceUnavailable: 503 DELETE https://www.googleapis.com/storage/v1/b/new_1541601288920/o/parent%2Fchild%2Ffile21.txt: Backend Error

../core/google/cloud/_http.py:293: ServiceUnavailable
@tseaver tseaver added api: storage Issues related to the Cloud Storage API. testing type: process A process-related concern. May include testing, release, or the like. flaky labels Nov 7, 2018
@tseaver tseaver self-assigned this Nov 7, 2018
tseaver added a commit that referenced this issue Nov 7, 2018
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

No branches or pull requests

1 participant