adithyachakilam commented on code in PR #17356:
URL: https://github.com/apache/druid/pull/17356#discussion_r1803629884
##########
extensions-core/kinesis-indexing-service/src/test/java/org/apache/druid/indexing/kinesis/supervisor/KinesisSupervisorTest.java:
##########
@@ -358,6 +358,7 @@ public void testNoInitialStateWithAutoScaleOut() throws
Exception
Thread.sleep(1 * 1000);
int taskCountAfterScale = supervisor.getIoConfig().getTaskCount();
Assert.assertEquals(2, taskCountAfterScale);
+ autoscaler.stop();
Review Comment:
This was causing issues randomly because the autoscaler was kept running and
was emitting events which was same listener for the whole suite of tests in
this class.
--
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]