-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.