Skip to content

Commit

Permalink
Make the test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Sep 13, 2024
1 parent d3fcc0c commit 1ff8c7c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2430,7 +2430,6 @@ public void testOrderingAfterReconnects() throws Exception {
.subscriptionType(SubscriptionType.Key_Shared)
.receiverQueueSize(10)
.messageListener(messageHandler)
.startPaused(true)
.subscribe();
// close and reconnect c1
c1.close();
Expand All @@ -2456,7 +2455,6 @@ public void testOrderingAfterReconnects() throws Exception {
.subscribe();

Thread.sleep(pauseTime);
c2.resume();

System.out.println("readPosition: " + sub.getCursor().getReadPosition() + " numberOfMessagesInReplay: "
+ dispatcher.getNumberOfMessagesInReplay());
Expand Down

0 comments on commit 1ff8c7c

Please sign in to comment.