Tibor17 commented on pull request #389: URL: https://github.com/apache/maven-surefire/pull/389#issuecomment-918996965
You should not take everything into one session. There are reruns which have to be isolated trom the main run. And I am convinced that the reruns also have to be isolated in each. Dňa po 13. 9. 2021, 20:56 Emond Papegaaij ***@***.***> napísal(a): > A LauncherSession (JUnit Platform 1.8 feature) is started when the > Launcher is first used and closed when all tests have run. This allows > integrations to run pre and post fixtures. > ------------------------------ > You can view, comment on, or merge this pull request online at: > > https://github.com/apache/maven-surefire/pull/389 > Commit Summary > > - [SUREFIRE-1935] Upgrade to JUnit Platform 1.8, start Launcher via > LauncherSession > > File Changes > > - *M* > surefire-providers/surefire-junit-platform/src/main/java/org/apache/maven/surefire/junitplatform/JUnitPlatformProvider.java > <https://github.com/apache/maven-surefire/pull/389/files#diff-80115dd9c11ea216f73791da899b0ea3dc424f154dd7c8c65173de7071cc38ee> > (37) > - *M* > surefire-providers/surefire-junit-platform/src/main/java/org/apache/maven/surefire/junitplatform/LazyLauncher.java > <https://github.com/apache/maven-surefire/pull/389/files#diff-84b65bdf8ce1e6e82794216416cc3d8c7ea2f769e0a5e3e3f3425b68c685c617> > (24) > > Patch Links: > > - https://github.com/apache/maven-surefire/pull/389.patch > - https://github.com/apache/maven-surefire/pull/389.diff > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/apache/maven-surefire/pull/389>, or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAH7ER674FANSMJGXS43EPLUBZCPFANCNFSM5D6PDG2Q> > . > Triage notifications on the go with GitHub Mobile for iOS > <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> > or Android > <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>. > > -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
