forked from compose/transporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move mongo specific error to mongodb/client. Add more tests to cover …
…all read preferences. Allow for case insensitive read preference to be set. (+5 squashed commits) Squashed commits: [381efce] Fix failing tests [82c48da] Unit tests for mongo read preference setting. Fixed other unit tests in light of the new default read preference. [11e7ed9] Update readme to show read preference in the mongo config. [ae4c94e] Remove mgo specific read preferences. [b636058] Can now set mongo read preference in config, defaults to Primary and raises an error if the read preference is not known.
- Loading branch information
1 parent
677afaf
commit 60b614b
Showing
4 changed files
with
113 additions
and
4 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
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