Skip to content

Commit

Permalink
More unit tests for off-heap collections
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Koval committed Jul 31, 2018
1 parent 66f3078 commit ecd650c
Show file tree
Hide file tree
Showing 4 changed files with 592 additions and 462 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ void randomizedTest()
}
}

toRemove.shuffleThis();
toRemove.shuffleThis(rnd.random() );
for ( final ObjectLongPair<Value> valueRefPair : toRemove )
{
final Value removed = container.remove( valueRefPair.getTwo() );
Expand Down

0 comments on commit ecd650c

Please sign in to comment.