This is an automated email from the ASF dual-hosted git repository.

hossman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new e9511d5794c SOLR-17360: Fix test broken by SOLR-17067
e9511d5794c is described below

commit e9511d5794cd7b6cb8798d928a3c84ff1a9a1d4f
Author: Chris Hostetter <[email protected]>
AuthorDate: Tue Jul 9 16:32:23 2024 -0700

    SOLR-17360: Fix test broken by SOLR-17067
---
 .../test/org/apache/solr/cloud/api/collections/ShardSplitTest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/solr/core/src/test/org/apache/solr/cloud/api/collections/ShardSplitTest.java 
b/solr/core/src/test/org/apache/solr/cloud/api/collections/ShardSplitTest.java
index 59bad33ba96..c53636c63f5 100644
--- 
a/solr/core/src/test/org/apache/solr/cloud/api/collections/ShardSplitTest.java
+++ 
b/solr/core/src/test/org/apache/solr/cloud/api/collections/ShardSplitTest.java
@@ -253,7 +253,7 @@ public class ShardSplitTest extends BasicDistributedZkTest {
                   collectionName,
                   (long) 30,
                   TimeUnit.SECONDS,
-                  SolrCloudTestCase.activeClusterShape(2, 4));
+                  SolrCloudTestCase.activeClusterShape(2, 3));
 
           if (state == RequestStatusState.COMPLETED) {
             CountDownLatch newReplicaLatch = new CountDownLatch(1);
@@ -440,7 +440,7 @@ public class ShardSplitTest extends BasicDistributedZkTest {
 
     ZkStateReader.from(cloudClient)
         .waitForState(
-            collectionName, 30, TimeUnit.SECONDS, 
SolrCloudTestCase.activeClusterShape(2, 12));
+            collectionName, 30, TimeUnit.SECONDS, 
SolrCloudTestCase.activeClusterShape(2, 8));
 
     ZkStateReader.from(cloudClient).forceUpdateCollection(collectionName);
     ClusterState clusterState = cloudClient.getClusterState();

Reply via email to