Ensure that ReplSetTests in tenant migration tests have the intended node options

XMLWordPrintableJSON

    • Fully Compatible
    • ALL
    • v5.0
    • Sharding 2021-05-31
    • 34
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      There are a number of tenant migration tests that use Object.assign() to create nodeOptions from the global migrationX509Options, for example this one. Object.assign() mutates the first argument and returns it so to make each test case use the intended nodeOptions, Object.assign(migrationX509Options...., ...) should be changed to Object.assign({}, migrationX509Options..., ...) instead.

              Assignee:
              Cheahuychou Mao
              Reporter:
              Cheahuychou Mao
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: