-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding support for amqp tls connections * Correcting spacing in the config.go file * Checking what travis ci gives as a docker version * Working around a docker-compose bug that prevents empty defaults * removed docker-compose version check This was being used for debugging a build failure and is no longer needed * Making a rabbit mq connector that should be more testable in theoryr * Refactors and initial tests around CreateConnector - Added ginkgo and gomega for testing - Test that a connector of the correct type is created - Moved the instantiation of the connector into mapping.go - Added a test to mapping.go to assert that the created connector is non nil - Renamed config on TlsRabbitConnector to config to reduce confusion around the config package * Adding some happy case tests * Removed some debug calls that were added by accident * Adding more test coverage * Adding test coverage around the tls connector * Switch to using HasPrefix and add additional test coverage around the basic connector
- Loading branch information
1 parent
bd46770
commit c218db1
Showing
12 changed files
with
617 additions
and
17 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.