migrate S3 presign tests
S3 presign test migration and cleanup
In this PR two remaining presigned-tests are migrated to tests/integration/s3/test_s3.py and the old tests/integration/test_s3.py is removed.
-
The test
test_presign_check_signature_validation_for_port_permutationis marked withxfailnow, as it still needs a fix. This fix will be resolved in a separate PR. -
Some other tests related to presigned-post, that are flaky in the CI have been set to
xfailor skip some validation. -
removed
xfailfor testtest_put_and_get_object_with_content_language_dispositionand replaced it with askip_snapshot_verifyfor now.
TODO:
- [x] rebase with master and remove commits from
s3-migrationbranch - [x] link follow-up PR with fix for
test_presign_check_signature_validation_for_port_permutation
LocalStack integration with Pro
βββββββ3 filesβ Β±0βββββββββ3 suitesβ Β±0βββ1h 22m 56s :stopwatch: +18s 1β441 tests +1ββ1β243 :heavy_check_mark: β-β1ββ198 :zzz: +2ββ0 :x: Β±0β 2β039 runsβ +1ββ1β609 :heavy_check_mark: β-β1ββ430 :zzz: +2ββ0 :x: Β±0β
Results for commit 702c8539.βΒ± Comparison against base commit 21ca0e9d.
:recycle: This comment has been updated with latest results.
all checks were successful with the commits from s3-migration.
Rebasing now with master to ensure the tests are still working with the old provider.