cpoerschke commented on code in PR #3659:
URL: https://github.com/apache/solr/pull/3659#discussion_r2353018773


##########
solr/core/src/test/org/apache/solr/core/TestMergePolicyConfig.java:
##########
@@ -88,7 +88,7 @@ public void testLegacyMergePolicyConfig() throws Exception {
     TieredMergePolicy tieredMP = assertAndCast(TieredMergePolicy.class, 
iwc.getMergePolicy());
 
     assertEquals(10, tieredMP.getMaxMergeAtOnce());
-    assertEquals(10.0D, tieredMP.getSegmentsPerTier(), 0.0D);
+    assertEquals(8.0D, tieredMP.getSegmentsPerTier(), 0.0D);

Review Comment:
   
https://github.com/apache/solr/pull/3659/commits/112844905d32d8c87412c67f6b700ef6c2e4f1b3
 for that.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to