spark-cassandra-connector icon indicating copy to clipboard operation
spark-cassandra-connector copied to clipboard

split test groups to speed up integration tests

Open jtgrabowski opened this issue 4 years ago • 0 comments

Before this change one huge test group (executed within DefaultCluster) determined the it:test execution duration. This change introduces test group splitting so that the huge group may be split into smaller chunks and executed in parallel. Ony my machine this bring the execution time from 483 s to 272 s.

jtgrabowski avatar Sep 16 '20 16:09 jtgrabowski