You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2012/12/04 19:34:55 UTC

svn commit: r1417099 - /lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java

Author: markrmiller
Date: Tue Dec  4 18:34:54 2012
New Revision: 1417099

URL: http://svn.apache.org/viewvc?rev=1417099&view=rev
Log:
remove nocommit in uncalled test method

Modified:
    lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java

Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java?rev=1417099&r1=1417098&r2=1417099&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java (original)
+++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java Tue Dec  4 18:34:54 2012
@@ -1076,7 +1076,7 @@ public class BasicDistributedZkTest exte
 
   private void checkCollectionIsNotCreated(String collectionName)
     throws Exception {
-    // nocommit
+    // TODO: this method not called because of below sleep
     Thread.sleep(60000);
     assertFalse(collectionName + " not supposed to exist", getCommonCloudSolrServer().getZkStateReader().getClusterState().getCollections().contains(collectionName));
   }