Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Gone away
-
None
-
None
-
Decision Automation Group
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" |
Attachments
Issue Links
- depends on
-
EVG-1536 add timeout as a status supported in the UI
-
- Closed
-