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 2015/08/25 17:02:43 UTC

svn commit: r1697693 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/contrib/ solr/contrib/map-reduce/src/test/org/apache/solr/hadoop/MorphlineGoLiveMiniMRTest.java

Author: markrmiller
Date: Tue Aug 25 15:02:42 2015
New Revision: 1697693

URL: http://svn.apache.org/r1697693
Log:
tests: tone down nightly runs

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/contrib/   (props changed)
    lucene/dev/branches/branch_5x/solr/contrib/map-reduce/src/test/org/apache/solr/hadoop/MorphlineGoLiveMiniMRTest.java

Modified: lucene/dev/branches/branch_5x/solr/contrib/map-reduce/src/test/org/apache/solr/hadoop/MorphlineGoLiveMiniMRTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/contrib/map-reduce/src/test/org/apache/solr/hadoop/MorphlineGoLiveMiniMRTest.java?rev=1697693&r1=1697692&r2=1697693&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/contrib/map-reduce/src/test/org/apache/solr/hadoop/MorphlineGoLiveMiniMRTest.java (original)
+++ lucene/dev/branches/branch_5x/solr/contrib/map-reduce/src/test/org/apache/solr/hadoop/MorphlineGoLiveMiniMRTest.java Tue Aug 25 15:02:42 2015
@@ -128,8 +128,8 @@ public class MorphlineGoLiveMiniMRTest e
     this.inputAvroFile2 = "sample-statuses-20120906-141433.avro";
     this.inputAvroFile3 = "sample-statuses-20120906-141433-medium.avro";
 
-    sliceCount = TEST_NIGHTLY ? 7 : 3;
-    fixShardCount(TEST_NIGHTLY ? 7 : 3);
+    sliceCount = TEST_NIGHTLY ? 5 : 3;
+    fixShardCount(TEST_NIGHTLY ? 5 : 3);
   }
   
   @BeforeClass
@@ -520,7 +520,7 @@ public class MorphlineGoLiveMiniMRTest e
     // try using zookeeper with replication
     String replicatedCollection = "replicated_collection";
     if (TEST_NIGHTLY) {
-      createCollection(replicatedCollection, 3, 3, 5);
+      createCollection(replicatedCollection, 3, 3, 3);
     } else {
       createCollection(replicatedCollection, 2, 3, 2);
     }
@@ -651,7 +651,7 @@ public class MorphlineGoLiveMiniMRTest e
     }
     
     if (TEST_NIGHTLY) {
-      createCollection(replicatedCollection, 3, 3, 5);
+      createCollection(replicatedCollection, 3, 3, 3);
     } else {
       createCollection(replicatedCollection, 2, 3, 2);
     }