mongo-python-driver/test
behackett 1fe6029c5d Fix replica set monitor issues PYTHON-365.
Note: In CPython the monitor is no longer a daemon thread. This means that
care must be taken in the interactive shell and simple scripts to set
ReplicaSetConnection references to None so the monitor dies.

The monitor is still a daemon thread in Jython and PyPy.
2012-07-03 12:56:01 -07: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 Minor test_replica_set fixes. 2012-04-19 20:20:16 -07: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 It's 2012... 2012-04-19 12:40:38 -07:00
test_code.py It's 2012... 2012-04-19 12:40:38 -07:00
test_collection.py Fix test failure due to 2.1.2 behaviour change. 2012-07-03 11:06:41 -07:00
test_common.py It's 2012... 2012-04-19 12:40:38 -07:00
test_connection.py Larger timeout for slower machines 2012-07-01 22:24:33 -04:00
test_cursor.py It's 2012... 2012-04-19 12:40:38 -07:00
test_database.py It's 2012... 2012-04-19 12:40:38 -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 Slightly refactor threading tests 2012-04-29 21:34:05 -04:00
test_json_util.py It's 2012... 2012-04-19 12:40:38 -07:00
test_master_slave_connection.py Ensure all test threads are daemonic, attempt a more reliable Master Slave test_kill_cursor_explicit 2012-04-21 14:28:46 -04:00
test_objectid.py It's 2012... 2012-04-19 12:40:38 -07:00
test_paired.py It's 2012... 2012-04-19 12:40:38 -07:00
test_pooling_base.py Remove dead test code 2012-07-01 22:23:56 -04: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 Fix replica set monitor issues PYTHON-365. 2012-07-03 12:56:01 -07: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 It's 2012... 2012-04-19 12:40:38 -07:00
test_threads.py Fix replica set monitor issues PYTHON-365. 2012-07-03 12:56:01 -07: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 Slightly refactor threading tests 2012-04-29 21:34:05 -04:00
version.py It's 2012... 2012-04-19 12:40:38 -07:00