-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix rabbitmq container deprecations and test code cleanup. #619
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fixed the tests
It seems that since Rabbit 3.9.x the waitForConfirms
comes back immediately with false if the message can't be confirmed. Previously I think it threw a TimeoutException
- and removed the deprecation from
TemporarilyDownConsumersSpec
Used portBindings
on a RabbitMq container and updated the image verson
- Use the same Rabbit version
We were using multiple rabbit versions, I moved the all to use the version in AbstractRabbitMQTest
Quality Gate passedIssues Measures |
Changes to support using RabbitMQ Docker containers newer than 3.8
closes #594