Skip to content

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

@tseaver

Description

@tseaver

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

Metadata

Metadata

Assignees

Labels

api: storageIssues related to the Cloud Storage API.flakytestingtype: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions