remeio opened a new pull request, #1051:
URL: https://github.com/apache/commons-lang/pull/1051
When running `testThreadGroups` and `testThreadGroupsById` in two threads,
they have the same thread group name, will cause `testThreadGroups` test
failed, such as `assertEquals(1,
ThreadUtils.findThreadGroupsByName("thread_group_DDZZ99__").size());`->`expected:`
1, actual: 2`.
[Junit5
writing-tests-parallel-execution-config](https://junit.org/junit5/docs/current/user-guide/#writing-tests-parallel-execution-config)
```
junit.jupiter.execution.parallel.enabled=true
junit.jupiter.execution.parallel.mode.default=concurrent
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]