Skip to content

Commit

Permalink
ARTEMIS-1680 Fixing intermittent failure
Browse files Browse the repository at this point in the history
This will make sure the cluster is well formed before doing assertions
  • Loading branch information
clebertsuconic committed Feb 19, 2018
1 parent cfb3858 commit 132af01
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -169,6 +169,8 @@ public void wildcardsWithBroker1Disconnected() throws Exception {

waitForBindings(1, TOPIC, 1, 1, false);
waitForBindings(1, TOPIC, 1, 1, true);
waitForBindings(0, TOPIC, 1, 1, true);


connection1.publish("test/1/some/la", payload1.getBytes(), QoS.AT_LEAST_ONCE, false);
connection1.publish("test/1/some/la", payload2.getBytes(), QoS.AT_MOST_ONCE, false);
Expand Down

0 comments on commit 132af01

Please sign in to comment.