You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2014/04/16 13:29:08 UTC

svn commit: r1587871 - /lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/fst/Test2BFST.java

Author: mikemccand
Date: Wed Apr 16 11:29:08 2014
New Revision: 1587871

URL: http://svn.apache.org/r1587871
Log:
LUCENE-5606: fix required heap for this test in the @Ignore reason

Modified:
    lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/fst/Test2BFST.java

Modified: lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/fst/Test2BFST.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/fst/Test2BFST.java?rev=1587871&r1=1587870&r2=1587871&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/fst/Test2BFST.java (original)
+++ lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/util/fst/Test2BFST.java Wed Apr 16 11:29:08 2014
@@ -34,7 +34,7 @@ import org.apache.lucene.util.packed.Pac
 import org.junit.Ignore;
 import com.carrotsearch.randomizedtesting.annotations.TimeoutSuite;
 
-@Ignore("Requires tons of heap to run (420G works)")
+@Ignore("Requires tons of heap to run (30 GB hits OOME but 35 GB passes after ~4.5 hours)")
 @TimeoutSuite(millis = 100 * TimeUnits.HOUR)
 public class Test2BFST extends LuceneTestCase {