-
Notifications
You must be signed in to change notification settings - Fork 6.7k
storage.cloud-client.acl_test: test_add_blob_owner failed #6736
Copy link
Copy link
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Note: #6621 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 35873ab
buildURL: Build Status, Sponge
status: failed
Test output
Traceback (most recent call last): File "/workspace/storage/cloud-client/acl_test.py", line 150, in test_add_blob_owner storage_add_file_owner.add_blob_owner( File "/workspace/storage/cloud-client/storage_add_file_owner.py", line 40, in add_blob_owner blob.acl.save() File "/workspace/storage/cloud-client/.nox/py-3-9/lib/python3.9/site-packages/google/cloud/storage/acl.py", line 613, in save self._save( File "/workspace/storage/cloud-client/.nox/py-3-9/lib/python3.9/site-packages/google/cloud/storage/acl.py", line 542, in _save result = client._patch_resource( File "/workspace/storage/cloud-client/.nox/py-3-9/lib/python3.9/site-packages/google/cloud/storage/client.py", line 446, in _patch_resource return self._connection.api_request( File "/workspace/storage/cloud-client/.nox/py-3-9/lib/python3.9/site-packages/google/cloud/storage/_http.py", line 80, in api_request return call() File "/workspace/storage/cloud-client/.nox/py-3-9/lib/python3.9/site-packages/google/cloud/_http.py", line 479, in api_request raise exceptions.from_http_response(response) google.api_core.exceptions.ServiceUnavailable: 503 PATCH https://storage.googleapis.com/storage/v1/b/acl-test-0c9de6b6-0b55-4c21-987d-8b5f925aa1a0/o/storage_acl_test_sigil-2d6b6147-92b2-450f-bbfe-4f61bed5b669?projection=full&prettyPrint=false: We encountered an internal error. Please try again.