VZEROALL commented on issue #842:
URL: https://github.com/apache/maven-surefire/issues/842#issuecomment-2870223834

   the ideal solution would be this:
   all suites are launched at the same time, in parallel
   all suites try to use the maximum number of free sessions (e.g. 15 in total)
   for mode -- <parallel>tests</parallel>
   
   for example, suite1 contains 20 tests and occupies all 15 sessions.
   the other suites are in the queue.
   As the tests in suite1 finish, the tests in suite2 start, and so on.
   
   if set2 contains less than 15 tests and set2 cannot take all the sessions, 
set3 is started, etc.
   
   so, we always utilize 15 available sessions.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to