-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
v3.6, v3.4
-
Repl 2018-05-07
-
0
Referencing kDefaultTimeoutMS against a ReplSetTest instance works correctly, but referencing it as if it's a static constant does not.
We should either make it so that referencing ReplSetTest.kDefaultTimeoutMS is not undefined, or fix all cases where we do so in tests to get it off of a ReplSetTest instance instead