-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Execution NAMR Team 2023-08-07
We have a few tests in jstests/replsets/ that refer to a non-existent constant ReplSetTest.kDefaultTimeoutMs, rather than the intended constant ReplSetTest.kDefaultTimeoutMS (with a capitalized MS). This has no practical effect on the test behavior because these tests end up using the default timeout in assert.soon(), which has a comparable value to the actual ReplSetTest constant.
- is related to
-
SERVER-70360 Do not allow extremely large write concern wTimeout values
- Closed