mongo-python-driver/test
2021-12-09 13:50:53 -08:00
..
atlas PYTHON-2803 Get rid of most uses of 'master' 2021-09-13 12:50:49 -07:00
auth PYTHON-2034 Support MONGODB-AWS authentication mechanism 2020-03-03 09:43:48 -08:00
auth_aws PYTHON-2525 Remove Collection.count and Cursor.count (#700) 2021-08-10 13:52:29 -07:00
bson_corpus PYTHON-2680 Breaking changes to DBRef BSON+JSON decoding (#722) 2021-09-10 11:03:25 -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-2676 Unified Test Runner changes in preparation for Load Balancer Support (#623) 2021-05-18 10:20:36 -07:00
client-side-encryption PYTHON-3004 Support kmip FLE KMS provider (#786) 2021-11-15 16:23:59 -08:00
cmap PYTHON-3005 Make maxConnecting configurable (#789) 2021-11-16 12:51:36 -08:00
collection_management PYTHON-2557 Timeseries collection support 2021-06-16 14:34:12 -07:00
command_monitoring PYTHON-2532 Remove modifiers option for find methods (#696) 2021-08-09 10:02:36 -07:00
connection_string/test PYTHON-1579 Update URI parser to adhere to new connection string spec (#755) 2021-10-20 13:39:32 -07:00
crud PYTHON-2554 Support aggregate $merge and $out executing on secondaries (#774) 2021-12-07 16:26:01 -08:00
data_lake PYTHON-3024 Update estimatedDocumentCount test for Atlas Data Lake (#802) 2021-11-23 15:45:49 -08:00
discovery_and_monitoring PYTHON-3020 Properly mark server unknown after "not master" errors without a code (#797) 2021-11-17 18:18:41 -08:00
discovery_and_monitoring_integration PYTHON-2715 Use hello command for monitoring when supported (#654) 2021-06-30 13:21:44 -07:00
gridfs PYTHON-2998 Remove md5 checksums from gridfs and remove disable_md5 (#776) 2021-11-04 17:25:11 -07:00
load_balancer PYTHON-2868 Test Serverless behind a load balancer (#742) 2021-09-23 15:57:57 -07:00
max_staleness PYTHON-2971 PossiblePrimary must not be checked for wire version compatibility of MaxStalenessSeconds (#778) 2021-11-08 14:30:58 -08:00
mockupdb PYTHON-3027 Fix server selection when topology type is Unknown (#806) 2021-12-02 13:45:50 -08:00
mod_wsgi_test PYTHON-2928 Fix mod_wsgi test failures (#750) 2021-10-06 11:56:44 -07:00
ocsp PYTHON-2803 Get rid of most uses of 'master' 2021-09-13 12:50:49 -07:00
performance PYTHON-2803 Get rid of most uses of 'master' 2021-09-13 12:50:49 -07:00
read_write_concern PYTHON-1643 Resync read write concern spec tests 2021-12-09 13:50:53 -08:00
retryable_reads PYTHON-2545 Test Atlas Serverless (#664) 2021-07-27 16:35:09 -07:00
retryable_writes PYTHON-2984 Fix retry behavior for bulk write writeConcernError (#800) 2021-11-19 12:15:23 -08:00
sdam_monitoring DRIVERS-1864 Resync SDAM spec tests (#707) 2021-08-17 14:53:11 -07:00
server_selection PYTHON-3027 Fix server selection when topology type is Unknown (#806) 2021-12-02 13:45:50 -08:00
sessions PYTHON-2856 Properly assert 0 events in snapshot reads tests (#697) 2021-08-09 12:50:15 -07:00
srv_seedlist PYTHON-2832 Provide options to limit number of mongos servers used in connecting to sharded clusters (#754) 2021-10-26 14:47:51 -07:00
transactions PYTHON-2984 Fix retry behavior for bulk write writeConcernError (#800) 2021-11-19 12:15:23 -08:00
transactions-convenient-api PYTHON-2676 Unified Test Runner changes in preparation for Load Balancer Support (#623) 2021-05-18 10:20:36 -07:00
unicode PYTHON-2133 Remove py2 support from test 2021-01-20 09:40:36 -08:00
unified-test-format PYTHON-2992 Implement unified test format loop operation (#773) 2021-11-08 16:19:24 -08:00
uri_options PYTHON-3005 Make maxConnecting configurable (#789) 2021-11-16 12:51:36 -08:00
versioned-api PYTHON-2868 Test Serverless behind a load balancer (#742) 2021-09-23 15:57:57 -07:00
__init__.py PYTHON-2998 Remove md5 checksums from gridfs and remove disable_md5 (#776) 2021-11-04 17:25:11 -07:00
crud_v2_format.py PYTHON-2547 Change estimated_document_count() to use $collStats instead of count on 4.9+ (#606) 2021-04-28 15:02:06 -07:00
pymongo_mocks.py PYTHON-2803 Get rid of most uses of 'master' 2021-09-13 12:50:49 -07:00
qcheck.py PYTHON-2133 Remove u prefixes from code 2021-01-20 16:10:23 -08:00
test_auth_spec.py PYTHON-2164 Add MongoClient.options, remove redundant properties (#772) 2021-11-03 11:21:33 -07:00
test_auth.py PYTHON-2803 Fix typos in auth tests 2021-09-23 16:22:13 -07:00
test_binary.py PYTHON-2245 Change default uuidRepresentation to UNSPECIFIED (ie disable UUID encoding by default) (#724) 2021-09-14 16:48:52 -07:00
test_bson_corpus.py PYTHON-1949 CodecOptions and JSONOptions should have the same default value for tz_aware (#720) 2021-09-14 16:54:11 -07:00
test_bson.py PYTHON-1337 Add __slots__ to commonly used bson classes (#739) 2021-09-24 13:54:40 -07:00
test_bulk.py PYTHON-2164 Remove client max_bson_size/max_message_size/max_write_batch_size (#766) 2021-11-01 14:26:47 -07:00
test_change_stream.py PYTHON-2245 Change default uuidRepresentation to UNSPECIFIED (ie disable UUID encoding by default) (#724) 2021-09-14 16:48:52 -07:00
test_client_context.py PYTHON-2545 Test Atlas Serverless (#664) 2021-07-27 16:35:09 -07:00
test_client.py PYTHON-2981 Stop using MongoClient.address for hashing and equality (#795) 2021-11-17 12:31:59 -08:00
test_cmap.py PYTHON-2868 Test Serverless behind a load balancer (#742) 2021-09-23 15:57:57 -07:00
test_code.py PYTHON-2133 Fix up docs 2021-01-21 15:49:23 -08:00
test_collation.py PYTHON-2899 Remove code for MongoDB <= 3.4 (#729) 2021-09-16 16:53:50 -07:00
test_collection_management.py PYTHON-2557 Timeseries collection support 2021-06-16 14:34:12 -07:00
test_collection.py Removed references to outdated server versions (#812) 2021-12-07 15:47:28 -08:00
test_command_monitoring_legacy.py PYTHON-2899 Remove code for MongoDB <= 3.4 (#729) 2021-09-16 16:53:50 -07:00
test_command_monitoring_unified.py PYTHON-2718 Test redaction of security sensitive command monitoring events (#637) 2021-06-21 18:07:28 -07:00
test_common.py PYTHON-2245 Change default uuidRepresentation to UNSPECIFIED (ie disable UUID encoding by default) (#724) 2021-09-14 16:48:52 -07:00
test_connections_survive_primary_stepdown_spec.py PYTHON-2803 Get rid of most uses of 'master' 2021-09-13 12:50:49 -07:00
test_create_entities.py PYTHON-3014 Update how events are added to entity map to match specification (#785) 2021-11-12 16:23:57 -08:00
test_crud_unified.py PYTHON-2545 Test Atlas Serverless (#664) 2021-07-27 16:35:09 -07:00
test_crud_v1.py PYTHON-2525 Remove Collection.count and Cursor.count (#700) 2021-08-10 13:52:29 -07:00
test_cursor.py Removed references to outdated server versions (#812) 2021-12-07 15:47:28 -08:00
test_custom_types.py PYTHON-2998 Remove md5 checksums from gridfs and remove disable_md5 (#776) 2021-11-04 17:25:11 -07:00
test_data_lake.py PYTHON-2475 Implement Atlas Data Lake prose specification tests (#665) 2021-07-07 23:55:52 -07:00
test_database.py PYTHON-2899 Remove code for MongoDB <= 3.4 (#729) 2021-09-16 16:53:50 -07:00
test_dbref.py PYTHON-2680 Breaking changes to DBRef BSON+JSON decoding (#722) 2021-09-10 11:03:25 -07:00
test_decimal128.py PYTHON-2899 Fix "no server" tests and cleanup docs (#736) 2021-09-17 14:20:51 -07:00
test_discovery_and_monitoring.py PYTHON-2803 Get rid of most uses of 'master' 2021-09-13 12:50:49 -07:00
test_dns.py PYTHON-2832 Provide options to limit number of mongos servers used in connecting to sharded clusters (#754) 2021-10-26 14:47:51 -07:00
test_encryption.py PYTHON-3017 Properly check for closed KMS connections (#790) 2021-11-16 14:34:36 -08:00
test_errors.py PYTHON-2987 Fix test unicode repr on PyPy 7.3.7 (#770) 2021-11-01 12:17:28 -07:00
test_examples.py PYTHON-2899 Remove code for MongoDB <= 3.4 (#729) 2021-09-16 16:53:50 -07:00
test_grid_file.py PYTHON-2998 Remove md5 checksums from gridfs and remove disable_md5 (#776) 2021-11-04 17:25:11 -07:00
test_gridfs_bucket.py PYTHON-2998 Remove md5 checksums from gridfs and remove disable_md5 (#776) 2021-11-04 17:25:11 -07:00
test_gridfs_spec.py PYTHON-2998 Remove md5 checksums from gridfs and remove disable_md5 (#776) 2021-11-04 17:25:11 -07:00
test_gridfs.py PYTHON-2998 Remove md5 checksums from gridfs and remove disable_md5 (#776) 2021-11-04 17:25:11 -07:00
test_heartbeat_monitoring.py PYTHON-2803 Get rid of most uses of 'master' 2021-09-13 12:50:49 -07:00
test_json_util.py PYTHON-3028 $regex as a field name does not allow for non-string values (#807) 2021-12-06 13:13:15 -08:00
test_load_balancer.py PYTHON-3011 Fix test_connections_are_only_returned_once (#781) 2021-11-08 17:00:42 -08:00
test_max_staleness.py PYTHON-2899 Remove code for MongoDB <= 3.4 (#729) 2021-09-16 16:53:50 -07:00
test_mongos_load_balancing.py PYTHON-2164 Add MongoClient.options, remove redundant properties (#772) 2021-11-03 11:21:33 -07:00
test_monitor.py PYTHON-2123 Streaming heartbeat protocol 2020-07-01 14:49:46 -07:00
test_monitoring.py PYTHON-2899 Remove code for MongoDB <= 3.4 (#729) 2021-09-16 16:53:50 -07:00
test_objectid.py PYTHON-2133 Remove u prefixes from code 2021-01-20 16:10:23 -08:00
test_ocsp_cache.py PYTHON-2132 cache OCSP responses 2020-03-13 11:11:38 -07:00
test_pooling.py PYTHON-2460 Client can create more than minPoolSize background connections (#782) 2021-11-08 16:12:45 -08:00
test_pymongo.py Fix up copyright dates. 2015-03-25 11:55:02 -07:00
test_raw_bson.py PYTHON-2463 Do not allow a MongoClient to be reused after it is closed (#737) 2021-09-24 15:37:24 -07:00
test_read_concern.py PYTHON-2899 Remove code for MongoDB <= 3.4 (#729) 2021-09-16 16:53:50 -07:00
test_read_preferences.py PYTHON-2554 Support aggregate $merge and $out executing on secondaries (#774) 2021-12-07 16:26:01 -08:00
test_read_write_concern_spec.py PYTHON-2927 PYTHON-2937 Skip failing tests on PyPy (#753) 2021-10-13 10:29:38 -07:00
test_replica_set_reconfig.py PYTHON-2463 Do not allow a MongoClient to be reused after it is closed (#737) 2021-09-24 15:37:24 -07:00
test_retryable_reads.py PYTHON-2164 Add MongoClient.options, remove redundant properties (#772) 2021-11-03 11:21:33 -07:00
test_retryable_writes_unified.py PYTHON-2984 Fix retry behavior for bulk write writeConcernError (#800) 2021-11-19 12:15:23 -08:00
test_retryable_writes.py PYTHON-2984 Fix retry behavior for bulk write writeConcernError (#800) 2021-11-19 12:15:23 -08:00
test_saslprep.py PYTHON-2133 Remove u prefixes from code 2021-01-20 16:10:23 -08:00
test_sdam_monitoring_spec.py PYTHON-2164 Add MongoClient.options, remove redundant properties (#772) 2021-11-03 11:21:33 -07:00
test_server_description.py PYTHON-2803 Get rid of most uses of 'master' 2021-09-13 12:50:49 -07:00
test_server_selection_in_window.py PYTHON-2584 Use large localThresholdMS to fix test_load_balancing (#595) 2021-04-21 12:04:59 -07:00
test_server_selection_rtt.py Fix up copyright dates. 2015-03-25 11:55:02 -07:00
test_server_selection.py PYTHON-2463 Do not allow a MongoClient to be reused after it is closed (#737) 2021-09-24 15:37:24 -07:00
test_server.py PYTHON-2803 Get rid of most uses of 'master' 2021-09-13 12:50:49 -07:00
test_session.py PYTHON-2164 Add MongoClient.options, remove redundant properties (#772) 2021-11-03 11:21:33 -07:00
test_sessions_unified.py PYTHON-2767 Support snapshot reads on secondaries (#656) 2021-06-25 16:12:12 -07:00
test_son.py PYTHON-2518 SON class should be compatible with Python 3's OrderedDict API (#730) 2021-09-16 15:21:40 -07:00
test_srv_polling.py PYTHON-2948 Add prose test for SRV polling with a custom service name (#764) 2021-10-26 17:49:22 -07:00
test_ssl.py PYTHON-2973 Revert back to using quote_plus/unquote_plus (#767) 2021-10-29 16:30:55 -07:00
test_streaming_protocol.py PYTHON-2803 Get rid of most uses of 'master' 2021-09-13 12:50:49 -07:00
test_threads.py PYTHON-2463 Do not allow a MongoClient to be reused after it is closed (#737) 2021-09-24 15:37:24 -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-2899 Remove code for MongoDB <= 3.4 (#729) 2021-09-16 16:53:50 -07:00
test_transactions_unified.py PYTHON-2676 Unified Test Runner changes in preparation for Load Balancer Support (#623) 2021-05-18 10:20:36 -07:00
test_transactions.py PYTHON-2915 Skip large txn test on slow Windows hosts (#788) 2021-11-15 13:01:45 -08:00
test_unified_format.py PYTHON-2868 Test Serverless behind a load balancer (#742) 2021-09-23 15:57:57 -07:00
test_uri_parser.py PYTHON-2973 Revert back to using quote_plus/unquote_plus (#767) 2021-10-29 16:30:55 -07:00
test_uri_spec.py PYTHON-2973 Revert back to using quote_plus/unquote_plus (#767) 2021-10-29 16:30:55 -07:00
test_versioned_api.py PYTHON-2545 Test Atlas Serverless (#664) 2021-07-27 16:35:09 -07:00
test_write_concern.py PYTHON-1320 Remove legacy CRUD methods (#556) 2021-01-22 17:11:15 -08:00
unified_format.py PYTHON-3014 Update how events are added to entity map to match specification (#785) 2021-11-12 16:23:57 -08:00
utils_selection_tests.py PYTHON-3027 Fix server selection when topology type is Unknown (#806) 2021-12-02 13:45:50 -08:00
utils_spec_runner.py PYTHON-2998 Remove md5 checksums from gridfs and remove disable_md5 (#776) 2021-11-04 17:25:11 -07:00
utils.py Removed references to outdated server versions (#812) 2021-12-07 15:47:28 -08:00
version.py PYTHON-1021 - Support git describe based server versions 2015-12-15 13:33:23 -08:00