replication JS tests use undefined ReplSetTest constant for assert.soon() timeout

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor - P4
    • 7.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • Execution NAMR Team 2023-08-07
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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.

            Assignee:
            Benety Goh
            Reporter:
            Benety Goh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: