Closed
Bug 1245225
Opened 9 years ago
Closed 8 years ago
[e10s] Fix and/or re-enable test cases in toolkit/components/thumbnails/test/
Categories
(Toolkit :: General, defect, P2)
Toolkit
General
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: tracy, Assigned: adw)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
2.22 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
Filing this bug to track work of getting all the thumbnail test cases enabled and working.
The following are currently working and just need to have skip-if e10s removed form the broswer.ini file. Try run for those passes. The thumbnails set of tests is run in bc5. https://treeherder.mozilla.org/#/jobs?repo=try&revision=8604c8ea25f3
browser_thumbnails_bg_crash_during_capture.js
browser_thumbnails_bg_crash_while_idle.js
browser_thumbnails_bg_no_cookies_sent.js
browser_thumbnails_bug727765.js
browser_thumbnails_capture.js
browser fixes are required for:
browser_thumbnails_redirect.js which depends on bug 1050869 and
browser_thumbnails_update.js which depends on bug 1245118
Reporter | ||
Comment 1•9 years ago
|
||
Patch to re-enable 5 test cases passes try, per previous comment.
Reporter | ||
Comment 2•9 years ago
|
||
Please leave open for work on the remaining two test cases in this test directory, both of which depend on toolkit code work.
Keywords: leave-open
Updated•9 years ago
|
Attachment #8714949 -
Flags: review?(jmathies) → review+
Reporter | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
A bunch of these newly re-enabled tests immediately started failing. Backed this out in https://hg.mozilla.org/integration/fx-team/rev/8b22e807786d
https://treeherder.mozilla.org/logviewer.html#?job_id=7053855&repo=fx-team
Flags: needinfo?(twalker)
Reporter | ||
Comment 5•9 years ago
|
||
hmmm, three failures in the one test file of toolkit/components/thumbnails/test/browser_thumbnails_bg_crash_during_capture.js on Mac 10.10 opt
Passed try and passes locally for me on 10.9.5. Maybe there is something in fx-team that breaks this test? I guess I'll wait a few days 'til it's on m-c and try again. If it doesn't appear locally, all I can do is provide a new patch that skip-ifs that test for e10s on Mac.
Reporter | ||
Comment 6•9 years ago
|
||
the test case in question, toolkit/components/thumbnails/test/browser_thumbnails_bg_crash_during_capture.js, is now failing for me locally in same manner as the backout cause. Failures are intermittent, locally, I'll investigate.
However, I'll also post a new patch, today, for re-enabling the other tests that are working fine.
Flags: needinfo?(twalker)
Reporter | ||
Comment 7•9 years ago
|
||
jimm, it turns out browser_thumbnails_bg_crash_during_capture.js is an intermittent failing test case. I'm investigating it, but would like to get the other four testcases re-enabled. I ran each of them several times again locally and they all pass. They also passed on fx-team in the first attempt to land them.
Attachment #8714949 -
Attachment is obsolete: true
Attachment #8716332 -
Flags: review?(jmathies)
Comment 8•9 years ago
|
||
(In reply to [:tracy] Tracy Walker from comment #7)
> Created attachment 8716332 [details] [diff] [review]
> thumbnails_browser_ini-2.patch
>
> jimm, it turns out browser_thumbnails_bg_crash_during_capture.js is an
> intermittent failing test case. I'm investigating it, but would like to get
> the other four testcases re-enabled. I ran each of them several times again
> locally and they all pass. They also passed on fx-team in the first attempt
> to land them.
can you post a link to a failure log?
Updated•9 years ago
|
Attachment #8716332 -
Flags: review?(jmathies) → review+
Reporter | ||
Comment 9•9 years ago
|
||
Here's a link to the raw fx-team log: http://mozilla-releng-blobs.s3.amazonaws.com/blobs/fx-team/sha512/b969dd979d7111b8076cdb1f44f4d55d3f1d83e8412aad98d53ae3fc88396c52754e2b5f3aff592a5b8a34af3a54f950d32edf783d0e1861e6c7a0147c0bae7c
Here's a link to the error summary: https://treeherder.mozilla.org/logviewer.html#?job_id=7053855&repo=fx-team
Reporter | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 10•9 years ago
|
||
Keywords: checkin-needed
Comment 11•9 years ago
|
||
bugherder |
Updated•9 years ago
|
Comment 12•9 years ago
|
||
(In reply to Tracy Walker [:tracy] from comment #0)
> browser fixes are required for:
> browser_thumbnails_redirect.js which depends on bug 1050869 and
> browser_thumbnails_update.js which depends on bug 1245118
I just updated the dependency field for the first bug (a digit was transposed, so it was pointing to an unrelated bug). Coincidentally, the correct bug 1050869 just got closed WFM today. Can you see if this test is now working?
There's also a 3rd test disabled in E10S, from comment 7 (browser_thumbnails_bg_crash_during_capture.js).
Are you still looking at this? It's one of the few remaining front-end E10S tests still disabled.
Flags: needinfo?(twalker)
Reporter | ||
Comment 13•9 years ago
|
||
browser_thumbnails_redirect.js and browser_thumbnails_update.js are both still failing locally.
browser_thumbnails_bg_crash_during_capture.js is working, but it's listed as investigate for intermittent failures. I wasn't able to determine why it is intermittent. Requires someone with more advanced skills than my own to investigate.
Comment 14•9 years ago
|
||
Justin, can you find someone to take a look at re-enabling these thumbnails tests for e10s?
Flags: needinfo?(dolske)
Comment 15•9 years ago
|
||
Drew's familiar with this, over to him.
Assignee: nobody → adw
Flags: needinfo?(dolske)
Updated•8 years ago
|
Priority: -- → P2
Assignee | ||
Comment 16•8 years ago
|
||
browser_thumbnails_bg_crash_during_capture.js is the only remaining test. I filed bug 1294509 for it. Hopefully the patch I have now fixes it.
Status: NEW → ASSIGNED
Assignee | ||
Comment 17•8 years ago
|
||
OK, all these tests are enabled on e10s on m-c now. Sorry it took me so long to get to this.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•