mongo-python-driver/test/asynchronous
Noah Stapp e1751ff253
PYTHON-5668 - Merge backpressure branch into mainline (#2729)
Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
Co-authored-by: Shane Harvey <shnhrv@gmail.com>
Co-authored-by: Steven Silvester <steven.silvester@ieee.org>
Co-authored-by: Iris <58442094+sleepyStick@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Albertson <kevin.albertson@mongodb.com>
Co-authored-by: Casey Clements <caseyclements@users.noreply.github.com>
Co-authored-by: Sergey Zelenov <mail@zelenov.su>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 12:25:29 -04:00
..
__init__.py PYTHON-5661 Bump mypy from 1.18.2 to 1.19.0 (#2629) 2025-12-10 10:37:29 -06:00
conftest.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
helpers.py PYTHON-5143 Support auto encryption in unified tests (#2488) 2025-08-20 08:58:20 -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-5715 Add appName to OIDC test failpoints (#2697) 2026-02-09 14:51:30 -06:00
test_auth_spec.py PYTHON-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06:00
test_auth.py PYTHON-5113 - Refactor test utils for async (#2149) 2025-03-12 12:59:56 -04:00
test_bulk.py PYTHON-5392 Better test assertions for comparisons (#2350) 2025-06-27 14:06:00 -07:00
test_change_stream.py PYTHON-5670 Restore minimal support for Python 3.9 (#2640) 2025-12-16 13:32:40 -06:00
test_client_backpressure.py PYTHON-5668 - Merge backpressure branch into mainline (#2729) 2026-04-14 12:25:29 -04:00
test_client_bulk_write.py PYTHON-5374 Assert unset BulkWriteException.partialResult in CRUD prose tests (#2425) 2025-07-14 10:47:38 -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-5668 - Merge backpressure branch into mainline (#2729) 2026-04-14 12:25:29 -04:00
test_client.py PYTHON-5668 - Merge backpressure branch into mainline (#2729) 2026-04-14 12:25:29 -04:00
test_collation.py PYTHON-5670 Restore minimal support for Python 3.9 (#2640) 2025-12-16 13:32:40 -06:00
test_collection_management.py PYTHON-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06:00
test_collection.py PYTHON-5670 Restore minimal support for Python 3.9 (#2640) 2025-12-16 13:32:40 -06:00
test_command_logging.py PYTHON-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06:00
test_command_monitoring.py PYTHON-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06:00
test_comment.py PYTHON-5027 Test Windows with Python 3.14t (#2444) 2025-07-24 13:20:19 -05: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-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06: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-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06:00
test_csot.py PYTHON-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06:00
test_cursor.py PYTHON-5670 Restore minimal support for Python 3.9 (#2640) 2025-12-16 13:32:40 -06:00
test_custom_types.py PYTHON-5670 Restore minimal support for Python 3.9 (#2640) 2025-12-16 13:32:40 -06:00
test_database.py PYTHON-5670 Restore minimal support for Python 3.9 (#2640) 2025-12-16 13:32:40 -06:00
test_discovery_and_monitoring.py PYTHON-5668 - Merge backpressure branch into mainline (#2729) 2026-04-14 12:25:29 -04: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-5708 Temporarily skip some BSON encryption tests (#2709) 2026-02-20 11:56:30 -06:00
test_examples.py PYTHON-5670 Restore minimal support for Python 3.9 (#2640) 2025-12-16 13:32:40 -06:00
test_grid_file.py PYTHON-5670 Restore minimal support for Python 3.9 (#2640) 2025-12-16 13:32:40 -06:00
test_gridfs_bucket.py PYTHON-5473 - Better test assertions for booleans (#2450) 2025-07-31 08:57:00 -04:00
test_gridfs_spec.py PYTHON-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06: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-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06: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-5670 Restore minimal support for Python 3.9 (#2640) 2025-12-16 13:32:40 -06: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-5486 Test Gevent with Auth and SSL (#2508) 2025-08-27 11:24:47 -05:00
test_monitoring.py PYTHON-5670 Restore minimal support for Python 3.9 (#2640) 2025-12-16 13:32:40 -06: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-5668 - Merge backpressure branch into mainline (#2729) 2026-04-14 12:25:29 -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-5670 Restore minimal support for Python 3.9 (#2640) 2025-12-16 13:32:40 -06:00
test_read_write_concern_spec.py PYTHON-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06:00
test_retryable_reads_unified.py PYTHON-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06:00
test_retryable_reads.py PYTHON-5668 - Merge backpressure branch into mainline (#2729) 2026-04-14 12:25:29 -04:00
test_retryable_writes_unified.py PYTHON-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06:00
test_retryable_writes.py PYTHON-5668 - Merge backpressure branch into mainline (#2729) 2026-04-14 12:25:29 -04:00
test_run_command.py PYTHON-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06: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-5413 Handle flaky tests (#2395) 2025-07-01 15:42:58 -05:00
test_server_selection_logging.py PYTHON-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06: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-5642 - getMore operations should do server selection if the server is unknown (#2621) 2025-11-24 11:43:48 -05:00
test_session.py Python 4542 - Improved sessions API (#2712) 2026-03-05 09:04:37 -07:00
test_sessions_unified.py PYTHON-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06:00
test_srv_polling.py PYTHON-5500 Account for extra flakiness in test_dns_failures_logging (#2533) 2025-09-17 06:38:24 -05:00
test_ssl.py PYTHON-3898 Add coverage to all variants (#2705) 2026-02-17 12:23:34 -06: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-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06:00
test_transactions.py PYTHON-5668 - Merge backpressure branch into mainline (#2729) 2026-04-14 12:25:29 -04:00
test_unified_format.py PYTHON-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06:00
test_versioned_api_integration.py PYTHON-5563 Fix unified test discovery (#2644) 2025-12-16 13:30:30 -06:00
unified_format.py PYTHON-5114 Test suite reduce killAllSessions calls (#2721) 2026-03-09 11:53:40 -07:00
utils_selection_tests.py PYTHON-5662 - Add support for server selection's deprioritized servers to all topologies (#2639) 2025-12-16 12:21:45 -05:00
utils_spec_runner.py PYTHON-5748 Remove unused SpecRunner class (#2725) 2026-03-09 12:37:32 -07:00
utils.py PYTHON-5529 Introduce optin setting to await for MinPoolSize population (#2664) 2025-12-23 06:43:32 -06:00