Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The entire IndexSizeTriggerTest suite takes about 280s (~5min) to run. All the rest of the solr-core tests combined finish in 4min on a 32 core machine.
Splitting it into three to help parallelize the execution better.
- IndexSizeTriggerMixedBoundsTest (runs on a real cluster)
- IndexSizeTriggerSizeEstimationTest (runs on a real cluster)
- IndexSizeTriggerTest (runs on sim or real cluster)