spark-cassandra-connector
spark-cassandra-connector copied to clipboard
split test groups to speed up integration tests
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.