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

Change interrupted tests to report having a "timeout" test status

    • Type: Icon: Task Task
    • Resolution: Gone away
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Testing Infrastructure
    • Labels:
    • Decision Automation Group

      Remove this elif condition after EVG-1536 is done.

      for test_info in self.test_infos:
        status = test_info.status
        if status == "error":
            # Don't distinguish between failures and errors.
            status = "fail"
        elif status == "timeout":
            # Until EVG-1536 is completed, we shouldn't distinguish between failures and
            # interrupted tests in the report.json file. In Evergreen, the behavior to sort
            # tests with the "timeout" test status after tests with the "pass" test status
            # effectively hides interrupted tests from the test results sidebar unless
            # sorting by the time taken.
            status = "fail"
      

            Assignee:
            backlog-server-dag [DO NOT ASSIGN] Backlog - Decision Automation Group (DAG) (Inactive)
            Reporter:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: