We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Running cargo test on the object_store crate result in a failing doctest
cargo test
---- src/lib.rs - (line 105) stdout ---- error[E0432]: unresolved import `object_store::aws` --> src/lib.rs:109:19 | 7 | use object_store::aws::{AmazonS3, AmazonS3Builder}; | ^^^ could not find `aws` in `object_store`
This was introduced in #4978 and not caught by CI as we only test with all features
To Reproduce
Expected behavior
Additional context
#5024 worked around this for the purposes of release verification, and is also generally a more correct for the verification scripts to be doing.
The text was updated successfully, but these errors were encountered:
label_issue.py automatically added labels {'object-store'} from #5161
label_issue.py
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Running
cargo test
on the object_store crate result in a failing doctestThis was introduced in #4978 and not caught by CI as we only test with all features
To Reproduce
Expected behavior
Additional context
#5024 worked around this for the purposes of release verification, and is also generally a more correct for the verification scripts to be doing.
The text was updated successfully, but these errors were encountered: