abhishekrb19 commented on code in PR #16247:
URL: https://github.com/apache/druid/pull/16247#discussion_r1559901449
##########
server/src/test/java/org/apache/druid/server/http/CoordinatorDynamicConfigTest.java:
##########
@@ -201,7 +197,7 @@ public void testSerde() throws Exception
1,
2,
whitelist,
- 1.0,
+ 0.1,
Review Comment:
This value change from 1.0 to 0.1 is the default change of
`killTaskSlotRatio` made in this patch.
The test should just use a builder to make it clear, or the assertion should
happen in the tests, but that cleanup is for another day.
--
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]