You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2015/02/11 20:21:07 UTC

svn commit: r1659044 - /lucene/dev/trunk/lucene/tools/forbiddenApis/tests.txt

Author: rmuir
Date: Wed Feb 11 19:21:06 2015
New Revision: 1659044

URL: http://svn.apache.org/r1659044
Log:
LUCENE-6240: ban @Seed in tests

Modified:
    lucene/dev/trunk/lucene/tools/forbiddenApis/tests.txt

Modified: lucene/dev/trunk/lucene/tools/forbiddenApis/tests.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/tools/forbiddenApis/tests.txt?rev=1659044&r1=1659043&r2=1659044&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/tools/forbiddenApis/tests.txt (original)
+++ lucene/dev/trunk/lucene/tools/forbiddenApis/tests.txt Wed Feb 11 19:21:06 2015
@@ -20,3 +20,5 @@ java.util.Random#<init>() @ Use Randomiz
 # TODO: fix tests that do this!
 #java.lang.System#currentTimeMillis() @ Don't depend on wall clock times
 #java.lang.System#nanoTime() @ Don't depend on wall clock times
+
+com.carrotsearch.randomizedtesting.annotations.Seed @ Don't commit hardcoded seeds