alamb commented on code in PR #9629:
URL: https://github.com/apache/arrow-rs/pull/9629#discussion_r3024623399
##########
.github/workflows/miri.yaml:
##########
@@ -55,6 +55,8 @@ jobs:
rustup toolchain install nightly --component miri
rustup override set nightly
cargo miri setup
+ - name: Set up nextest
Review Comment:
It seems like this adds 3 minutes to the job
https://github.com/apache/arrow-rs/actions/runs/23844918251/job/69509710473?pr=9629
<img width="1880" height="719" alt="Image"
src="https://github.com/user-attachments/assets/8291cb86-c91d-45a9-9154-4bf2f9360a22"
/>
However, we are ahead of where main is
##########
.github/workflows/miri.sh:
##########
@@ -12,9 +12,8 @@ cargo miri setup
cargo clean
echo "Starting Arrow MIRI run..."
-cargo miri test -p arrow-buffer
-cargo miri test -p arrow-data --features ffi
-cargo miri test -p arrow-schema --features ffi
-cargo miri test -p arrow-ord
-cargo miri test -p arrow-array
-cargo miri test -p arrow-arith
\ No newline at end of file
+cargo miri nextest run \
Review Comment:
`sqllogictest` is mine 😉
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]