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

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

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

      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@mongodb.com Cheahuychou Mao
            Reporter:
            cheahuychou.mao@mongodb.com Cheahuychou Mao
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: