GitHub user mureinik opened a pull request:
https://github.com/apache/commons-lang/pull/317
Predictable randomness in shuffle tests
Use a predefined seed in order to get a predictable shuffling in
`ArrayUtilsTest` and ensure there won't be any random failures.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mureinik/commons-lang
shuffle-tests-predictable-random
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/317.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #317
----
commit a26b6b46f1e495e7a5fd5fa6873b0bc45eea8853
Author: Allon Mureinik <amureini@...>
Date: 2018-02-28T06:41:52Z
Predictable randomness in shuffle tests
Use a predefined seed in order to get a predictable shuffling in
ArrayUtilsTest and ensure there won't be any random failures.
----
---