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
Noah Stapp
3a662291e0
PYTHON-4700 - Convert CSFLE tests to async ( #1907 )
2024-10-11 10:48:24 -04:00
Shane Harvey
e76d411b59
PYTHON-4794 Start running IPv6 tests again ( #1879 )
2024-09-30 16:48:14 -07:00
Noah Stapp
739510214b
PYTHON-4731 - Explicitly close all MongoClients opened during tests ( #1855 )
2024-09-17 09:22:17 -04:00
Iris
b37fb91896
PYTHON-4704 Migrate test_bulk.py to async ( #1827 )
2024-09-04 10:36:35 -07:00
Iris
ba8a139e72
PYTHON-4651: Migrate test_client_context.py to async ( #1819 )
2024-09-03 11:18:58 -07:00
Steven Silvester
efcecc9a7f
PYTHON-4648 Fix handling of event_loop_policy in tests ( #1799 )
2024-08-19 12:57:15 -05:00
Steven Silvester
f69d330b25
PYTHON-4654 Clean up Async API to match Motor ( #1789 )
2024-08-13 19:17:45 -05:00
Shruti Sridhar
2afbd4b279
PYTHON-4650 Fix MongoClient.bulk_write test failure when compression is enabled ( #1786 )
2024-08-12 10:21:09 -07:00
Shane Harvey
0a578b4452
PYTHON-4396 Unskip failCommand+appName tests on MongoDB 4.4.7+ ( #1735 )
2024-08-08 11:26:25 -07:00
Noah Stapp
cb89061627
PYTHON-4537 - Use selector asyncio loop on windows tests ( #1748 )
2024-07-26 09:49:28 -07:00
Noah Stapp
636603f893
PYTHON-4552 - Make AsyncCollection.find synchronous ( #1734 )
2024-07-16 11:05:51 -07:00
Noah Stapp
d0193eb045
PYTHON-4533 - Convert test/test_client.py to async ( #1730 )
2024-07-10 13:15:13 -07:00
Shane Harvey
5cba4c44fe
PYTHON-4538 await _check_user_provided ( #1726 )
2024-07-08 12:11:50 -04:00
shruti-sridhar
f5b102ab2a
PYTHON-4525 Transition the existing test_database.py test to be asynchronous ( #1716 )
2024-07-02 17:03:10 -07:00
Noah Stapp
cfa215c185
PYTHON-4530 - Move synchronized test code into top-level test directory ( #1718 )
2024-07-02 08:59:39 -07:00
Noah Stapp
ffa6555485
PYTHON-4476 Separate data and IO classes more effectively ( #1678 )
2024-06-26 10:12:39 -07:00
Noah Stapp
d6bf0e1e78
PYTHON-4264 Async PyMongo Beta ( #1629 )
2024-06-06 09:01:24 -07:00