-
Type:
Build Failure
-
Resolution: Done
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Python Drivers
-
None
-
None
-
None
-
None
-
None
-
None
test.tornado_tests.test_motor_core.MotorCoreTest.test_client_session_attrs
Started failing April 26, 2026. Caused by PYTHON-4542
[2026/05/30 18:55:16.593] FAILURE: AssertionError: Items in the first set but not the second: [2026/05/30 18:55:16.593] 'bind' () [2026/05/30 18:55:16.593] self = <test.tornado_tests.test_motor_core.MotorCoreTest testMethod=test_client_session_attrs> [2026/05/30 18:55:16.593] @env.require_version_min(3, 6) [2026/05/30 18:55:16.593] @env.require_replica_set [2026/05/30 18:55:16.593] @gen_test [2026/05/30 18:55:16.593] async def test_client_session_attrs(self): [2026/05/30 18:55:16.593] > self.assertEqual( [2026/05/30 18:55:16.593] attrs(env.sync_cx.start_session()), attrs(await self.cx.start_session()) - motor_only [2026/05/30 18:55:16.593] ) [2026/05/30 18:55:16.593] E AssertionError: Items in the first set but not the second: [2026/05/30 18:55:16.593] E 'bind' [2026/05/30 18:55:16.593] test/tornado_tests/test_motor_core.py:61: AssertionError