apache / datafusion-comet

Apache DataFusion Comet Spark Accelerator
https://datafusion.apache.org/comet
Apache License 2.0
551 stars 105 forks source link

docs: Running ScalaTest suites from the CLI #404

Closed edmondop closed 3 weeks ago

edmondop commented 3 weeks ago

As discussed in the Discord channel, some developers have setup that relies on the CLI to execute single tests.

When using only ScalaTest variables to select a suite, modules that do not use scalaTest but uses maven-surefire-plugin runs all the tests, which is not desirable sometime