Closed amoeba closed 1 week ago
Reviewers feel free to suggest a safer alternative than rm -fr
. I think it's safe here but happy to take feedback on it.
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 354a22fa92b4a745adcc0f23bd89753f7af17f2f.
There were no benchmark performance regressions. 🎉
The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them.
Rationale for this change
If you set
ARROW_TMPDIR
and runTEST_DEFAULT=0 TEST_INTEGRATION=1 dev/release/verify-release-candidate.sh
repeatedly, you'll run into an error:What changes are included in this PR?
In the
test_package_java
step in the verification script, I added arm -fr
to get rid of java-jni-dist dir so the followingmv
command works.Are these changes tested?
Yes, locally.
Are there any user-facing changes?
No.