Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Some tests take a long time to run not because they are computationally/memory/IO intensive, but simply because they are waiting for some HBase chore to be run.
One such test is MutableIndexSplitIT where we must wait for CompactedHFilesDischarger for the requested split to happen.
Try to identify these cases, and reduce the chore intervals in the MiniCluster setup to speed up test executions.
Attachments
Attachments
Issue Links
- is related to
-
PHOENIX-5730 Stabilize tests on master branch
- Resolved