You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2021/12/15 09:47:36 UTC

[GitHub] [maven-surefire] findepi edited a comment on pull request #407: [SUREFIRE-1967] Fix parallel test ordering to prevent high resource consumption

findepi edited a comment on pull request #407:
URL: https://github.com/apache/maven-surefire/pull/407#issuecomment-994584008


   @slawekjaranowski thanks for your feedback
   
   > Does this change has no influences on existing tests?
   
   I've completed run of `mvn -Prun-its clean install`
   ```
   $ mvn -Prun-its clean install
   [....]
   [INFO] Reactor Summary for Apache Maven Surefire 3.0.0-M6-SNAPSHOT:
   [INFO]
   [INFO] Apache Maven Surefire .............................. SUCCESS [  3.785 s]
   [INFO] SureFire Logger API ................................ SUCCESS [  3.929 s]
   [INFO] SureFire API ....................................... SUCCESS [ 18.091 s]
   [INFO] Surefire Extensions API ............................ SUCCESS [  3.599 s]
   [INFO] Surefire Extensions SPI ............................ SUCCESS [  1.129 s]
   [INFO] SureFire Booter .................................... SUCCESS [ 12.088 s]
   [INFO] Maven Surefire Test-Grouping Support ............... SUCCESS [  3.121 s]
   [INFO] SureFire Providers ................................. SUCCESS [  0.399 s]
   [INFO] Shared JUnit3 Provider Code ........................ SUCCESS [  2.562 s]
   [INFO] Shared Java 5 Provider Base ........................ SUCCESS [  2.905 s]
   [INFO] Shared JUnit4 Provider Code ........................ SUCCESS [  3.168 s]
   [INFO] Shared JUnit48 Provider Code ....................... SUCCESS [  5.048 s]
   [INFO] SureFire JUnit Runner .............................. SUCCESS [  2.701 s]
   [INFO] SureFire JUnit4 Runner ............................. SUCCESS [  2.712 s]
   [INFO] Maven Surefire Common .............................. SUCCESS [ 51.055 s]
   [INFO] SureFire JUnitCore Runner .......................... SUCCESS [02:17 min]
   [INFO] SureFire JUnit Platform Runner ..................... SUCCESS [  5.813 s]
   [INFO] SureFire TestNG Utils .............................. SUCCESS [  2.796 s]
   [INFO] SureFire TestNG Runner ............................. SUCCESS [  3.960 s]
   [INFO] ShadeFire JUnit3 Provider .......................... SUCCESS [  1.236 s]
   [INFO] Surefire Report Parser ............................. SUCCESS [  3.479 s]
   [INFO] Maven Surefire Plugin .............................. SUCCESS [  5.551 s]
   [INFO] Maven Failsafe Plugin .............................. SUCCESS [ 26.472 s]
   [INFO] Maven Surefire Report Plugin ....................... SUCCESS [  8.341 s]
   [INFO] Maven Surefire Integration Tests ................... SUCCESS [  01:06 h]
   [INFO] Surefire Shared Utils .............................. SUCCESS [  1.649 s]
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  01:11 h
   [INFO] Finished at: 2021-12-15T10:20:56+01:00
   [INFO] ------------------------------------------------------------------------
   ```
   
   What else i should do?
   
   > Can you prepare some test which can confirm this behavior?
   > Start from unit test.
   
   I am not sure how i can test this in a unit manner.
   
   I found tests in https://github.com/apache/maven-surefire/tree/master/surefire-its/src/test/resources and I think i would be able to add a test like that. I already have a local project I am testing with, and would need to clean it up.
   
   @slawekjaranowski please advise.
   


-- 
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-unsubscribe@maven.apache.org

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