You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by mureinik <gi...@git.apache.org> on 2018/02/28 06:44:48 UTC

[GitHub] commons-lang pull request #317: Predictable randomness in shuffle tests

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 <am...@...>
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.

----


---

[GitHub] commons-lang issue #317: Predictable randomness in shuffle tests

Posted by mureinik <gi...@git.apache.org>.
Github user mureinik commented on the issue:

    https://github.com/apache/commons-lang/pull/317
  
    This is an alternative approach to #316, and is discussed in the thread started in http://mail-archives.apache.org/mod_mbox/commons-dev/201802.mbox/%3CCAO2EVT7zk8j3-wPU54jGNKeLs%3Dyok-puAgNXg%3DGLEj38abUzHQ%40mail.gmail.com%3E


---

[GitHub] commons-lang pull request #317: Predictable randomness in shuffle tests

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/commons-lang/pull/317


---

[GitHub] commons-lang issue #317: Predictable randomness in shuffle tests

Posted by coveralls <gi...@git.apache.org>.
Github user coveralls commented on the issue:

    https://github.com/apache/commons-lang/pull/317
  
    
    [![Coverage Status](https://coveralls.io/builds/15733296/badge)](https://coveralls.io/builds/15733296)
    
    Coverage decreased (-0.1%) to 95.137% when pulling **a26b6b46f1e495e7a5fd5fa6873b0bc45eea8853 on mureinik:shuffle-tests-predictable-random** into **415eb9ebb755cea4753d6191b166b88192de5b41 on apache:master**.



---