Tibor17 edited a comment on issue #252: [SUREFIRE-1711] Support 
@ParameterizedTest for JUnit 5 test reruns
URL: https://github.com/apache/maven-surefire/pull/252#issuecomment-549214210
 
 
   @Col-E 
   You should be facing strange behavior with the report. It's not strange but 
the implementation was never dedicated to JUnit5. The reporter thinks that it 
is still the same metod and therefore the second run is seen as rerun. It does 
not know that it is method [1] and [2] etc.
   Therefore we are reworking the interprocess communication because this is 
the prerequisite to fire and handle more events than it was before, sign the 
phase of normal run and the phase of rerun. After this we can reimplement the 
report. We also need to have `UniqueId` instead of guessing the identity of 
method run by class and method name description. This is quite a lot and cannot 
be done in one release, therefore we split the work in to several milestones 
and we put ordinal bug fixes. See this roadmap 
https://github.com/apache/maven-surefire/pull/251. You will see there what i 
have described.

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