-
Type:
Build Failure
-
Resolution: Duplicate
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Name of Failure:
test.asynchronous.test_connection_monitoring.AsyncTestCMAP.test_connection_monitoring_pool_checkout_minPoolSize_connection_maxConnecting_threads_blocked_by_maxConnecting_check_out_minPoolSize_connections
Link to task:
Context of when and why the failure occurred:
Async test failure.
Stack trace:
[2025/02/28 16:13:26.379] FAILURE: AssertionError: <class 'pymongo.monitoring.ConnectionCreatedEvent'> != <class 'pymongo.monitoring.ConnectionCheckedOutEvent'> () [2025/02/28 16:13:26.379] self = <test.asynchronous.test_connection_monitoring.AsyncTestCMAP testMethod=test_connection_monitoring_pool_checkout_minPoolSize_connection_maxConnecting_threads_blocked_by_maxConnecting_check_out_minPoolSize_connections> [2025/02/28 16:13:26.379] async def run_scenario(self): [2025/02/28 16:13:26.379] > await self.run_scenario(scenario_def, test) [2025/02/28 16:13:26.379] test\asynchronous\test_connection_monitoring.py:454: [2025/02/28 16:13:26.379] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [2025/02/28 16:13:26.379] test\asynchronous\test_connection_monitoring.py:290: in run_scenario [2025/02/28 16:13:26.379] self.check_events(test["events"], test["ignore"]) [2025/02/28 16:13:26.379] test\asynchronous\test_connection_monitoring.py:204: in check_events [2025/02/28 16:13:26.379] self.check_event(actual, expected) [2025/02/28 16:13:26.379] test\asynchronous\test_connection_monitoring.py:192: in check_event [2025/02/28 16:13:26.379] self.check_object(actual, expected) [2025/02/28 16:13:26.379] test\asynchronous\test_connection_monitoring.py:177: in check_object [2025/02/28 16:13:26.379] self.assertEqual(type(actual), OBJECT_TYPES[expected["type"]]) [2025/02/28 16:13:26.379] E AssertionError: <class 'pymongo.monitoring.ConnectionCreatedEvent'> != <class 'pymongo.monitoring.ConnectionCheckedOutEvent'>
- duplicates
-
PYTHON-5159 Test Failure - test_connection_monitoring_pool_checkout_minPoolSize_connection_maxConnecting_threads_blocked_by_maxConnecting_check_out_minPoolSize_connections is flaky
-
- Investigating
-