mongo-python-driver/test/asynchronous
2025-02-26 11:16:44 -08:00
..
__init__.py PYTHON-5120 Reduce configureFailPoint duplication in tests (#2131) 2025-02-26 11:16:44 -08:00
conftest.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
helpers.py PYTHON-5149 Convert run-tests.sh to a Python script (#2155) 2025-02-24 09:14:10 -06: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-4745 - Test behavior of async task cancellation (#2136) 2025-02-10 16:50:40 -05: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-5021 - Fix usages of getaddrinfo to be non-blocking (#2059) 2025-01-17 09:46:48 -05:00
test_bulk.py PYTHON-4865 - Re-enable TestBulkWriteConcern tests (#2144) 2025-02-12 08:15:55 -05:00
test_change_stream.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
test_client_bulk_write.py Revert "PYTHON-4915 - Add guidance on adding _id fields to documents to CRUD spec, reorder client.bulk_write generated _id fields" (#2055) 2025-01-13 09:16:28 -05: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-5049 Drop support for PyPy 3.9 (#2070) 2025-01-21 12:38:02 -06:00
test_collation.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05: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-5049 Drop support for PyPy 3.9 (#2070) 2025-01-21 12:38:02 -06: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-4804 Migrate test_comment.py to async (#1887) 2024-10-11 16:02:13 -07: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-4784 - Add tests to confirm async parallelism (#1886) 2024-10-09 10:44:41 -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-5120 Reduce configureFailPoint duplication in tests (#2131) 2025-02-26 11:16:44 -08:00
test_connections_survive_primary_stepdown_spec.py PYTHON-5044 - Fix successive AsyncMongoClients on a single loop always ti… (#2065) 2025-01-22 08:49:16 -05: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-5005 Skip more csot tests where applicable (#2029) 2024-12-04 09:26:29 -06: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-5138 Convert setup_tests.py to a cli (#2154) 2025-02-21 14:27:33 -06:00
test_database.py PYTHON-5049 Drop support for PyPy 3.9 (#2070) 2025-01-21 12:38:02 -06:00
test_dns.py PYTHON-5079 Convert test.test_dns to async (#2096) 2025-01-31 08:43:35 -08:00
test_encryption.py PYTHON-5101 Convert test.test_server_selection_in_window to async (#2119) 2025-02-11 10:11:41 -08:00
test_examples.py PYTHON-5080 - Convert test.test_examples to async (#2097) 2025-02-05 08:48:54 -05:00
test_grid_file.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
test_gridfs_bucket.py PYTHON-5082 Convert test.test_gridfs_bucket to async (#2143) 2025-02-11 14:07:47 -08: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-5081 Convert test.test_gridfs to async (#2099) 2025-02-11 10:27:43 -08:00
test_heartbeat_monitoring.py PYTHON-5084 - Convert test.test_heartbeat_monitoring to async (#2100) 2025-01-30 16:29:52 -05:00
test_index_management.py PYTHON-5138 Convert setup_tests.py to a cli (#2154) 2025-02-21 14:27:33 -06: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-5087 - Convert test.test_load_balancer to async (#2103) 2025-02-06 10:07:24 -05: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-5088 Convert test.test_max_staleness to async (#2105) 2025-01-31 12:13:21 -08:00
test_mongos_load_balancing.py PYTHON-5089 Convert test.test_mongos_load_balancing to async (#2107) 2025-02-06 10:29:16 -08:00
test_monitoring.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05: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-5092 - Convert test.test_pooling to async (#2145) 2025-02-13 13:01:42 -08: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-5093 - Convert test.test_read_concern to async (#2109) 2025-01-31 11:39:48 -05:00
test_read_preferences.py PYTHON-5094 - Convert test.test_read_preferences to async (#2110) 2025-02-05 12:13:56 -05:00
test_read_write_concern_spec.py PYTHON-5095 - Convert test_read_write_concern_spec to async (#2111) 2025-02-03 08:52:54 -05: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-4982 Remove redundant configureFailPoint (#2012) 2024-11-19 15:43:17 -08: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 Async client uses tasks instead of threads 2024-11-26 16:55:27 -05: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-5099 Convert test.test_sdam_monitoring_spec to async (#2117) 2025-02-06 10:24:37 -08:00
test_server_selection_in_window.py PYTHON-5101 Convert test.test_server_selection_in_window to async (#2119) 2025-02-11 10:11:41 -08: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-5100 Convert test.test_server_selection to async (#2120) 2025-02-11 10:58:49 -08:00
test_session.py PYTHON-5087 - Convert test.test_load_balancer to async (#2103) 2025-02-06 10:07:24 -05: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-5105 - Convert test.test_srv_polling to async (#2124) 2025-02-03 14:37:37 -05:00
test_ssl.py PYTHON-5106 - Convert test.test_ssl to async (#2125) 2025-02-04 09:43:35 -05:00
test_streaming_protocol.py PYTHON-5107 - Convert test.test_streaming_protocol to async (#2126) 2025-02-05 12:10:44 -05: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-5120 Reduce configureFailPoint duplication in tests (#2131) 2025-02-26 11:16:44 -08: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-5109 - Convert test.test_versioned_api to async (#2129) 2025-02-05 12:14:12 -05:00
unified_format.py PYTHON-5120 Reduce configureFailPoint duplication in tests (#2131) 2025-02-26 11:16:44 -08:00
utils_selection_tests.py PYTHON-5101 Convert test.test_server_selection_in_window to async (#2119) 2025-02-11 10:11:41 -08:00
utils_spec_runner.py PYTHON-5120 Reduce configureFailPoint duplication in tests (#2131) 2025-02-26 11:16:44 -08:00