-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
This fails consistently every test run.
[2017/04/21 13:01:04.579] FAIL: test_system_certs_config_error (test.test_ssl.TestSSL) [2017/04/21 13:01:04.579] ---------------------------------------------------------------------- [2017/04/21 13:01:04.579] Traceback (most recent call last): [2017/04/21 13:01:04.579] File "/data/mci/64c50ebbdb91dfae5193012e40e00fb4/src/.tox/synchro/tmp/mongo-python-driver/test/test_ssl.py", line 444, in test_system_certs_config_error [2017/04/21 13:01:04.579] MongoClient("mongodb://localhost/?ssl=true") [2017/04/21 13:01:04.579] AssertionError: ConfigurationError not raised
I'm guessing some other exception is raised instead (ConnectionFailure?). I have no idea why ConfigurationError isn't raised in Motor.