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

Disable StepDownStepUpEachTransition test case in resharding_donor_service_test.cpp

    • Fully Compatible
    • Sharding 2021-05-03
    • 150
    • 1

      The pattern of

      boost::optional<PauseDuringStateTransitions> stateTransitionsGuard =
          PauseDuringStateTransitions{controller(), _donorStates};
      

      is leading the destructor of the PauseDuringStateTransitions to be called earlier than expected and unsetting the desired pause during donor state transitions. This is causing various timeouts and fassert()s with the StepDownStepUpEachTransition test case. We should disable it until the usages of PauseDuringStateTransitions are fixed and any other fallout is addressed.

            Assignee:
            haley.connelly@mongodb.com Haley Connelly
            Reporter:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: