-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
None
Currently, there is a test file called test-mongoc-server-selection-errors.c in the mongo-c-driver that never gets run. Adding this test file to the test suite causes errors. We should either remove the file altogether or add the tests and fix the errors.
Here is the code where the test is commented out in test-libmongoc.c:
#if 0
test_server_selection_errors_install (&suite);
#endif