damccorm commented on code in PR #36786:
URL: https://github.com/apache/beam/pull/36786#discussion_r2515906998
##########
sdks/python/apache_beam/io/gcp/gcsio_integration_test.py:
##########
@@ -242,7 +242,12 @@ def test_create_default_bucket(self,
mock_default_gcs_bucket_name):
# verify soft delete policy is disabled by default in the default bucket
# after creation
self.assertEqual(bucket.soft_delete_policy.retention_duration_seconds, 0)
- bucket.delete()
Review Comment:
Before doing this, could we try retrying the call on failure several times
(maybe 5)? Then if the bucket still is not found, we can pass
Also, how often is this flaking?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]