Skip to content
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

object_store(aws): percent encoding test fails with latest localstack #3379

Closed
wjones127 opened this issue Dec 20, 2022 · 2 comments · Fixed by #3403
Closed

object_store(aws): percent encoding test fails with latest localstack #3379

wjones127 opened this issue Dec 20, 2022 · 2 comments · Fixed by #3403
Labels
development-process Related to development process of arrow-rs documentation Improvements or additions to documentation object-store Object Store Interface

Comments

@wjones127
Copy link
Member

Describe the bug

When testing with the latest localstack (1.0 and onward), we get this failure from S3 tests:

---- aws::tests::s3_test stdout ----
thread 'aws::tests::s3_test' panicked at 'assertion failed: `(left == right)`
  left: `[Path { raw: "a/b/c/foo.file" }]`,
 right: `[Path { raw: "a/b%2Fc/foo.file" }]`', object_store/src/lib.rs:638:9


failures:
    aws::credential::tests::test_instance_metadata
    aws::tests::s3_test

Not sure yet if this is a bug in localstack, or our implementation.

To Reproduce

Expected behavior

Additional context

@wjones127 wjones127 added the bug label Dec 20, 2022
@wjones127
Copy link
Member Author

This is an issue upstream: localstack/localstack#7374

@alamb
Copy link
Contributor

alamb commented Dec 29, 2022

label_issue.py automatically added labels {'object-store'} from #3403

@alamb alamb added the object-store Object Store Interface label Dec 29, 2022
@tustvold tustvold added documentation Improvements or additions to documentation development-process Related to development process of arrow-rs and removed bug labels Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of arrow-rs documentation Improvements or additions to documentation object-store Object Store Interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants