Test assertion on bucket names with invalid dns rules
- Dominant language
- Python
- Stars
- 372
- Forks
- 328
- PR merge metrics
- No merged PRs in 30d
Description
Hi there, when I run these tests, the tests are getting "E" with exceptions in the code saying getting 400 InvalidBucketName response, but this is actually expected behaviour according AWS bucket naming rules, so I was wondering if this was caused by error message inteperted incorrectly? The assertion is "fails with subdomain", but I was unable to find where this assertion gets defined, do you guys have any suggestion?
s3tests.functional.test_s3.test_bucket_create_naming_dns_dash_at_end
s3tests.functional.test_s3.test_bucket_create_naming_dns_dash_dot
s3tests.functional.test_s3.test_bucket_create_naming_dns_dot_dash
s3tests.functional.test_s3.test_bucket_create_naming_dns_dot_dot
s3tests.functional.test_s3.test_bucket_create_naming_dns_long
s3tests.functional.test_s3.test_bucket_create_naming_dns_underscore
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.