gianm commented on a change in pull request #7232: Fix ITRealtimeIndexTaskTest
Flakiness
URL: https://github.com/apache/incubator-druid/pull/7232#discussion_r264483511
##########
File path:
integration-tests/src/test/java/org/apache/druid/tests/indexer/AbstractITRealtimeIndexTaskTest.java
##########
@@ -97,6 +97,8 @@ void doTest()
LOG.info("indexerSpec: [%s]\n", task);
taskID = indexer.submitTask(task);
+ TimeUnit.SECONDS.sleep(5);
Review comment:
Could you please include a comment about why this is happening?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]