Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
-
None
-
Fully Compatible
Description
It is hard to debug some test failures because information seen by the test is not logged.
When something called by ReplSetTest.callIsMaster() throws an exception it prints:
"ReplSetTest Could not call ismaster on node " + i
but does not include the exception that it caught, so readers have to guess what happened.
It should include the exception text to help debugging.