[SERVER-28266] Change interrupted tests to report having a "timeout" test status Created: 09/Mar/17  Updated: 27/Oct/23  Resolved: 23/Jan/23

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Major - P3
Reporter: Max Hirschhorn Assignee: [DO NOT ASSIGN] Backlog - Decision Automation Group (DAG) (Inactive)
Resolution: Gone away Votes: 0
Labels: dag
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
Assigned Teams:
Decision Automation Group
Participants:

 Description   

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"



 Comments   
Comment by Jeffrey Zambory [ 23/Jan/23 ]

Closing as this is an older ticket that I believe has gone away - please reopen if this is still applicable. 

Generated at Thu Feb 08 04:17:38 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.