mongo-ruby-driver/test/replica_sets
Tyler Brock b70c9ce152 RUBY-406 enhancements to :secondary_only read preference
Improved implementation
-- read_preference :secondary_only is now communicated via invocation
of ReplSetConnection#checkout_secondary

Better tests
-- ensures reads go to secondaries
-- ensures reads do not go to primaries
2012-02-18 16:51:57 -05:00
..
basic_test.rb minor: fix for test_accessors replica set test -- should not test tags on server < 2.0 2012-02-13 18:49:56 -05:00
complex_connect_test.rb minor: fix for replica set tests -- each TestCase class now gets a new replica set 2012-01-29 19:05:17 -05:00
connect_test.rb RUBY-378 new ReplSetConnection format 2012-02-16 10:59:09 -05:00
count_test.rb minor: fix for replica set tests -- each TestCase class now gets a new replica set 2012-01-29 19:05:17 -05:00
insert_test.rb minor: insert test should use w = 2 2012-02-15 12:55:14 -05:00
pooled_insert_test.rb minor: insert test should use w = 2 2012-02-15 12:55:14 -05:00
query_test.rb minor: fix for replica set tests -- each TestCase class now gets a new replica set 2012-01-29 19:05:17 -05:00
read_preference_test.rb RUBY-406 enhancements to :secondary_only read preference 2012-02-18 16:51:57 -05:00
refresh_test.rb minor: possible fix for replica set refresh test not passing due to ghost members 2012-02-13 19:21:11 -05:00
refresh_with_threads_test.rb minor: fix for replica set tests -- each TestCase class now gets a new replica set 2012-01-29 19:05:17 -05:00
replication_ack_test.rb minor: fix for replica set tests -- each TestCase class now gets a new replica set 2012-01-29 19:05:17 -05:00
rs_test_helper.rb minor: fix for replica set tests -- each TestCase class now gets a new replica set 2012-01-29 19:05:17 -05:00