You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E botocore.errorfactory.NoSuchBucket: An error occurred (NoSuchBucket) when calling the PutObject operation: The specified bucket does not exist.
E AssertionError: s3-bucket-4ccb8adac3d84b328b2872db4c8908 was not deleted within 60 seconds.
I couldn't reproduce this manually, but we're seeing this issue rather frequently in regression analysis.
This only happens with buckets that were created via S3. Look at the reason that tests fail in test_bucket_policy.py - only test_anonymous_read_only and test_public_website are showing these errors, and these are the only tests that are creating the bucket via S3 and not OC.
test_bucket_policy.py
- onlytest_anonymous_read_only
andtest_public_website
are showing these errors, and these are the only tests that are creating the bucket via S3 and not OC.Examples:
The text was updated successfully, but these errors were encountered: