Skip to content

Commit dc9049c

Browse files
author
Steve Powell
committed
Merge default into bug24169
2 parents a5a75b8 + 4c78649 commit dc9049c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/com/rabbitmq/client/test/server/ExclusiveQueueDurability.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ protected void createResources() throws IOException {
5858
public void openChannel()
5959
throws IOException
6060
{
61+
Host.executeCommand("cd ../rabbitmq-test; make restart-secondary-node");
6162
ConnectionFactory cf2 = connectionFactory.clone();
6263
cf2.setHost("localhost");
6364
cf2.setPort(5673);

0 commit comments

Comments
 (0)