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

   ## Which issue does this PR close?
   
   Closes https://github.com/apache/datafusion/issues/13044
   
   ## Rationale for this change
   
   I want to use cargo nextest: https://nexte.st/ is a faster way to run tests
   
   I want to run like this
   ```shell
   cargo nextest run
   ```
   But that errors as explained on 
https://github.com/apache/datafusion/issues/13044
   
   ## What changes are included in this PR?
   1. Stub out some more CLI arguments in `sqllogictests` test runner so it 
doesn't interfere with `nextest`
   
   ## Are these changes tested?
   Yes, by CI
   
   I also ran it manually and I can now run the entire test suite (other than 
sqllogictest) in 30s keeping all cores busy
   
   ```shell
   (venv) andrewlamb@Andrews-MacBook-Pro-2:~/Software/datafusion$ cargo nextest 
run
   ...
           PASS [   3.946s] datafusion-physical-expr-common 
binary_map::tests::test_string_overflow
           PASS [  27.468s] datafusion::fuzz 
fuzz_cases::equivalence::projection::ordering_satisfy_after_projection_random
   ------------
        Summary [  29.137s] 5349 tests run: 5349 passed, 11 skipped
   
   ```
   
   ## Are there any user-facing changes?
   No this is a developer change
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api 
change` label.
   -->
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to