Olivier Lamy
Olivier Lamy
### New feature, improvement proposal For some reason, running tests can timeout (deadlock, etc). In such case information about the reason are lost. We could have some feature (extension) on...
Signed-off-by: Olivier Lamy Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Your pull request should address just one issue, without pulling in other...
Signed-off-by: Olivier Lamy Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Your pull request should address just one issue, without pulling in other...
With 12.1.x ```` Expected: but: was at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at [email protected]/org.eclipse.jetty.ee9.servlet.ContextScopeListenerTest.assertHistory(ContextScopeListenerTest.java:143) at [email protected]/org.eclipse.jetty.ee9.servlet.ContextScopeListenerTest.testAsyncServlet(ContextScopeListenerTest.java:130) at java.base/java.lang.reflect.Method.invoke(Method.java:569) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ```
### Overview / Goal - The PR intends to switch Surefire to use the JUnit Platform runner (i.e. the JUnit 5 infrastructure) to run JUnit 4 tests via the Vintage...
### New feature, improvement proposal can be done using https://github.com/junit-team/testng-engine
### Affected version 3.5.4 ### Bug description mixing of test assert with stacktrae from another test
### New feature, improvement proposal junit before 4.12 is not supported anymore see https://github.com/junit-team/junit-framework/issues/1560