mongo-python-driver/test
Shane Harvey a2937aa8eb Revert "Pin transactions to a single server address"
This reverts commit 25bc0858ff566abfabadeca4a3fea177e9c2697c.
2018-04-16 09:57:45 -04:00
..
atlas PYTHON-1436 - Automate Atlas connectivity tests 2018-04-09 17:04:15 -07:00
bson_corpus Ensure files end in a newline 2017-08-31 22:26:39 -07:00
certificates Trim trailing whitespace 2017-08-31 22:26:39 -07:00
command_monitoring PYTHON-1502 - Deprecate the snapshot cursor option 2018-03-22 08:47:34 -07:00
connection_string/test Fix UTF-8 hosts test 2017-08-23 22:45:20 -04:00
crud PYTHON-1441 - Ignore batchSize in agg with $out stage 2018-02-12 19:20:26 -08:00
discovery_and_monitoring PYTHON-1407 Exclude non-data bearing servers when considering logicalSessionTimeoutMinutes 2017-11-14 09:35:05 -08:00
dns PYTHON-1418 - More spec updates 2017-11-29 10:52:05 -08:00
gridfs PYTHON-1487 - Resync GriFS spec tests 2018-04-05 15:12:52 -07:00
high_availability Trim trailing whitespace 2017-08-31 22:26:39 -07:00
max_staleness PYTHON-1192 - Minimum maxStalenessSeconds is 90. 2016-11-22 13:19:34 -05:00
mod_wsgi_test Update copyright dates 2017-12-01 17:23:39 -08:00
performance PYTHON-1277 - Port benchmark tests to Evergreen 2018-02-12 19:30:19 -08:00
read_write_concern PYTHON-1463 - Implement read / write concern spec 2018-04-06 12:55:09 -07:00
retryable_writes PYTHON-1339 Retryable multi-statement writes. 2017-11-20 12:18:00 -08:00
sdam_monitoring PYTHON-1067 - Implement SDAM Monitoring 2016-06-14 15:20:19 +02:00
server_selection Resync server selection and max staleness tests from the specifications repository. 2016-08-11 16:27:17 -07:00
transactions Test find/getMore with stmtId in transactions 2018-04-16 09:57:45 -04:00
__init__.py PYTHON-1464 - Implement SCRAM-SHA-256 2018-03-06 17:54:40 -08:00
pymongo_mocks.py Update copyright dates 2017-12-01 17:23:39 -08:00
qcheck.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_auth.py PYTHON-1464 - Implement SCRAM-SHA-256 2018-03-06 17:54:40 -08:00
test_binary.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_bson_corpus.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_bson.py PYTHON-1462 - Import ABCs from collections.abc 2018-02-12 19:42:44 -08:00
test_bulk.py PYTHON-1488 - Fix auth tests for MongoDB 3.7 2018-02-26 15:32:55 -08:00
test_change_stream.py PYTHON-1408 Cursor iteration should complete when another thread closes the cursor. 2017-11-13 13:08:38 -08:00
test_client_context.py PYTHON-1415 Fail CI when test suite cannot connect 2018-02-26 15:50:56 -08:00
test_client.py Test changing transaction readPreference 2018-04-16 09:57:45 -04:00
test_code.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_collation.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_collection.py PYTHON-1470 - Fix test_create for 3.7+ mongos 2018-02-20 13:46:48 -08:00
test_command_monitoring_spec.py PYTHON-1469 - Ignore unexpected error fields in tests 2018-02-20 13:46:48 -08:00
test_common.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_crud.py PYTHON-1441 - Ignore batchSize in agg with $out stage 2018-02-12 19:20:26 -08:00
test_cursor_manager.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_cursor.py PYTHON-1502 - Deprecate the snapshot cursor option 2018-03-22 08:47:34 -07:00
test_database.py PYTHON-1464 - Implement SCRAM-SHA-256 2018-03-06 17:54:40 -08:00
test_dbref.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_decimal128.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_discovery_and_monitoring.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_dns.py PYTHON-1418 - More spec updates 2017-11-29 10:52:05 -08:00
test_examples.py Add support for start_transaction with-statement 2018-04-16 09:57:45 -04:00
test_grid_file.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_gridfs_bucket.py PYTHON-1458 - Make MD5 digest optional in GridFS 2018-03-30 18:59:19 -07:00
test_gridfs_spec.py PYTHON-960 - GridFS spec compliance 2015-08-06 12:41:40 -04:00
test_gridfs.py PYTHON-1458 - Make MD5 digest optional in GridFS 2018-03-30 18:59:19 -07:00
test_heartbeat_monitoring.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_json_util.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_legacy_api.py PYTHON-1491 Skip failing OP_KILL_CURSORS test 2018-02-28 13:05:05 -08:00
test_max_staleness.py PYTHON-1192 - Minimum maxStalenessSeconds is 90. 2016-11-22 13:19:34 -05:00
test_mongos_load_balancing.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_monitor.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_monitoring.py PYTHON-1502 - Deprecate the snapshot cursor option 2018-03-22 08:47:34 -07:00
test_monotonic.py PYTHON-1482 Fix monotonic time import for Python 2 2018-02-21 17:01:03 -08:00
test_objectid.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_pooling.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_pymongo.py Fix up copyright dates. 2015-03-25 11:55:02 -07:00
test_raw_bson.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_read_concern.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_read_preferences.py Revert "Pin transactions to a single server address" 2018-04-16 09:57:45 -04:00
test_read_write_concern_spec.py PYTHON-1463 - Implement read / write concern spec 2018-04-06 12:55:09 -07:00
test_replica_set_client.py PYTHON-1471 Disable failing arbiter tests on MongoDB latest 2018-02-27 09:45:56 -08:00
test_replica_set_reconfig.py PYTHON-1421 Ensure Server monitor threads are (re)opened. 2017-11-28 11:56:13 -08:00
test_retryable_writes.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_saslprep.py PYTHON-1457 - Implement SASLprep 2018-03-06 17:54:40 -08:00
test_sdam_monitoring_spec.py PYTHON-1026 - Remove test assumption about primary host 2016-09-21 11:15:43 -07:00
test_server_description.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_server_selection_rtt.py Fix up copyright dates. 2015-03-25 11:55:02 -07:00
test_server_selection.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_server.py Fix up copyright dates. 2015-03-25 11:55:02 -07:00
test_session.py PYTHON-1464 - Implement SCRAM-SHA-256 2018-03-06 17:54:40 -08:00
test_son_manipulator.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_son.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_ssl.py PYTHON-1456 - Use SSLContext.check_hostname with Python 3.7+ 2018-03-06 17:25:49 -08:00
test_threads.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_timestamp.py PYTHON-977 - Fix __hash__ method on BSON types that inherit from Python builtin types. 2015-09-04 14:45:24 -07:00
test_topology.py PYTHON-1422 Don't update a closed topology 2018-02-20 14:12:32 -08:00
test_transactions.py Ending a session always aborts the transaction 2018-04-16 09:57:45 -04:00
test_uri_parser.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_uri_spec.py PYTHON-959 - Connection string spec compliance. 2015-08-06 13:14:31 -04:00
utils_selection_tests.py PYTHON-1422 Don't update a closed topology 2018-02-20 14:12:32 -08:00
utils.py PYTHON-1464 - Implement SCRAM-SHA-256 2018-03-06 17:54:40 -08:00
version.py PYTHON-1021 - Support git describe based server versions 2015-12-15 13:33:23 -08:00