Closed Bug 1059306 Opened 10 years ago Closed 10 years ago

Failure summaries that contain a term in the blacklist are blank

Categories

(Tree Management :: Treeherder, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: emorley)

References

Details

Attachments

(2 files)

https://treeherder.mozilla.org/ui/#/jobs?repo=mozilla-central&revision=4f6affdf52b6
-> no error summary shown

TBPL:
https://tbpl.mozilla.org/?rev=4f6affdf52b6

https://tbpl.mozilla.org/php/getParsedLog.php?id=46810047&tree=Mozilla-Central

17:39:28  WARNING -  TEST-UNEXPECTED-FAIL | automation.py | Exited with code 1 during test run
17:39:59  WARNING -  PROCESS-CRASH | automation.py | application crashed [@ nsIOService::GetManageOfflineStatus(bool*)]
17:39:59    ERROR - Return code: 1
Attached file Bug suggestion artifact β€”
Is it the "bugs": null ?

Should we return:
		"bugs": {
			"open_recent": [],
			"all_others": []
		}
The UI code generates an error when an error line in a bug suggestions artifact has a bugs attribute null. I guess the null value is generated in case of a blacklisted term in the error line. We can either update the UI to accept null values for that or change the parse-log task to produce 
> {"open_recent": [],"all_others": [ ]}
like the other error lines without suggestions.
See the attachment for details
Blocks: 1059686
Assignee: nobody → emorley
Status: NEW → ASSIGNED
Attachment #8480431 - Flags: review?(mdoglio)
Summary: Failure with no error summary in treeherder → Failure summaries that contain a term in the blacklist are blank
Comment on attachment 8480431 [details] [review]
treeherder-service/pull/193

Cameron reviewed this and merged it:

https://github.com/mozilla/treeherder-service/commit/be1c0614068db3ebe561b7384a21d5d5107a0905
Attachment #8480431 - Flags: review?(mdoglio) → checkin+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Depends on: 1059949
No longer blocks: 1059686
Commit pushed to master at https://github.com/mozilla/treeherder-ui

https://github.com/mozilla/treeherder-ui/commit/f29d7360c91d0d3b132484b840da1c9cb7dd18a7
Bug 1059306 - Remove temporary workaround added by bug 1059949

Enough time has passed now, that the jobs affected by bug 1059306 have
either been purged, or are not being accessed via the UI. As such, the
workaround to handle the bad bug suggestion artefact can be removed.
Commit pushed to master at https://github.com/mozilla/treeherder

https://github.com/mozilla/treeherder/commit/ac1b25c15f48eadc1da8a2f0c9fc9bdb48506b1b
Bug 1059306 - Remove temporary workaround added by bug 1059949

Enough time has passed now, that the jobs affected by bug 1059306 have
either been purged, or are not being accessed via the UI. As such, the
workaround to handle the bad bug suggestion artefact can be removed.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: