-
Notifications
You must be signed in to change notification settings - Fork 532
RUBY-2746 RUBY-2851 RUBY-2737 Provide options to limit number of mongos servers used in connecting to sharded clusters #2380
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
bcd3e95
RUBY-2746 add spec tests
neilshweky 3dc5c1d
RUBY-2746 add another spec test
neilshweky 6a5db78
RUBY-2746 implemented srvServiceName, 5 tests still failing
neilshweky 8320891
RUBY-2746 added srvMaxHosts implementation and fix test for it
neilshweky 27512a9
RUBY-2746 add type that raises error on no parse, ALL TESTS PASSING
neilshweky 1aa46f6
RUBY-2746 move uri validation for replica set
neilshweky b4355fb
RUBY-2746 uri options passing, still waiting on bad input failure dir…
neilshweky fcb17dc
RUBY-2746 remove offending tests and integer_raise
neilshweky 6690762
RUBY-2746 clean up old test files and combine runners
neilshweky 3b95e74
RUBY-2746 add support for ruby options
neilshweky 74be568
RUBY-2746 add tests for ruby options
neilshweky 698878f
RUBY-2746 cleanup comments
neilshweky 65d5caf
RUBY-2746 fix tests, naming, method signatures, set srv_max_hosts to …
neilshweky b3ff177
RUBY-2746 don't set srv_max_hosts on 0
neilshweky 7806cf7
RUBY-2746 add docs for new options
neilshweky 0e27498
RUBY-2746 fix bug, add test for srv_max_hosts
neilshweky f88d678
RUBY-2746 add tests for different valus of srvMaxHosts
neilshweky 44f8c53
RUBY-2746 add srvServiceName test
neilshweky b4ec4b3
RUBY-2746 fix spec tests, make srv_max_hosts accept 0
neilshweky ef9b376
RUBY-2746 fix srv tests, disregard sorting
neilshweky 8e240b4
RUBY-2746 fix tests sorting
neilshweky a1a2308
RUBY-2746 update comments and docs
neilshweky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
These options should be documented on the Client constructor. If they are used only internally by the driver, they should be annotated as such.
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.
This still needs to be done right?