Apache9 commented on PR #7651:
URL: https://github.com/apache/hbase/pull/7651#issuecomment-3840190231

   We do have some medium tests which need several minutes to finish.
   
   I downloaded the artifacts for small-medium and do some calculating, the 
total execution time for all the tests is 
   28404.5s
   
   The execution time for tests which run for more than 90 seconds is
   7735.6s
   
   For more than 60 seconds is
   11616.4s
   
   And what makes things worse is that, for -PrunLargeTests, all large tests 
are run in firstPartGroup, where the forkCount is 1C. But for -PrunDevTests, 
the medium tests are run in secondPartGroup, where the forkCount is 0.5C.
   
   So here, I propose that, first we promote all the tests which run for more 
than 90 seconds to large tests, and then split small-medium to small and 
medium, use -PrunSmallTests and -PrunMediumTests, in this way we will all use 
the 1C forkCount to run the tests, which could make them run faster.
   
   @ndimiduk WDYT?
   
   Thanks.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to