-
Type:
Build Failure
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
-
None
-
None
-
None
-
None
-
None
-
None
https://github.com/mongodb/motor/actions/runs/14494103284/job/40657271514
=================================== FAILURES =================================== _______________________ MotorCoreTest.test_client_attrs ________________________ self = <test.tornado_tests.test_motor_core.MotorCoreTest testMethod=test_client_attrs> def test_client_attrs(self): > self.assertEqual( attrs(env.sync_cx) - pymongo_client_only, attrs(self.cx) - motor_client_only ) E AssertionError: Items in the first set but not the second: E 'eq_props' test/tornado_tests/test_motor_core.py:51: AssertionError ____________________ MotorCoreTestGridFS.test_gridfs_attrs _____________________ self = <test.tornado_tests.test_motor_core.MotorCoreTestGridFS testMethod=test_gridfs_attrs> def test_gridfs_attrs(self): motor_gridfs_only = set(["collection"]).union(motor_only) > self.assertEqual( attrs(GridFSBucket(env.sync_cx.test)), attrs(MotorGridFSBucket(self.cx.test)) - motor_gridfs_only, ) E AssertionError: Items in the first set but not the second: E 'delete_by_name' E 'rename_by_name'
- is caused by
-
PYTHON-3636 MongoClient should perform SRV resolution lazily
-
- Closed
-