mongo-python-driver/test/asynchronous
Noah Stapp 2c1a1608f2
PYTHON-5169 - Deprecate Hedged Reads option (#2213)
Co-authored-by: Shane Harvey <shnhrv@gmail.com>
2025-03-25 17:00:19 -04:00
..
__init__.py PYTHON-3636 AsyncMongoClient should perform SRV resolution lazily (#2191) 2025-03-25 13:45:06 -07:00
conftest.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
helpers.py PYTHON-3636 AsyncMongoClient should perform SRV resolution lazily (#2191) 2025-03-25 13:45:06 -07: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_auth_spec.py PYTHON-4941 - Fix Synchronous unified test runner being used in async… (#1993) 2024-11-04 09:24:29 -05:00
test_auth.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_bulk.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_change_stream.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_client_bulk_write.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_client_context.py PYTHON-5138 Convert setup_tests.py to a cli (#2154) 2025-02-21 14:27:33 -06:00
test_client.py PYTHON-3636 AsyncMongoClient should perform SRV resolution lazily (#2191) 2025-03-25 13:45:06 -07: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-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04: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-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -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-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_connections_survive_primary_stepdown_spec.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -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-4941 - Fix Synchronous unified test runner being used in async… (#1993) 2024-11-04 09:24:29 -05:00
test_csot.py PYTHON-5075 Convert test.test_csot to async (#2088) 2025-02-19 11:21:51 -08:00
test_cursor.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_custom_types.py PYTHON-5076 - Convert test.test_custom_types to async (#2090) 2025-01-29 14:06:09 -05: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-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_discovery_and_monitoring.py PYTHON-3636 AsyncMongoClient should perform SRV resolution lazily (#2191) 2025-03-25 13:45:06 -07:00
test_dns.py PYTHON-3636 AsyncMongoClient should perform SRV resolution lazily (#2191) 2025-03-25 13:45:06 -07:00
test_encryption.py PYTHON-5046 Support $lookup in CSFLE and QE (#2210) 2025-03-20 13:55:52 -07:00
test_examples.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_grid_file.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_gridfs_bucket.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04: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-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04: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-5086 - Convert test.json_util integration test to async (#2102) 2025-01-30 16:30:04 -05:00
test_load_balancer.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_locks.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
test_logger.py PYTHON-4731 - Explicitly close all MongoClients opened during tests (#1855) 2024-09-17 09:22:17 -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-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_monitoring.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04: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-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -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-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04: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-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -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-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -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-3636 AsyncMongoClient should perform SRV resolution lazily (#2191) 2025-03-25 13:45:06 -07:00
test_ssl.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_streaming_protocol.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_transactions_unified.py PYTHON-5108 - Convert test.test_transactions_unified to async (#2128) 2025-02-05 12:11:03 -05:00
test_transactions.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_unified_format.py PYTHON-5110 - Convert test.test_unified_format to async (#2130) 2025-02-03 15:48:04 -05:00
test_versioned_api_integration.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
unified_format.py PYTHON-4939 - Sync CSOT runCursorCommand test (#2221) 2025-03-25 13:46:44 -04: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-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
utils.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00