-
Type: Task
-
Resolution: Gone away
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Tests
-
None
Failing consistently on v3.12 with Python 2.7 OpenSSL 1.1.0 Debian 9.2 Auth SSL
[2021/04/26 23:04:46.740] ERROR [0.006s]: test_addition (test_srv_polling.TestSrvPolling) [2021/04/26 23:04:46.740] ---------------------------------------------------------------------- [2021/04/26 23:04:46.740] Traceback (most recent call last): [2021/04/26 23:04:46.740] File "/data/mci/a352e54f3c727ad3c29b63436535959a/src/test/test_srv_polling.py", line 165, in test_addition [2021/04/26 23:04:46.740] self.run_scenario(response, True) [2021/04/26 23:04:46.740] File "/data/mci/a352e54f3c727ad3c29b63436535959a/src/test/test_srv_polling.py", line 153, in run_scenario [2021/04/26 23:04:46.740] client = MongoClient(self.CONNECTION_STRING) [2021/04/26 23:04:46.740] File "/data/mci/a352e54f3c727ad3c29b63436535959a/src/pymongo/mongo_client.py", line 669, in __init__ [2021/04/26 23:04:46.740] connect_timeout=timeout) [2021/04/26 23:04:46.740] File "/data/mci/a352e54f3c727ad3c29b63436535959a/src/pymongo/uri_parser.py", line 506, in parse_uri [2021/04/26 23:04:46.740] dns_options = dns_resolver.get_options() [2021/04/26 23:04:46.740] File "/data/mci/a352e54f3c727ad3c29b63436535959a/src/pymongo/srv_resolver.py", line 70, in get_options [2021/04/26 23:04:46.740] raise ConfigurationError(str(exc)) [2021/04/26 23:04:46.740] ConfigurationError: super() argument 1 must be type, not None
- related to
-
PYTHON-2002 dnspython errors causing SRV polling tests to fail on CPython 2.7
- Closed