You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2016/11/02 23:59:11 UTC

[14/50] [abbrv] lucene-solr:apiv2: SOLR-9132: Fix test bug

SOLR-9132: Fix test bug


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/cff2774a
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/cff2774a
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/cff2774a

Branch: refs/heads/apiv2
Commit: cff2774a3749378a040ce417f00560b95c93e10f
Parents: b6e0ab0
Author: Alan Woodward <ro...@apache.org>
Authored: Fri Oct 28 14:29:57 2016 +0100
Committer: Alan Woodward <ro...@apache.org>
Committed: Fri Oct 28 14:29:57 2016 +0100

----------------------------------------------------------------------
 .../org/apache/solr/cloud/TestDeleteCollectionOnDownNodes.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/cff2774a/solr/core/src/test/org/apache/solr/cloud/TestDeleteCollectionOnDownNodes.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/TestDeleteCollectionOnDownNodes.java b/solr/core/src/test/org/apache/solr/cloud/TestDeleteCollectionOnDownNodes.java
index 33820b3..cb33e26 100644
--- a/solr/core/src/test/org/apache/solr/cloud/TestDeleteCollectionOnDownNodes.java
+++ b/solr/core/src/test/org/apache/solr/cloud/TestDeleteCollectionOnDownNodes.java
@@ -35,7 +35,7 @@ public class TestDeleteCollectionOnDownNodes extends SolrCloudTestCase {
   @Test
   public void deleteCollectionWithDownNodes() throws Exception {
 
-    CollectionAdminRequest.createCollection("halfdeletedcollection2", "conf", 4, 2)
+    CollectionAdminRequest.createCollection("halfdeletedcollection2", "conf", 4, 3)
         .setMaxShardsPerNode(3)
         .process(cluster.getSolrClient());