Hi Gary, On Thu, 17 Nov 2022 at 12:24, Gary Gregory <garydgreg...@gmail.com> wrote: > I hope we are not running tests in parallel or else how can we be reliable > and reproducible? And compare builds between developers?
Yes, `log4j-api-test` is configured to run in parallel (at least in `master`). This setting has been switched on and off in the past year. In June I switched it on: https://github.com/apache/logging-log4j2/commit/0e68a1ab3c94d7a86a8e85483c2c36d4ff9143b7 Build errors in `log4j-api-test` have been rare these last months, but probably we need a profile to switch parallelism off (or a profile to switch it on). Piotr