Skip to content

Commit

Permalink
Account for race condition, may be 4 retries.
Browse files Browse the repository at this point in the history
  • Loading branch information
MirahImage committed Sep 20, 2023
1 parent 1baa2e4 commit 6928e5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ var _ = Describe("Upgrading RabbitMQ", func() {
})

It("logs to stderr, because we're in an unsafe state", func() {
Eventually(session.Err).Should(sayWithTimestamp("Unable to connect to node rabbit@host after 3 retries within 1s: Unable to reach epmd and host seems down"))
Eventually(session.Err).Should(sayWithTimestamp(`Unable to connect to node rabbit@host after \d retries within 1s: Unable to reach epmd and host seems down`))
})
})

Expand Down

0 comments on commit 6928e5c

Please sign in to comment.