You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2022/06/05 18:00:43 UTC

[GitHub] [logging-log4j2] jvz commented on pull request #916: [LOG4J2-2921] Parallel execution for JUnit5 tests

jvz commented on PR #916:
URL: https://github.com/apache/logging-log4j2/pull/916#issuecomment-1146857349

   This looks like a great approach! I like that this can enable more parallelism than the equivalent system property approach since those are global. I also like that this is such a small change compared to modifying every existing test. While I've managed to get the API and plugins modules to work in parallel+concurrency (single process multi threaded option rather than forking), what I've been doing there won't scale to core tests without additional changes such as in this PR. As such, this PR most likely applies to master with minimal changes, too!


-- 
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: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org