-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update S3ParquetTestBase testReadWriteUsingProfile (#6310)
This fixes an nightly error that #6305 introduced where `S3ParquetLocalStackTest.testReadWriteUsingProfile` was not erroring out with the use of an invalid profile or credentials data (as far as the earlier images were concerned, localstack was failing based on the region and MinIO was failing based on the keys). While we might want to have some sort of test like this, it should be standalone and not tied to the usage of profiles. The invalid keys based test was separated out and only enabled for MinIO. An "invalid" region does not trigger this error for MinIO nor Localstack. Ultimately, the behavior was traced down to a difference in behavior between localstack 3.6 and localstack 3.7; the logic must have changed in some way. We could do a deep dive into the commits to figure out why the behavior changed, or file an issue, if we care to pursue this further. https://github.com/localstack/localstack/releases/tag/v3.7.0
- Loading branch information
1 parent
59f226d
commit 56e3cdf
Showing
2 changed files
with
30 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters