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

Respect ARROW_TEST_DATA in apache-avro tests #4950

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

tustvold
Copy link
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

This breaks the verify-release-candidate script

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the arrow Changes to the arrow crate label Oct 18, 2023
@tustvold
Copy link
Contributor Author

Taking the liberty of merging this as it is blocking the release

@tustvold tustvold merged commit 51ac6fe into apache:master Oct 18, 2023
22 checks passed
@alamb
Copy link
Contributor

alamb commented Oct 18, 2023

For the record, I hit this when trying to verify the release candidate

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

which results in

running 4 tests
test reader::header::test::test_header_decode ... ok
test reader::test::test_mux ... FAILED
test reader::header::test::test_header ... FAILED
test schema::tests::test_deserialize ... ok

failures:

---- reader::test::test_mux stdout ----
thread 'reader::test::test_mux' panicked at arrow-avro/src/reader/mod.rs:84:75:
called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

---- reader::header::test::test_header stdout ----
thread 'reader::header::test::test_header' panicked at arrow-avro/src/reader/header.rs:263:37:
called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }


failures:
    reader::header::test::test_header
    reader::test::test_mux

test result: FAILED. 2 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

error: test failed, to rerun pass `-p arrow-avro --lib`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants