mirror of https://github.com/apache/druid.git
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.runInternal();
|
||||
|
||||
Thread.sleep(1000);
|
||||
|
||||
Assert.assertEquals(failsToResumePausedTask.getId(), shutdownTaskId.getValue());
|
||||
|
||||
verifyAll();
|
||||
|
|
Loading…
Reference in New Issue