mongo-python-driver/test
2020-04-06 13:40:41 -07:00
..
atlas PYTHON-2040 PyOpenSSL support 2020-02-06 18:03:21 -08:00
auth PYTHON-2034 Support MONGODB-AWS authentication mechanism 2020-03-03 09:43:48 -08:00
auth_aws PYTHON-2034 Support MONGODB-AWS authentication mechanism 2020-03-03 09:43:48 -08:00
bson_corpus Ensure files end in a newline 2017-08-31 22:26:39 -07:00
certificates PYTHON-2144 Handle the case where the peer omits the self-signed issuer cert 2020-03-10 16:44:49 -07:00
change_streams PYTHON-2120 Skip failing ChangeStream tests on 4.4 2020-02-10 12:49:45 -08:00
client-side-encryption PYTHON-2012 FLE GA changes (#427) 2019-11-05 14:45:30 -08:00
cmap PYTHON-1900 Add "connectionError" as a valid ConnectionCheckOutFailedEvent reason 2019-07-17 14:15:55 -07:00
command_monitoring PYTHON-1546 - Update various spec tests and adjust runners 2018-06-04 15:44:13 -07:00
connection_string/test Fix UTF-8 hosts test 2017-08-23 22:45:20 -04:00
crud PYTHON-2142 Add index hinting support to delete operations 2020-03-26 16:01:33 -07:00
discovery_and_monitoring PYTHON-2088 Define how multiple phases should be handled in SDAM spec runner 2020-02-24 16:32:09 -08:00
gridfs PYTHON-1487 - Resync GriFS spec tests 2018-04-05 15:12:52 -07:00
max_staleness PYTHON-1192 - Minimum maxStalenessSeconds is 90. 2016-11-22 13:19:34 -05:00
mod_wsgi_test PYTHON-1467 - PyMongo no longer supports Python 2.6 2018-07-02 15:15:43 -07:00
ocsp PYTHON-2093 OCSP Support 2020-02-20 14:44:24 -08:00
performance PYTHON-1918 Fix decoding perf test 2019-09-12 16:53:38 -07:00
read_write_concern PYTHON-1463 - Implement read / write concern spec 2018-04-06 12:55:09 -07:00
retryable_reads PYTHON-1905 Don't send fullDocument field by default with every 2019-07-16 19:13:57 -07:00
retryable_writes PYTHON-1797 PYTHON-1659 Update retryWrites tests 2019-07-15 17:33:51 -07:00
sdam_monitoring PYTHON-2088 Define how multiple phases should be handled in SDAM spec runner 2020-02-24 16:32:09 -08:00
server_selection Resync server selection and max staleness tests from the specifications repository. 2016-08-11 16:27:17 -07:00
sessions PYTHON-1838 Discard ServerSessions involved in network errors 2019-06-04 15:43:55 -07:00
srv_seedlist PYTHON-2039 Avoid shadowing dns module in srv tests 2019-11-06 10:42:45 -08:00
transactions PYTHON-2030 Support collection and index creation in multi-doc transactions 2020-04-02 12:20:50 -07:00
transactions-convenient-api PYTHON-1901 Avoid using readConcern snapshot in sharded txn tests 2019-08-12 10:20:12 -07:00
unicode PYTHON-1918 Stop using BSON.encode and BSON.decode functions 2019-09-09 18:06:46 -07:00
uri_options PYTHON-2183 Test that readPreferenceTags are always interpreted as an array 2020-04-06 13:40:41 -07:00
__init__.py PYTHON-2124 Assert no gc.garbage at test suite teardown and enable debug output 2020-02-20 15:04:31 -08:00
pymongo_mocks.py PYTHON-1563 - Avoid import deadlocks in the test suite 2018-06-03 07:34:26 -07:00
qcheck.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_auth_spec.py PYTHON-2034 Support MONGODB-AWS authentication mechanism 2020-03-03 09:43:48 -08:00
test_auth.py PYTHON-2029 Support shorter SCRAM conversation 2020-02-10 16:24:43 -08:00
test_binary.py PYTHON-1918 Stop using BSON.encode and BSON.decode functions 2019-09-09 18:06:46 -07:00
test_bson_corpus.py PYTHON-1918 Stop using BSON.encode and BSON.decode functions 2019-09-09 18:06:46 -07:00
test_bson.py PYTHON-2061 bson: check for negative entry size in decode_file_iter (#429) 2019-11-22 14:57:00 -08:00
test_bulk.py PYTHON-2055 Subtract message header from compressed bulk OP_MSG 2019-11-14 16:24:08 -08:00
test_change_stream.py PYTHON-2124 Assert no gc.garbage at test suite teardown and enable debug output 2020-02-20 15:04:31 -08:00
test_client_context.py PYTHON-1966 Test with custom default encoding on Python 2 2019-12-02 12:32:37 -08:00
test_client.py PYTHON-2124 Assert no gc.garbage at test suite teardown and enable debug output 2020-02-20 15:04:31 -08:00
test_cmap.py PYTHON-2124 Assert no gc.garbage at test suite teardown and enable debug output 2020-02-20 15:04:31 -08:00
test_code.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_collation.py PYTHON-1842 Implement Connection Monitoring and Pooling spec 2019-06-13 15:50:49 -07:00
test_collection.py PYTHON-2072 Fix tests now that "counts" is not reported in map_reduce 2019-12-26 13:49:16 -05:00
test_command_monitoring_spec.py PYTHON-1954 Stop holding the topology lock while creating new connections 2019-12-05 09:58:58 +05:30
test_common.py PYTHON-1581 - Deprecate Collection/Cursor count 2018-06-18 10:50:26 -07:00
test_connections_survive_primary_stepdown_spec.py PYTHON-1996 Add require_test_commands tests that use failpoints 2019-10-04 14:59:41 -07:00
test_crud_v1.py PYTHON-1831 Fix spec test parsing of returnDocument argument 2019-04-29 15:55:26 -07:00
test_crud_v2.py PYTHON-1935 Only create test crud v2 collection if there's data to insert 2019-08-12 10:54:25 -07:00
test_cursor_manager.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_cursor.py PYTHON-2130 Note that $where does not support Code with scope in MongoDB 4.4+ 2020-03-09 20:27:40 -07:00
test_custom_types.py PYTHON-2072 Fix tests now that "counts" is not reported in map_reduce 2019-12-26 13:49:16 -05:00
test_database.py PYTHON-2155 Add MongoDB 4.4 to testing matrix 2020-03-17 15:12:02 -07: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 PYTHON-2088 Define how multiple phases should be handled in SDAM spec runner 2020-02-24 16:32:09 -08:00
test_dns.py PYTHON-2002 Re-enable dns/srv tests 2019-11-18 17:41:42 -08:00
test_encryption.py PYTHON-2012 Update FLE to support commands larger than 6MiB 2019-11-12 15:24:09 -08:00
test_examples.py PYTHON-2153 Skip failing createIndexes wtimeout test on 4.3+ 2020-03-06 09:11:01 -08:00
test_grid_file.py PYTHON-1695 GridOut/GridIn more closely implement io.IOBase (#387) 2019-03-28 14:25:06 -07:00
test_gridfs_bucket.py PYTHON-1586 - Deprecate database_names and collection_names 2018-06-18 10:52:11 -07:00
test_gridfs_spec.py PYTHON-2022 Fix potential UnboundLocalError in gridfs test 2019-10-28 14:53:52 -07:00
test_gridfs.py PYTHON-1586 - Deprecate database_names and collection_names 2018-06-18 10:52:11 -07:00
test_heartbeat_monitoring.py PYTHON-1954 Stop holding the topology lock while creating new connections 2019-12-05 09:58:58 +05:30
test_json_util.py PYTHON-1875 Fix parsing of json datetime without timezone or fractional seconds 2019-06-24 16:20:34 -07:00
test_legacy_api.py PYTHON-1491 Skip OP_KILL_CURSORS on old 3.6 versions 2019-04-16 14:33:21 -07:00
test_max_staleness.py PYTHON-1600 Avoid race condition in test_last_write_date 2019-03-15 12:40:02 -07:00
test_mongos_load_balancing.py Update copyright dates 2017-12-01 17:23:39 -08:00
test_monitor.py PYTHON-1898 Close events executor faster after the topology is freed 2019-07-26 12:51:35 -07:00
test_monitoring.py PYTHON-1842 Implement Connection Monitoring and Pooling spec 2019-06-13 15:50:49 -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 PYTHON-2102 Migrate testing to Windows 10 2020-03-16 16:35:37 -07:00
test_ocsp_cache.py PYTHON-2132 cache OCSP responses 2020-03-13 11:11:38 -07:00
test_pooling.py PYTHON-2040 PyOpenSSL support 2020-02-06 18:03:21 -08:00
test_pymongo.py Fix up copyright dates. 2015-03-25 11:55:02 -07:00
test_raw_bson.py PYTHON-1918 Stop using BSON.encode and BSON.decode functions 2019-09-09 18:06:46 -07:00
test_read_concern.py PYTHON-2072 Fix tests now that "counts" is not reported in map_reduce 2019-12-26 13:49:16 -05:00
test_read_preferences.py PYTHON-1665 Agg with $out always goes to primary 2019-07-16 14:20:50 -07:00
test_read_write_concern_spec.py PYTHON-2153 Final workaround for hanging createIndexes wtimeout test 2020-03-31 18:17:12 -07:00
test_replica_set_client.py PYTHON-1467 - PyMongo no longer supports Python 2.6 2018-07-02 15:15:43 -07: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_reads.py PYTHON-1934 retryWrites=True with MMAPv1 storage engine should raise an actionable error 2019-08-08 13:24:46 -07:00
test_retryable_writes.py PYTHON-1934 retryWrites=True with MMAPv1 storage engine should raise an actionable error 2019-08-08 13:24:46 -07:00
test_saslprep.py PYTHON-1457 - Implement SASLprep 2018-03-06 17:54:40 -08:00
test_sdam_monitoring_spec.py PYTHON-2024 Skip publishing SDAM events for "equivalent" ServerDescriptions 2020-02-24 16:32:09 -08: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 PYTHON-1902 DNS resolution should honor connectTimeoutMS 2019-08-09 17:04:02 -07:00
test_server.py Fix up copyright dates. 2015-03-25 11:55:02 -07:00
test_session.py PYTHON-2068 Wait for w=0 operations to complete when dropping test database 2020-01-24 17:33:51 -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_srv_polling.py PYTHON-2002 Re-enable dns/srv tests 2019-11-18 17:41:42 -08:00
test_ssl.py PYTHON-2161 add support for tlsDisableOcspEndpointCheck URI option 2020-03-11 18:35:11 -07:00
test_threads.py PYTHON-1725 Fix TestThreadsAuth.test_auto_auth_login 2019-03-12 16:26:50 -07: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-2098 Publish server/topology events when reseting a server due to an application error 2020-02-11 11:50:45 -08:00
test_transactions.py PYTHON-2030 Support collection and index creation in multi-doc transactions 2020-04-02 12:20:50 -07:00
test_uri_parser.py PYTHON-2161 add support for tlsDisableOcspEndpointCheck URI option 2020-03-11 18:35:11 -07:00
test_uri_spec.py PYTHON-2161 add support for tlsDisableOcspEndpointCheck URI option 2020-03-11 18:35:11 -07:00
test_write_concern.py Fix equality comparison of WriteConcern objects. (#378) 2018-10-09 15:05:47 -07:00
utils_selection_tests.py PYTHON-1954 Stop holding the topology lock while creating new connections 2019-12-05 09:58:58 +05:30
utils_spec_runner.py PYTHON-2030 Support collection and index creation in multi-doc transactions 2020-04-02 12:20:50 -07:00
utils.py PYTHON-2144 Handle the case where the peer omits the self-signed issuer cert 2020-03-10 16:44:49 -07:00
version.py PYTHON-1021 - Support git describe based server versions 2015-12-15 13:33:23 -08:00