During PHPUnit parallel runs, the parallel-running test suites simultaneously log to the same error / debug logs. This makes it harder to debug certain test failures.
Introduce a process-dependent environment variable to the phpunit:parallel: commands, and use that variable in includes/DevelopmentSettings.php to create split-group-specific logs for test runs.