mjgarton opened a new pull request, #16694: URL: https://github.com/apache/datafusion/pull/16694
sqllogictests.rs already has various parts of it's Options struct that provide compatibility with the standard test running options. Extend this to include the standard `--test-threads` option, so that running for example `cargo test -- --test-threads 1` in the project root will succeed. Previously it complained about the unknown option. This can be useful on a machine with a large number of cores which causes many tests to build & run in parallel, which in my case caused a crash due to exhausing the system RAM. Fixes #16693 -- 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