Closed Bug 1446595 Opened 6 years ago Closed 6 years ago

Intermittent devtools/client/inspector/fonts/test/browser_fontinspector_copy-URL.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. -

Categories

(DevTools :: Inspector, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Attachments

(1 obsolete file)

Looking at the logs we can still see the huge logs which I expected to see removed via Bug 1440609.
The logging actually comes from a React middleware which is enabled in all tests by https://searchfox.org/mozilla-central/rev/6e96a3f1e44e286ddae5fdafab737709741d237a/devtools/client/inspector/store.js#18-26

Let's see if removing the logs improve the runtime or if it is unrelated to the timeout
https://treeherder.mozilla.org/#/jobs?repo=try&revision=da478b466c796dce43e580f1c5b494d97d4f478d
I think this only happens on non-e10s runs, because in this case the actor is fully serialized on the client when logging the action. Ultimately I think it would be nice to cleanup this action so that it doesn't have a pointer to an actor, but for the time being, I think we should just skip on non-e10s.
Test only takes 10 seconds without the log on debug+non-e10s, so it looks like the assumption in comment 3 is correct.
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Bug 1444327 was backed out, so we should handle the fix directly in the original Bug.
Assignee: jdescottes → nobody
Status: ASSIGNED → NEW
Attachment #8959778 - Attachment is obsolete: true
Attachment #8959778 - Flags: review?(pbrosset)
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: