Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-79276

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

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 7.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      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.

            Assignee:
            benety.goh@mongodb.com Benety Goh
            Reporter:
            benety.goh@mongodb.com Benety Goh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: