WebExtensionTest.registerWebExtension | Intermittent TEST-UNEXPECTED-TIMEOUT | runjunit.py | Timed out after 2400 seconds
Categories
(GeckoView :: Extensions, defect, P2)
Tracking
(firefox65 unaffected, firefox66 unaffected, firefox67 fixed)
Tracking | Status | |
---|---|---|
firefox65 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: gbrown)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure, Whiteboard: [geckoview:fenix:m2])
Attachments
(1 file)
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 9•6 years ago
|
||
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 12•6 years ago
|
||
Assignee | ||
Comment 13•6 years ago
|
||
Assignee | ||
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
Comment 16•6 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Comment 18•6 years ago
|
||
Comment hidden (Intermittent Failures Robot) |
Comment 20•6 years ago
|
||
Assignee | ||
Comment 21•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 31•6 years ago
|
||
Over the last 7 days there are 39 failures on this bug. These happen only on android-em-4-3-armv7-api16.
Here is the latest failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=231043244&repo=autoland&lineNumber=2869
Assignee | ||
Comment 32•6 years ago
|
||
Recent failures are during WebExtensionTest and started with the introduction of these tests, in bug 1518841.
:agi - Please have a look!
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=231043244&repo=autoland&lineNumber=2869
[task 2019-02-28T17:45:56.701Z] 17:45:56 INFO - TEST-START | org.mozilla.geckoview.test.WebExtensionTest.registerWebExtension
[task 2019-02-28T17:46:11.834Z] 17:46:11 WARNING - TEST-UNEXPECTED-TIMEOUT | runjunit.py | Timed out after 2400 seconds
Updated•6 years ago
|
Comment 33•6 years ago
•
|
||
I think there are many timeouts that are being conflated in this bug. From what I can see most are not actually from WebExtensionTest. But I'll take a look at that one.
Updated•6 years ago
|
Comment 34•6 years ago
|
||
[geckoview:fenix:m2] if these might be WebExtensionTest failures since WebExtensions (bug 1518841) landed in M2.
Comment 35•6 years ago
|
||
Yeah even looking at the logs this seems to be a problem in earlier test taking a long time (maybe it's ok, we just need to up the timeout or split it in more tests, not sure how that works).
[task 2019-02-28T17:45:56.701Z] 17:45:56 INFO - TEST-START | org.mozilla.geckoview.test.WebExtensionTest.registerWebExtension
[task 2019-02-28T17:46:11.834Z] 17:46:11 WARNING - TEST-UNEXPECTED-TIMEOUT | runjunit.py | Timed out after 2400 seconds
in the example above this test is taking 16s before timing out because the whole suite has been running for 2400s, bad but probably ok if the device is busy.
E.g. see this test in the same run:
[task 2019-02-28T17:36:55.552Z] 17:36:55 INFO - TEST-START | org.mozilla.geckoview.test.TextInputDelegateTest.inputConnection[#textarea]
...
org.mozilla.geckoview.test.TextInputDelegateTest.inputConnection[#textarea] | took 351101ms
that takes 351s to run.
Comment 36•6 years ago
|
||
Ok I looked at more of these. In all of them org.mozilla.geckoview.test.TextInputDelegateTest.inputConnection
takes a really long time pushing the suite over the edge of 2400s timeout. Let's see if I can figure out if this regressed recently.
Assignee | ||
Comment 37•6 years ago
|
||
I hadn't noticed before: It looks like all the Android 4.3 geckoview-junit test chunks are running in about 40 minutes -- close to the timeout. :agi, if you don't find any unusual regression in run time, re-assign to me, and I'll increase the timeout or number of jobs.
Comment 38•6 years ago
|
||
Yeah I think we just added a few more tests that increased the run time just enough to timeout.
Although I think we have an actual problem that I captured in Bug 1531797. Not a recent regression, it was introduced back in November.
Assignee | ||
Comment 39•6 years ago
|
||
Increase test chunks for Android 4.3 /opt and /debug and ccov geckoview-junit.
Most chunks run in 20 to 30 minutes with this change:
https://treeherder.mozilla.org/#/jobs?repo=try&tier=1%2C2%2C3&revision=a952f0dde8b508d8f87867757d98ca2642cbd48c
Comment 40•6 years ago
|
||
Comment 41•6 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Comment 43•2 years ago
|
||
Moving some WebExtension bugs to the GeckoView::Extensions component.
Description
•