adithyachakilam commented on code in PR #16334:
URL: https://github.com/apache/druid/pull/16334#discussion_r1582147841


##########
indexing-service/src/test/java/org/apache/druid/indexing/seekablestream/SeekableStreamSupervisorSpecTest.java:
##########
@@ -988,7 +1007,8 @@ public void testSeekableStreamSupervisorSpecWithScaleIn() 
throws InterruptedExce
     Thread.sleep(1000);
     int taskCountAfterScaleOut = supervisor.getIoConfig().getTaskCount();
     Assert.assertEquals(1, taskCountAfterScaleOut);
-
+    Assert.assertTrue(timesLagStatsMaxCalled == 0);
+    Assert.assertTrue(timesLagStatsSumCalled > 0);

Review Comment:
   I think that test is already there now. This test verifies the override by 
the config is working fine.



-- 
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