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] local::tests::test_list_root test fails during release verification #3772

Closed
alamb opened this issue Feb 27, 2023 · 0 comments · Fixed by #4198
Closed

[object_store] local::tests::test_list_root test fails during release verification #3772

alamb opened this issue Feb 27, 2023 · 0 comments · Fixed by #4198
Assignees
Labels
bug object-store Object Store Interface

Comments

@alamb
Copy link
Contributor

alamb commented Feb 27, 2023

Describe the bug
When running the verify_release script I see the following error (not a blocker, it is due to permissions)

failures:

---- local::tests::test_list_root stdout ----
thread 'local::tests::test_list_root' panicked at 'called `Result::unwrap()` on an `Err` value: Generic { store: "LocalFileSystem", source: UnableToWalkDir { source: Error { depth: 1, inner: Io { path: None, err: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" } } } } }', src/local.rs:1082:20
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    local::tests::test_list_root

test result: FAILED. 45 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.17s

error: test failed, to rerun pass `--lib`
+ cleanup
+ '[' no = yes ']'
+ echo 'Failed to verify release candidate. See /var/folders/s3/h5hgj43j0bv83shtmz_t_w400000gn/T/arrow-0.5.5.XXXXX.ZU5QH7wv for details.'
Failed to verify release candidate. See /var/folders/s3/h5hgj43j0bv83shtmz_t_w400000gn/T/arrow-0.5.5.XXXXX.ZU5QH7wv for details.

To Reproduce
Download a rc such as https://lists.apache.org/thread/fzlk2ly92j3hmgmhwp8tq61lwzffp4zk

./dev/release/verify-release-candidate.sh 0.5.5 1

Expected behavior
Test should pass (maybe it should check to see if the root filesystem is accessable and skip the test if so)?

Additional context

@alamb alamb added bug object-store Object Store Interface labels Feb 27, 2023
@alamb alamb changed the title [object_stopre] local::tests::test_list_root test fails during release verification [object_store] local::tests::test_list_root test fails during release verification Feb 27, 2023
@tustvold tustvold self-assigned this May 9, 2023
tustvold added a commit to tustvold/arrow-rs that referenced this issue May 11, 2023
tustvold added a commit that referenced this issue May 11, 2023
* Skip test_list_root if cannot list root filesystem (#3772)

* do not run on max

* Remove list check

---------

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
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.

2 participants