apache / apache/logging-log4j2
Run environment-independent tests in full parallel mode
Open
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 1.7k
- Avg merge
- 21h 30m
- Merged PRs (30d)
- 27
Description
An increasing amount of tests, especially in Log4j Core 3.x does not depend on the environment with two exceptions:
- they might read values from `PropertiesUtil`,
- they might write logs to `StatusLogger`.
If these are JUnit 5 tests, we can make a separate Maven Surefire executions to run them:
- all in a single JVM (saves JVM startup time),
- using JUnit 5 parallel mode.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.