Closed
Description
Hi,
First, I would like to thank you for this project. It is nicely implemented and very useful.
I would like to report an issue when running the tests in parallel with the following properties:
junit.jupiter.execution.parallel.enabled = true
junit.jupiter.execution.parallel.mode.default = concurrent
Attaching a small project to reproduce - parallel-tests.zip
If I uncomment the @Execution(ExecutionMode.SAME_THREAD)
on the ParallelTest
class or use @ResourceLock("LogCapturer")
on both test methods, everything works.
Run the tests by executing:
mvn clean test
BTW - I used Flogger which uses slf4j to log4j2
Thanks!
Metadata
Metadata
Assignees
Labels
No labels