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:28:01 UTC

svn commit: r1659049 - in /lucene/dev/branches/branch_5x: ./ lucene/ lucene/tools/ lucene/tools/forbiddenApis/tests.txt

Author: rmuir
Date: Wed Feb 11 19:28:00 2015
New Revision: 1659049

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

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/lucene/   (props changed)
    lucene/dev/branches/branch_5x/lucene/tools/   (props changed)
    lucene/dev/branches/branch_5x/lucene/tools/forbiddenApis/tests.txt

Modified: lucene/dev/branches/branch_5x/lucene/tools/forbiddenApis/tests.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/tools/forbiddenApis/tests.txt?rev=1659049&r1=1659048&r2=1659049&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/tools/forbiddenApis/tests.txt (original)
+++ lucene/dev/branches/branch_5x/lucene/tools/forbiddenApis/tests.txt Wed Feb 11 19:28:00 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