Dandandan opened a new pull request, #22544:
URL: https://github.com/apache/datafusion/pull/22544

   ## Which issue does this PR close?
   
   N/A.
   
   ## Rationale for this change
   
   Use `cargo-nextest` for CI jobs that run standard Rust test binaries so 
tests can execute with nextest's runner.
   
   ## What changes are included in this PR?
   
   - Install `cargo-nextest` in the Rust CI jobs that now use it.
   - Switch standard Linux, macOS, extended, hash collision, CLI, and benchmark 
Rust test invocations from `cargo test` to `cargo nextest run`.
   - Keep sqllogictest invocations on `cargo test` because they use a custom 
harness, and run sqllogictests explicitly after the main nextest job.
   
   ## Are these changes tested?
   
   Yes:
   
   - `cargo fmt --all`
   - `cargo clippy --all-targets --all-features -- -D warnings`
   - `git diff --check -- .github/workflows/rust.yml 
.github/workflows/extended.yml`
   - YAML parse check for `.github/workflows/rust.yml` and 
`.github/workflows/extended.yml`
   
   ## Are there any user-facing changes?
   
   No. This only changes CI test execution.
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to