gagashaggy commented on issue #2613: URL: https://github.com/apache/maven-surefire/issues/2613#issuecomment-4183098236
Please fix this bug. In our project, we encountered this problem (not being able to attach the debugger from the console window in IntelliJ IDEA because the message doesn't appear) after switching from JUnit 4 to JUnit 5. We were using version 3.2.5 and at first we didn't know the reason, but then we found this bug. So we had to roll back to the last version where this message appears normally (3.0.0-M5). But it turned out to cause another problem: now test logs appear in console all together after the test ends, but during test the logs are empty and it looks like the test is not doing anything. We use junit-jupiter 5.10.1, junit-platform 1.10.1 and cucumber 7.15.0, but changing their versions (updating or downgrading) doesn't help, only updating maven-surefire-plugin helps, but then this bug returns. -- 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]
