Micky002 commented on issue #252: [SUREFIRE-1711] Support @ParameterizedTest 
for JUnit 5 test reruns
URL: https://github.com/apache/maven-surefire/pull/252#issuecomment-553401298
 
 
   I have tested the new rerun feature with parameterized tests. It generally 
looks good but there is a problem with the exported xml report files when 
running the tests in parallel. (Parallel feature from junit 5). The reports got 
mixed. Normally there are only test results of one test class per xml file. But 
now there are random testcase tags from other classes inserted in files which 
does not belong to this class. This causes our pipeline to report wrong test 
results.
   
   
   CC: @Seijan 

----------------------------------------------------------------
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