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 test_private_bucket fails - store: "S3", source: BucketNotFound { bucket: "bloxbender" } #6600

Closed
alamb opened this issue Oct 20, 2024 · 1 comment · Fixed by #6601
Assignees
Labels
bug object-store Object Store Interface

Comments

@alamb
Copy link
Contributor

alamb commented Oct 20, 2024

Describe the bug

To Reproduce

cd object_store
cargo test --features=aws
test aws::resolve::tests::test_private_bucket ... FAILED

---- aws::resolve::tests::test_private_bucket stdout ----
thread 'aws::resolve::tests::test_private_bucket' panicked at src/aws/resolve.rs:87:14:
called `Result::unwrap()` on an `Err` value: Generic { store: "S3", source: BucketNotFound { bucket: "bloxbender" } }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Expected behavior
Test should pass

Additional context

@alamb alamb added the bug label Oct 20, 2024
@alamb
Copy link
Contributor Author

alamb commented Oct 20, 2024

I don't really know what bloxblender is, but this test appears to rely on some global AWS S3 bucket. I will see if I can find a different one that works

@alamb alamb self-assigned this Oct 20, 2024
@alamb alamb added the object-store Object Store Interface label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug object-store Object Store Interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant