-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rabbitmq container deprecations and test code cleanup. (#619)
* Refactor mutable static state. * Use RabbitMQContainer API to replace deprecated use. * Use latest official rabbitmq Docker container. * Share rabbit version between tests * nit: formatting * Use RabbitContainer and abhor statics * Don't use Hamcrest * polling conditions need asserts * Fix tests for rabbit 3.9+ and improve logging a bit * Remove deprecated container and use same rabbit version * Use the same rabbit version for all tests --------- Co-authored-by: Tim Yates <[email protected]>
- Loading branch information
Showing
6 changed files
with
71 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 9 additions & 7 deletions
16
rabbitmq/src/test/groovy/io/micronaut/rabbitmq/AbstractRabbitMQTest.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters