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 2019/10/22 13:52:08 UTC

[GitHub] [maven-surefire] Col-E opened a new pull request #249: Surefire-1701: Fix @DisplayName breaking reruns

Col-E opened a new pull request #249: Surefire-1701: Fix @DisplayName breaking reruns
URL: https://github.com/apache/maven-surefire/pull/249
 
 
   As discussed in [Surefire-1584](https://github.com/apache/maven-surefire/pull/245#issuecomment-543702810) there was a bug where `@DisplayName` would break rerun logic. This PR resolves both this bug and addresses another potential issue _(No triggering sample found though)_ where the `adapter` was treated as if it were stateless, but it is stateful.
   
   The platform provider unit test has been updated with `@DisplayName` usages to verify the correctness of this solution.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services