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

Add incompatible_with_eft tag to tenant migration tests

    • Fully Compatible
    • ALL
    • 37

      Tenant migrations are not expected to be run on servers with ephemeralForTest, and in particular tenant migration tests are expected to fail on ephemeralForTest because the donor has to wait for the write to set the migration state to "committed" and "aborted" to be majority committed but it cannot do that on ephemeralForTest.  waitUntilMajorityOpTime inside TenantMigrationAccessBlocker::_waitForOpTimeToMajorityCommit would keep throwing this error since ephemeral storage engine doesn't have snapshotManager so this while loop would cause tests to hang.

            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: