Add tests for SERVER-114846 _doReplSetReconfig documentation

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Replication
    • ALL
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      _doReplSetReconfig takes in two boolean arguments: force and skipSafetyChecks. SERVER-114846 added documentation that describes which behaviors will and will not be activated depending on which of the four possible permutations were given (!force && !skipSafetyChecks, !force && skipSafetyChecks, force && !skipSafetyChecks, force && skipSafetyChecks). We should write tests to ensure that all, or at least most, of this documentation is correct.

            Assignee:
            Unassigned
            Reporter:
            Joseph Obaraye
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: