mumrah commented on PR #18560: URL: https://github.com/apache/kafka/pull/18560#issuecomment-2593752028
Looks like increasing to 4 parallel forks does speed things up a bit, so that's good. I'd also like to see how things behave when using JUnit 5's parallelism. For now I'm trying these settings which should allow classes to run in parallel, but run test methods on the same thread. ``` junit.jupiter.execution.parallel.enabled = true junit.jupiter.execution.parallel.mode.default = same_thread junit.jupiter.execution.parallel.mode.classes.default = concurrent ``` -- 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]
