Skip to content

Commit c9a9ca4

Browse files
committed
Display quorum status earlier
1 parent b41d8fd commit c9a9ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/rabbitmq/client/amqp/impl/ClusterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,10 @@ void consumeFromQuorumQueueWhenLeaderIsPaused() throws InterruptedException {
381381
+ "queue info "
382382
+ mgmt.queueInfo(q));
383383
} finally {
384+
System.out.println(Cli.quorumStatus(q, initialFollowers.get(0)));
384385
if (nodePaused) {
385386
Cli.unpauseNode(initialLeader);
386387
}
387-
System.out.println(Cli.quorumStatus(q, initialFollowers.get(0)));
388388
management.queueDelete(q);
389389
}
390390
}

0 commit comments

Comments
 (0)