Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Reduce the time required for integration tests:
- Some integration tests only have a single test case. Try to merge these into existing test classes, preferably into ones that start a single cluster for all test cases.
- Check integration tests that start a mini cluster per test case, and change to one per class if possible.
- Use MiniOzoneClusterProvider if each test really requires a fresh cluster.
Pass -Dsurefire.reportFormat='plain' to Maven to see a breakdown of elapsed time by test method.