Disable StepDownStepUpEachTransition test case in resharding_donor_service_test.cpp

XMLWordPrintableJSON

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

      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
            Reporter:
            Max Hirschhorn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: