Github user mtaylor commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1389#discussion_r126466676
--- Diff: tests/integration-tests/pom.xml ---
@@ -177,6 +178,11 @@
<!-- END MQTT Deps -->
<dependency>
+ <groupId>org.awaitility</groupId>
+ <artifactId>awaitility</artifactId>
+ <version>2.0.0</version>
+ </dependency>
+ <dependency>
--- End diff --
Rather than introducing new deps, you can re-use the wait utility we
already in the tests. I'll add an example.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---