Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2733#discussion_r197836676
--- Diff: storm-core/pom.xml ---
@@ -184,6 +184,10 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.awaitility</groupId>
+ <artifactId>awaitility</artifactId>
--- End diff --
nit: can we make this test here too, just so it is clear that it is a test
only API?---
