use "UnifiedTopologyFilter" to skip tests requiring the unified topology

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor - P4
    • 4.0.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Not Needed
    • None
    • None
    • None
    • None
    • None
    • None

      I added a new filter for the recent tests added for the state machine in Topology that lets us filter tests by support for the unified topology. There are a number of tests in our suite right now that use the form:

      if (this.configuration.usingUnifiedTopology()) {
        // reason
        return this.skip();
      }
      

      that should be converted to use the new filter

            Assignee:
            Unassigned
            Reporter:
            Matt Broadstone
            None
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: