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 2011/11/21 04:29:00 UTC

svn commit: r1204340 - /lucene/dev/branches/solrcloud/solr/core/src/test/org/apache/solr/cloud/FullDistributedZkTest.java

Author: markrmiller
Date: Mon Nov 21 03:29:00 2011
New Revision: 1204340

URL: http://svn.apache.org/viewvc?rev=1204340&view=rev
Log:
we do not need to supress stress in this test anymore

Modified:
    lucene/dev/branches/solrcloud/solr/core/src/test/org/apache/solr/cloud/FullDistributedZkTest.java

Modified: lucene/dev/branches/solrcloud/solr/core/src/test/org/apache/solr/cloud/FullDistributedZkTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/solrcloud/solr/core/src/test/org/apache/solr/cloud/FullDistributedZkTest.java?rev=1204340&r1=1204339&r2=1204340&view=diff
==============================================================================
--- lucene/dev/branches/solrcloud/solr/core/src/test/org/apache/solr/cloud/FullDistributedZkTest.java (original)
+++ lucene/dev/branches/solrcloud/solr/core/src/test/org/apache/solr/cloud/FullDistributedZkTest.java Mon Nov 21 03:29:00 2011
@@ -88,11 +88,6 @@ public class FullDistributedZkTest exten
   public FullDistributedZkTest() {
     fixShardCount = true;
     shardCount = 12;
-    // TODO: for now, turn off stress because it uses regular clients, and we 
-    // need the cloud client because we kill servers
-    stress = 0;
-    
-    
   }
   
   private void initCloudClient() {