Thanks to visit codestin.com
Credit goes to github.com

Skip to content

enable new s3 v3 tests for current provider #9091

New issue

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

Merged
merged 2 commits into from
Sep 11, 2023
Merged

Conversation

bentsku
Copy link
Contributor

@bentsku bentsku commented Sep 7, 2023

Motivation

When writing the new S3 v3 provider, a lot of new tests have been written to either verify missing cases or tests things that were implemented in moto only.
This PR aims to enable those tests for the current provider, and xfail the ones that are not passing.

Changes

Remove all the skip pytest markers and go individually over each test to verify if they pass.

TODO

What's left to do:

  • merge fix S3 v3 Range handling #9082 because this PR is based on it, as it added a new test that was the point to have those tests run for both providers

@bentsku bentsku added the semver: patch Non-breaking changes which can be included in patch releases label Sep 7, 2023
@bentsku bentsku self-assigned this Sep 7, 2023
@bentsku bentsku added the aws:s3 Amazon Simple Storage Service label Sep 7, 2023
@github-actions
Copy link

github-actions bot commented Sep 7, 2023

LocalStack Community integration with Pro

       2 files         2 suites   1h 24m 36s ⏱️
2 172 tests 1 689 ✔️ 483 💤 0
2 173 runs  1 689 ✔️ 484 💤 0

Results for commit 9b09bf7.

♻️ This comment has been updated with latest results.

@bentsku bentsku force-pushed the enable-new-s3-tests branch from eeacbb6 to 5ce9747 Compare September 7, 2023 16:21
@bentsku bentsku changed the base branch from master to fix-s3-range September 7, 2023 16:21
Base automatically changed from fix-s3-range to master September 8, 2023 15:46
@bentsku bentsku force-pushed the enable-new-s3-tests branch from 750b106 to 9b09bf7 Compare September 8, 2023 16:15
@bentsku bentsku marked this pull request as ready for review September 8, 2023 16:58
@bentsku bentsku requested review from steffyP and removed request for calvernaz September 8, 2023 16:58
Copy link
Member

@steffyP steffyP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work, @bentsku! 👏 🚀

@bentsku bentsku merged commit 75a078d into master Sep 11, 2023
@bentsku bentsku deleted the enable-new-s3-tests branch September 11, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aws:s3 Amazon Simple Storage Service semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants