Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.3.9
-
Component/s: Replication
-
Labels:None
-
Backwards Compatibility:Fully Compatible
-
Operating System:ALL
-
Sprint:Repl 16 (06/24/16)
-
Linked BF Score:0
Description
jsTest.authenticate() catches any authentication failures and just returns false on failure. ReplSetTest.restart() calls jsTest.authenticate() but does nothing if authentication fails. It should throw a JS exception instead.