Skip to content

Test failing in master for 4.4.0rc3 #5676

Description

@auvipy
  • t/unit/backends/test_mongodb.py:124 test_MongoBackend.test_init_mongodb_dns_seedlist

    try:
    
        results = resolver.query('_mongodb._tcp.' + self.__fqdn, 'SRV',
    
                                 lifetime=self.__connect_timeout)
    
    except Exception as exc:
    
        if not encapsulate_errors:
    
            # Raise the original error.
    
            raise
    
        # Else, raise all errors as ConfigurationError.
    
      raise ConfigurationError(str(exc))

E pymongo.errors.ConfigurationError: mock_resolver() got an unexpected keyword argument 'lifetime'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions