I think that just means the test is dependent on the particular sequence of random numbers. Ideally it should loosen its definition of correct a bit.
On Thu, Dec 8, 2011 at 7:59 PM, Grant Ingersoll <[email protected]> wrote: > > On Dec 8, 2011, at 2:55 PM, Sean Owen wrote: > > > This could well be it. While every Random everywhere gets initialized to > a > > known initial state, at the start of every @Test method, you could get > > different sequences if other tests are in progress in parallel in the > same > > JVM. > > I'm also trying using the test seed, which passes sequentially, but still > fails > >
