-
Type: Bug
-
Resolution: Done
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: None
-
None
https://github.com/mongodb/mongo-python-driver/blob/master/test/test_common.py#L219
This initializes the Connection object with no respect for the 'pair'. Therefore, the second Connection object tries to connect to the default mongod port (instead of one specified by DB_PORT) and the test fails wrongly.