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

Failure of data consistency checks run by resmoke.py no longer halt test execution

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.7.4
    • Affects Version/s: None
    • Component/s: Testing Infrastructure
    • Labels:
      None
    • Fully Compatible
    • ALL
    • TIG 2018-04-09

      The changes from SERVER-33665 made it so all hooks that run a static JavaScript file raise a resmokelib.errors.TestFailure exception if they fail. This means that when running with --continueOnFailure, another test will run against a MongoDB deployment that's already gotten into an inconsistent state will cause a cascade of failures. We should go back to raising a resmokelib.errors.StopExecution exception or perhaps raise a resmokelib.errors.ServerFailure exception in order to halt resmoke.py's test execution regardless of the --continueOnFailure setting.

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

              Created:
              Updated:
              Resolved: