mongo-python-driver/test
A. Jesse Jiryu Davis f275b2291a Implement read preferences for distributing reads among replica set members PYTHON-367
Replace the 'mongo' dict with a Member object everywhere in ReplicaSetConnection.
A handful of commands obey read preferences; most are always sent to primary.
Track a 5-sample moving average of each replica set member's ping time.
Connection detects whether it's connected to primary, secondary, or mongos.
2012-07-25 00:05:06 -04:00
..
mod_wsgi_test Fix connection leak in mod_wsgi 2.x and Python <= 2.6: Instead of storing SocketInfos in threadlocals, watch for thread death with a weakref callback to a generic threadlocal PYTHON-353 2012-06-12 10:05:37 -04:00
replica Implement read preferences for distributing reads among replica set members PYTHON-367 2012-07-25 00:05:06 -04:00
__init__.py It's 2012... 2012-04-19 12:40:38 -07:00
qcheck.py It's 2012... 2012-04-19 12:40:38 -07:00
test_binary.py It's 2012... 2012-04-19 12:40:38 -07:00
test_bson.py Fix BSON size validation PYTHON-370 2012-07-23 08:11:03 -07:00
test_code.py It's 2012... 2012-04-19 12:40:38 -07:00
test_collection.py Deal with newer mongos error objects PYTHON-374 2012-07-16 15:53:31 -07:00
test_common.py It's 2012... 2012-04-19 12:40:38 -07:00
test_connection.py Fix testing against mongos. PYTHON-373. 2012-07-13 10:38:04 -07:00
test_cursor.py It's 2012... 2012-04-19 12:40:38 -07:00
test_database.py Fix testing against mongos. PYTHON-373. 2012-07-13 10:38:04 -07:00
test_dbref.py It's 2012... 2012-04-19 12:40:38 -07:00
test_errors.py It's 2012... 2012-04-19 12:40:38 -07:00
test_grid_file.py It's 2012... 2012-04-19 12:40:38 -07:00
test_gridfs.py Implement read preferences for distributing reads among replica set members PYTHON-367 2012-07-25 00:05:06 -04:00
test_json_util.py Added json helpers for Binary and Code types PYTHON-362 2012-07-18 10:44:34 +01:00
test_master_slave_connection.py Implement read preferences for distributing reads among replica set members PYTHON-367 2012-07-25 00:05:06 -04:00
test_objectid.py Added is_valid classmethod to ObjectId 2012-07-25 00:05:06 -04:00
test_paired.py It's 2012... 2012-04-19 12:40:38 -07:00
test_pooling_base.py Fix testing against mongos. PYTHON-373. 2012-07-13 10:38:04 -07:00
test_pooling_gevent.py Fix connection leak in mod_wsgi 2.x and Python <= 2.6: Instead of storing SocketInfos in threadlocals, watch for thread death with a weakref callback to a generic threadlocal PYTHON-353 2012-06-12 10:05:37 -04:00
test_pooling.py Fix connection leak in mod_wsgi 2.x and Python <= 2.6: Instead of storing SocketInfos in threadlocals, watch for thread death with a weakref callback to a generic threadlocal PYTHON-353 2012-06-12 10:05:37 -04:00
test_pymongo.py It's 2012... 2012-04-19 12:40:38 -07:00
test_replica_set_connection.py Implement read preferences for distributing reads among replica set members PYTHON-367 2012-07-25 00:05:06 -04:00
test_son_manipulator.py It's 2012... 2012-04-19 12:40:38 -07:00
test_son.py It's 2012... 2012-04-19 12:40:38 -07:00
test_ssl.py It's 2012... 2012-04-19 12:40:38 -07:00
test_threads_replica_set_connection.py Implement read preferences for distributing reads among replica set members PYTHON-367 2012-07-25 00:05:06 -04:00
test_threads.py Implement read preferences for distributing reads among replica set members PYTHON-367 2012-07-25 00:05:06 -04:00
test_timestamp.py It's 2012... 2012-04-19 12:40:38 -07:00
test_uri_parser.py It's 2012... 2012-04-19 12:40:38 -07:00
utils.py Implement read preferences for distributing reads among replica set members PYTHON-367 2012-07-25 00:05:06 -04:00
version.py It's 2012... 2012-04-19 12:40:38 -07:00