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 05:04:50 UTC

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

Author: markrmiller
Date: Mon Nov 21 04:04:49 2011
New Revision: 1204345

URL: http://svn.apache.org/viewvc?rev=1204345&view=rev
Log:
revert last commit

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=1204345&r1=1204344&r2=1204345&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 04:04:49 2011
@@ -88,6 +88,9 @@ 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() {