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 2012/06/12 00:47:50 UTC

svn commit: r1349058 - /lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/index/TestDocumentsWriterStallControl.java

Author: rmuir
Date: Mon Jun 11 22:47:49 2012
New Revision: 1349058

URL: http://svn.apache.org/viewvc?rev=1349058&view=rev
Log:
LUCENE-4136: temporarily make this a nightly test until its fixed

Modified:
    lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/index/TestDocumentsWriterStallControl.java

Modified: lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/index/TestDocumentsWriterStallControl.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/index/TestDocumentsWriterStallControl.java?rev=1349058&r1=1349057&r2=1349058&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/index/TestDocumentsWriterStallControl.java (original)
+++ lucene/dev/trunk/lucene/core/src/test/org/apache/lucene/index/TestDocumentsWriterStallControl.java Mon Jun 11 22:47:49 2012
@@ -114,6 +114,7 @@ public class TestDocumentsWriterStallCon
     
   }
   
+  @Nightly
   public void testAccquireReleaseRace() throws InterruptedException {
     final DocumentsWriterStallControl ctrl = new DocumentsWriterStallControl();
     SimpleMemCtrl memCtrl = new SimpleMemCtrl();