-
Type: Build Failure
-
Resolution: Unresolved
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
PyOpenSSL Windows tests are failing with 1 hour timeout caused by the SDAM tasks vs threads change in PYTHON-4725:
[2024/11/26 14:04:15.805] Running auth tests over ssl with python /cygdrive/c/cygdrive/c/data/mci/0d1bce00360a6747c0cd38167d9b3069/src/.hatch/data/env/virtual/pymongo/bRsobEEH/test/Scripts/python [2024/11/26 14:04:15.829] 3.13.0 (tags/v3.13.0:60403a5, Oct 7 2024, 09:38:07) [MSC v.1941 64 bit (AMD64)] ... [2024/11/26 14:56:50.573] test/asynchronous/test_transactions.py::TestTransactionsConvenientAPI::test_in_transaction_property PASSED [ 22%] [2024/11/26 14:56:56.284] test/test_auth_spec.py::TestAuthSpec::test_connection-string_authsource_without_username_doesn't_create_credential_(default_mechanism) PASSED [ 22%] ... [2024/11/26 14:59:50.375] Hit exec timeout (1h0m0s).
It times out because it task 52minutes to run only the test/asynchronous tests which is way longer than expected.
- is caused by
-
PYTHON-4725 Async client should use tasks for SDAM instead of threads
- Closed
- related to
-
PYTHON-5053 AsyncMongoClient.close() should await all background tasks
- Closed