mongo-python-driver/test/asynchronous
2025-06-24 09:34:53 -07:00
..
__init__.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
conftest.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
helpers.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
pymongo_mocks.py PYTHON-5073 Convert test.test_connection_monitoring to async (#2087) 2025-02-11 14:01:39 -08:00
qcheck.py PYTHON-4708 - Convert test.qcheck to async (#1832) 2024-09-05 10:20:32 -04:00
test_async_cancellation.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_async_contextvars_reset.py PYTHON-5406 - Use correct client for test (#2377) 2025-06-11 13:45:54 -04:00
test_async_loop_safety.py PYTHON-4724 - Prohibit AsyncMongoClient from being used across multiple event loops (#2256) 2025-04-04 13:22:22 -04:00
test_async_loop_unblocked.py PYTHON 5212 - Use asyncio.loop.sock_connect in _async_create_connection (#2383) 2025-06-13 15:30:10 -04:00
test_auth_oidc.py PYTHON-5399 Add a prose test for OIDC reauthentication when a session is involved (#2351) 2025-06-05 09:21:10 -05:00
test_auth_spec.py PYTHON-5394 - Add native async support for OIDC (#2352) 2025-05-28 15:44:54 -04:00
test_auth.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_bulk.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
test_change_stream.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
test_client_bulk_write.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_client_context.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_client_metadata.py PYTHON-5344 and PYTHON-5403 Allow Instantiated MongoClients to Send Client Metadata On-Demand (#2358) 2025-06-24 09:34:53 -07:00
test_client.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_collation.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_collection_management.py PYTHON-4847 - Convert test.test_collection_management.py to async (#1916) 2024-10-15 15:48:05 -04:00
test_collection.py PYTHON-5387 Better test assertions for membership (#2348) 2025-05-23 09:04:32 -07:00
test_command_logging.py PYTHON-4846 - Convert test.test_command_logging.py to async (#1915) 2024-10-11 13:59:49 -04:00
test_command_monitoring.py PYTHON-4848 - Convert test.test_command_monitoring.py to async (#1917) 2024-10-11 14:56:43 -04:00
test_comment.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_common.py PYTHON-4841 - Convert test.test_common to async (#1912) 2024-10-10 13:47:14 -04:00
test_concurrency.py PYTHON-5325 - Decrease TestAsyncConcurrency.test_concurrency threshold (#2291) 2025-04-16 16:16:25 -04:00
test_connection_logging.py PYTHON-4941 - Fix Synchronous unified test runner being used in async… (#1993) 2024-11-04 09:24:29 -05:00
test_connection_monitoring.py PYTHON-4493 - Use asyncio protocols instead of sockets for network IO (#2151) 2025-03-28 15:02:40 -04:00
test_connections_survive_primary_stepdown_spec.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
test_create_entities.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
test_crud_unified.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_csot.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_cursor.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
test_custom_types.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
test_data_lake.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_database.py PYTHON-5387 Better test assertions for membership (#2348) 2025-05-23 09:04:32 -07:00
test_discovery_and_monitoring.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_dns.py PYTHON-5288: SRV hostname validation fails when resolver and resolved hostnames are identical with three domain levels (#2272) 2025-04-09 18:00:04 -04:00
test_encryption.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
test_examples.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
test_grid_file.py PYTHON-5386 Better test assertions for isinstance (#2347) 2025-05-22 16:15:44 -07:00
test_gridfs_bucket.py PYTHON-5386 Better test assertions for isinstance (#2347) 2025-05-22 16:15:44 -07:00
test_gridfs_spec.py PYTHON-5083 Convert test.test_gridfs_spec to async (#2104) 2025-01-30 13:10:01 -08:00
test_gridfs.py PYTHON-5386 Better test assertions for isinstance (#2347) 2025-05-22 16:15:44 -07:00
test_heartbeat_monitoring.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_index_management.py PYTHON-5213 Convert AWS Lambda and Search Index tests to use new test scripts (#2205) 2025-03-19 15:58:12 -05:00
test_json_util_integration.py PYTHON-5387 Better test assertions for membership (#2348) 2025-05-23 09:04:32 -07:00
test_load_balancer.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_locks.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
test_logger.py PYTHON-4557 - Fix write log messages for retried commands (#2260) 2025-04-03 15:33:11 -04:00
test_max_staleness.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_mongos_load_balancing.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_monitor.py PYTHON-5283 - Skip test.test_monitor.TestMonitor.test_cleanup_executo… (#2268) 2025-04-09 15:14:35 -04:00
test_monitoring.py PYTHON-5387 Better test assertions for membership (#2348) 2025-05-23 09:04:32 -07:00
test_on_demand_csfle.py PYTHON-5151 Convert kms tests to use python scripts (#2158) 2025-02-25 16:31:02 -06:00
test_pooling.py PYTHON-5259 - Better test assertions for error substrings (#2253) 2025-04-02 08:22:25 -04:00
test_raw_bson.py PYTHON-4797 - Convert test.test_raw_bson to async (#1882) 2024-09-30 14:14:12 -04:00
test_read_concern.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_read_preferences.py PYTHON-5169 - Deprecate Hedged Reads option (#2213) 2025-03-25 17:00:19 -04:00
test_read_write_concern_spec.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_retryable_reads_unified.py PYTHON-5096 - Convert test.test_retryable_reads_unified to async (#2112) 2025-01-31 15:51:00 -05:00
test_retryable_reads.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_retryable_writes_unified.py PYTHON-5097 - Convert test.test_retryable_writes_unified to async (#2113) 2025-01-31 15:50:46 -05:00
test_retryable_writes.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
test_run_command.py PYTHON-5098 - Convert test.test_run_command to async (#2114) 2025-02-04 09:42:21 -05:00
test_sdam_monitoring_spec.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_server_selection_in_window.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_server_selection_logging.py PYTHON-5102 Convert test.test_server_selection_logging to async (#2121) 2025-02-04 10:31:11 -08:00
test_server_selection_rtt.py PYTHON-5103 Convert test.test_server_selection_rtt to async (#2122) 2025-02-04 10:30:35 -08:00
test_server_selection.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_session.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
test_sessions_unified.py PYTHON 5104 - Convert test.test_sessions_unified to async (#2123) 2025-02-04 09:52:26 -08:00
test_srv_polling.py PYTHON-5342 Fix test_dns_failures test (#2336) 2025-05-08 13:10:11 -05:00
test_ssl.py PYTHON-5414 Add test for hostname verification error message regression (#2385) 2025-06-13 11:45:47 -07:00
test_streaming_protocol.py PYTHON-5322 - Increase test_streaming_protocol.TestStreamingProtocol test_monitor_waits_after_server_check_error timeout (#2315) 2025-04-25 13:27:27 -04:00
test_transactions_unified.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
test_transactions.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_unified_format.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
test_versioned_api_integration.py PYTHON-5321 Remove Serverless testing (#2359) 2025-06-09 19:46:10 -05:00
unified_format.py PYTHON-5344 and PYTHON-5403 Allow Instantiated MongoClients to Send Client Metadata On-Demand (#2358) 2025-06-24 09:34:53 -07:00
utils_selection_tests.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
utils_spec_runner.py PYTHON-5248 - Drop support for MongoDB 4.0 (#2353) 2025-06-20 14:25:19 -04:00
utils.py PYTHON-5369 - Re-raise socket.timeout errors if the deadline has alre… (#2326) 2025-05-12 09:28:05 -04:00