Uploaded image for project: 'Motor'
  1. Motor
  2. MOTOR-1453

[Build Failure] Attr tests need to be updated

    • Type: Icon: Build Failure Build Failure
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 3.8
    • 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'
      

            Assignee:
            steve.silvester@mongodb.com Steve Silvester
            Reporter:
            steve.silvester@mongodb.com Steve Silvester
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: