Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.9
-
None
Description
The current parallel execution spawns one thread per_class
When there is a large disparity between the number of tests in different classes, this can result in a longer execution time. This can often happen in GUI testing, where a couple of classes will contain a lot of long running (but low cpu) test cases, and the remaining classes run fast.
See http://maven-junit-plugin.kenai.com/ for an attempt at solving this
Attachments
Attachments
Issue Links
- duplicates
-
SUREFIRE-882 Fork x parallel JVMs once
- Closed
- relates to
-
SUREFIRE-799 Allow test parallelisation when forkMode=always
- Closed
-
SUREFIRE-949 Create forkCount parameter
- Closed