alamb opened a new issue, #13044: URL: https://github.com/apache/datafusion/issues/13044
### Is your feature request related to a problem or challenge? I want to use cargo nextest: https://nexte.st/ as it is faster However, when I run it ```shell cargo nextest run ``` I get an error ``` Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 20s error: creating test list failed Caused by: for `datafusion-sqllogictest::sqllogictests`, command `/Users/andrewlamb/Software/datafusion/target/debug/deps/sqllogictests-41a268ed3f68155c --list --format terse` exited with code 2 --- stdout: --- stderr: error: unexpected argument '--list' found tip: to pass '--list' as a value, use '-- --list' Usage: sqllogictests-41a268ed3f68155c [OPTIONS] [FILTERS]... For more information, try '--help'. --- ``` This is because the sqllogictest runner is custom and doesn't accept the `--list --format terse` flag ### Describe the solution you'd like I would like `cargo nextest run` to run all tests (except for sqllogictests) ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
