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

Blacklist balancing_sessions_collection.js from sharding_csrs_continuous_config_stepdown

    • Fully Compatible
    • ALL
    • v3.6
    • Sharding 2020-11-02
    • 50

      This test runs removeShard in assert.soon to wait for the remove shard operation to complete. When run in sharding_csrs_continuous_config_stepdown suite, the subsequent removeShard commands (or more specifically _configsvrRemoveShard commands) could fail with "Term changed from X to Y while waiting for replication, indicating that this node must have stepped down." when trying to wait for write concern "majority" since the commands will not do any writes so the term in the opTime for the client could be less than latest term. As explained in SERVER-33727, the _configsvrRemoveShard commands should not wait for write concern. Since SERVER-33727 is not backported to 4.0 or earlier, we should blacklist this test from sharding_csrs_continuous_config_stepdown in 4.0 and 3.6.

            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: