browser_certViewer.js fails intermittently under test-verify
Categories
(Core :: Security: PSM, defect, P2)
Tracking
()
People
(Reporter: keeler, Unassigned)
Details
(Whiteboard: [psm-backlog])
Comment 1•6 years ago
|
||
I think I'm hitting this in bug 1552714. According to Gijs, this test is only run when something in the test changes, which makes it easy to fall into "intermittent, but not hit often enough to disable" as evidenced by the number of intermittent failures filled against this test with INCOMPLETE resolution: https://bugzilla.mozilla.org/buglist.cgi?list_id=14750742&short_desc_type=allwordssubstr&short_desc=browser_certViewer.js&resolution=---&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=INACTIVE&resolution=DUPLICATE&resolution=WORKSFORME&resolution=INCOMPLETE&resolution=SUPPORT&resolution=EXPIRED&resolution=MOVED&classification=Client%20Software&classification=Developer%20Infrastructure&classification=Components&classification=Server%20Software&classification=Other&classification=Graveyard&query_format=advanced&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED
Is it enough to justify disabling this test?
Comment 2•6 years ago
|
||
(In reply to Zibi Braniecki [:gandalf][:zibi] from comment #1)
I think I'm hitting this in bug 1552714. According to Gijs, this test is only run when something in the test changes,
Test-verify only runs a test when that test changes. This test runs normally in a browser-chrome (bc) chunk.
Ideally, we should investigate why. I don't see the point of disabling the test for TV given the test doesn't change frequently anyway.
Comment 3•6 years ago
|
||
Here's my try attempt with a lot of console logging around - https://treeherder.mozilla.org/#/jobs?repo=try&revision=145a6dcc8c96120f6c452ceb1a34b022c2a703ff
Comment 4•6 years ago
|
||
it seems to me that for some reason, in the failure in the try above, displayUsages not someSuccess
is triggered where the test expects someSuccess
to be true.
Comment hidden (Intermittent Failures Robot) |
Updated•2 years ago
|
Description
•