We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_bucket_create_exists
Could it be possible that the test test_bucket_create_exists faulty because this https://github.com/ceph/s3-tests/blob/master/s3tests_boto3/functional/test_s3.py#L4419-L4420 should rather look like
- eq(e.status, 409) + eq(status, 409) - eq(e.error_code, 'BucketAlreadyOwnedByYou') + eq(error_code, 'BucketAlreadyOwnedByYou')
In case the above is true, please let me know. I can create a PR with the fix.
The text was updated successfully, but these errors were encountered:
Hi @Utkarsh-pro , I agree with your comment. Please write here if you would like to send a PR or if you would like @TejasC88 to fix it.
Sorry, something went wrong.
Hello! I'd create a PR today for the same. Thank you @Shirad, @TejasC88.
No branches or pull requests
Could it be possible that the test
test_bucket_create_exists
faulty because this https://github.com/ceph/s3-tests/blob/master/s3tests_boto3/functional/test_s3.py#L4419-L4420 should rather look likeIn case the above is true, please let me know. I can create a PR with the fix.
The text was updated successfully, but these errors were encountered: