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

#4 subtest in migration_ignore_interrupt.js should pause at catchup being unpausing cloned step

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Sharding
    • None
    • ALL

    Description

      This code, found here,

          unpauseMigrateAtStep(shard1, migrateStepNames.cloned);
          assert.eq(2, shard0Coll3.count(), "donor shard0 completed a migration that it aborted");
          assert.eq(1,
                    shard1Coll3.count(),
                    "shard1 accessed the xfermods log despite " + "donor migration abortion");
      

      should do a pause at catchup step, then unpause clone, and wait for catchup before doing the count asserts.

      This won't fail the migration_ignore_interrupt.js test, and it's merely a testing issue: not testing it right.

      Attachments

        Activity

          People

            dianna.hohensee@mongodb.com Dianna Hohensee (Inactive)
            dianna.hohensee@mongodb.com Dianna Hohensee (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: