mongo-python-driver/test/asynchronous
Noah Stapp 0e8d70457f
Async client uses tasks instead of threads
PYTHON-4725 - Async client should use tasks for SDAM instead of threads
PYTHON-4860 - Async client should use asyncio.Lock and asyncio.Condition
PYTHON-4941 - Synchronous unified test runner being used in asynchronous tests
PYTHON-4843 - Async test suite should use a single event loop
PYTHON-4945 - Fix test cleanups for mongoses

Co-authored-by: Iris <58442094+sleepyStick@users.noreply.github.com>
2024-11-26 16:55:27 -05:00
..
__init__.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
conftest.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
helpers.py PYTHON-4805 Migrate test_connections_survive_primary_stepdown_spec.py to async (#1889) 2024-10-03 10:27:22 -07:00
pymongo_mocks.py PYTHON-4533 - Convert test/test_client.py to async (#1730) 2024-07-10 13:15:13 -07:00
qcheck.py PYTHON-4708 - Convert test.qcheck to async (#1832) 2024-09-05 10:20:32 -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-4813 Update specification documentation links (#1977) 2024-10-30 15:46:52 -05:00
test_bulk.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -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 PYTHON-4915 - Add guidance on adding _id fields to documents to CRUD spec, reorder client.bulk_write generated _id fields (#1976) 2024-11-12 09:32:41 -05:00
test_client_context.py PYTHON-4721 - Create individualized scripts for all shell.exec commands (#1997) 2024-11-20 14:47:28 -05:00
test_client.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05: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 Async client uses tasks instead of threads 2024-11-26 16:55:27 -05: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_connections_survive_primary_stepdown_spec.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -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_cursor.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
test_database.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
test_encryption.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
test_grid_file.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -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_monitoring.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
test_raw_bson.py PYTHON-4797 - Convert test.test_raw_bson to async (#1882) 2024-09-30 14:14:12 -04:00
test_retryable_reads.py PYTHON-4982 Remove redundant configureFailPoint (#2012) 2024-11-19 15:43:17 -08:00
test_retryable_writes.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
test_session.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
test_transactions.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
unified_format.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
utils_spec_runner.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00