GH-50535: [CI][Dev] Fix shellcheck errors in the ci/scripts/python_test.sh#50536
Conversation
|
|
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
b569d06 to
d0d9595
Compare
|
Rebased on the branch containing the fix for #50538. No changes to this PR since the last commit. |
raulcd
left a comment
There was a problem hiding this comment.
Thanks for working on those!
I am fine with the workaround we have been taking to avoid ShellCheck SC2086 to preserve space separated options. Thanks for adding comments on those, I think the comments are important as the read -r -a XXXXX <<<< "$YYYY" syntax is slightly less readable.
|
@raulcd Thank you for your review! |
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 7a59a20. There was 1 benchmark result indicating a performance regression:
The full Conbench report has more details. It also includes information about 62 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
This is the sub issue #44748.
test_dirappears unused. Verify it or export it.What changes are included in this PR?
Are these changes tested?
Yes.
Are there any user-facing changes?
No.