You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUBY-2746 RUBY-2851 RUBY-2737 Provide options to limit number of mongos servers used in connecting to sharded clusters (#2380)
* RUBY-2746 add spec tests
* RUBY-2746 add another spec test
* RUBY-2746 implemented srvServiceName, 5 tests still failing
* RUBY-2746 added srvMaxHosts implementation and fix test for it
* RUBY-2746 add type that raises error on no parse, ALL TESTS PASSING
* RUBY-2746 move uri validation for replica set
* RUBY-2746 uri options passing, still waiting on bad input failure direction
* RUBY-2746 remove offending tests and integer_raise
* RUBY-2746 clean up old test files and combine runners
* RUBY-2746 add support for ruby options
* RUBY-2746 add tests for ruby options
* RUBY-2746 cleanup comments
* RUBY-2746 fix tests, naming, method signatures, set srv_max_hosts to nil on 0
* RUBY-2746 don't set srv_max_hosts on 0
* RUBY-2746 add docs for new options
* RUBY-2746 fix bug, add test for srv_max_hosts
* RUBY-2746 add tests for different valus of srvMaxHosts
* RUBY-2746 add srvServiceName test
* RUBY-2746 fix spec tests, make srv_max_hosts accept 0
* RUBY-2746 fix srv tests, disregard sorting
* RUBY-2746 fix tests sorting
* RUBY-2746 update comments and docs
0 commit comments