Closed
Bug 816574
Opened 12 years ago
Closed 12 years ago
Intermittent Android Shutdown, img-width-slice-1.html, modify-range-ref.html, img-novb-widthAndHeight-meet-1-em.html, img-novb-widthAndHeight-all-1-ref.html, img-content-outside-viewBox-1-ref.html | application ran for longer than allowed maximum time
Categories
(Testing :: Reftest, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Unassigned)
References
Details
(Keywords: intermittent-failure)
Android Armv6 Tegra 250 mozilla-inbound opt test reftest-3 on 2012-11-29 07:23:49 PST for push 5d2fb47b6278
slave: tegra-060
https://tbpl.mozilla.org/php/getParsedLog.php?id=17456357&tree=Mozilla-Inbound
{
REFTEST INFO | Result summary:
REFTEST INFO | Successful: 1845 (1836 pass, 9 load only)
REFTEST INFO | Unexpected: 0 (0 unexpected fail, 0 unexpected pass, 0 unexpected asserts, 0 unexpected fixed asserts, 0 failed load, 0 exception)
REFTEST INFO | Known problems: 370 (106 known fail, 0 known asserts, 22 random, 242 skipped, 0 slow)
REFTEST INFO | Total canvas count = 18
REFTEST TEST-START | Shutdown
TEST-UNEXPECTED-FAIL | Shutdown | application ran for longer than allowed maximum time
INFO | automation.py | Application ran for: 1:02:17.728050
INFO | automation.py | Reading PID log: /tmp/tmplCe8Eipidlog
getting files in '/mnt/sdcard/tests/reftest/profile/minidumps/'
WARNING | automationutils.processLeakLog() | refcount logging is off, so leaks can't be detected!
REFTEST INFO | runreftest.py | Running tests: end.
}
Reporter | ||
Comment 1•12 years ago
|
||
Related to bug 816501, but occurs at end of run, which is odd.
Depends on: 816501
Reporter | ||
Comment 2•12 years ago
|
||
(Given that I can understanding hanging mid-test, but at the end?)
Comment 3•12 years ago
|
||
![]() |
||
Comment 4•12 years ago
|
||
It looks like android reftests run with maxTime = None, which means the default RProcess timeout of 3600 s = 1 hour is used:
https://hg.mozilla.org/mozilla-central/file/5c8ee6600533/build/mobile/remoteautomation.py#l179
R3 typically takes about 60 minutes to run currently. Reports from some recent successful runs:
armv6:
INFO | automation.py | Application ran for: 1:00:51.794179
INFO | automation.py | Application ran for: 1:00:46.718960
INFO | automation.py | Application ran for: 1:01:58.191229
armv7:
INFO | automation.py | Application ran for: 1:01:05.617112
INFO | automation.py | Application ran for: 1:02:00.385733
INFO | automation.py | Application ran for: 1:00:39.783622
R1, R2, and R4 typically take less than 45 minutes.
Updated•12 years ago
|
Summary: Intermittent Android Shutdown | application ran for longer than allowed maximum time → Intermittent Android Shutdown, img-width-slice-1.html, modify-range-ref.html, | application ran for longer than allowed maximum time
Updated•12 years ago
|
Summary: Intermittent Android Shutdown, img-width-slice-1.html, modify-range-ref.html, | application ran for longer than allowed maximum time → Intermittent Android Shutdown, img-width-slice-1.html, modify-range-ref.html | application ran for longer than allowed maximum time
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 6•12 years ago
|
||
Summary: Intermittent Android Shutdown, img-width-slice-1.html, modify-range-ref.html | application ran for longer than allowed maximum time → Intermittent Android Shutdown, img-width-slice-1.html, modify-range-ref.html, img-novb-widthAndHeight-meet-1-em.html | application ran for longer than allowed maximum time
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Summary: Intermittent Android Shutdown, img-width-slice-1.html, modify-range-ref.html, img-novb-widthAndHeight-meet-1-em.html | application ran for longer than allowed maximum time → Intermittent Android Shutdown, img-width-slice-1.html, modify-range-ref.html, img-novb-widthAndHeight-meet-1-em.html, img-novb-widthAndHeight-all-1-ref.html | application ran for longer than allowed maximum time
Comment 9•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Component: General → Reftest
Reporter | ||
Comment 10•12 years ago
|
||
Summary: Intermittent Android Shutdown, img-width-slice-1.html, modify-range-ref.html, img-novb-widthAndHeight-meet-1-em.html, img-novb-widthAndHeight-all-1-ref.html | application ran for longer than allowed maximum time → Intermittent Android Shutdown, img-width-slice-1.html, modify-range-ref.html, img-novb-widthAndHeight-meet-1-em.html, img-novb-widthAndHeight-all-1-ref.html, img-content-outside-viewBox-1-ref.html | application ran for longer than allowed maximum time
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Comment 12•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Comment 14•12 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Comment 19•12 years ago
|
||
Fixed by bug 818156 meaning the reftest run durations are more evenly balanced.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•