mirror of
https://github.com/apache/druid.git
synced 2025-02-20 00:47:40 +00:00
Fix flaky test method in KafkaSupervisorTest (#13315)
This commit is contained in:
parent
d8329195f7
commit
a17ffdfc5d
@ -4054,6 +4054,8 @@ public class KafkaSupervisorTest extends EasyMockSupport
|
|||||||
supervisor.start();
|
supervisor.start();
|
||||||
supervisor.runInternal();
|
supervisor.runInternal();
|
||||||
|
|
||||||
|
Thread.sleep(1000);
|
||||||
|
|
||||||
Assert.assertEquals(failsToResumePausedTask.getId(), shutdownTaskId.getValue());
|
Assert.assertEquals(failsToResumePausedTask.getId(), shutdownTaskId.getValue());
|
||||||
|
|
||||||
verifyAll();
|
verifyAll();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user