Tibor17 commented on issue #245: Surefire-1584: Add option to rerun failing 
tests for JUnit5 
URL: https://github.com/apache/maven-surefire/pull/245#issuecomment-543712421
 
 
   @Col-E 
   I think I nderstand the problem. We consider the `adapter` been `stateless` 
in every loop.
   In reality we modify the collection of failures from the first set of 
failure and the adapter is `stateful`.
   
https://github.com/apache/maven-surefire/pull/245/commits/fe17751602f597d7b694ec8a65fc389aee0bac25#diff-b3a2904e92be87f11f2622fbfd122e31R152
   So my proposal is to grap the collection of failures and make a copy, and 
then iterate over the elements.
   I hope I got it right.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to