danprince1 commented on a change in pull request #12013:
URL: https://github.com/apache/druid/pull/12013#discussion_r776843147
##########
File path:
server/src/test/java/org/apache/druid/server/http/CoordinatorDynamicConfigTest.java
##########
@@ -272,7 +273,7 @@ public void
testDecommissioningParametersBackwardCompatibility() throws Exceptio
0,
false,
false,
- Integer.MAX_VALUE
+ 0
Review comment:
Previously these tests were just assigning the default value to
`maxNonPrimaryReplicantsToLoad`. I don't remember, but I think I must have
changed these to specify a non-default value in order to check that
deserializing was actually working.
--
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]