Closed
Bug 1030403
Opened 11 years ago
Closed 4 years ago
test_reserved.html runs for too long on Android, on aws
Categories
(Core :: Security, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1585119
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
On Android 2.3 Armv6 Opt, on aws, docshell/test/navigation/test_reserved.html often runs for over 5 minutes:
https://tbpl.mozilla.org/php/getParsedLog.php?id=42466679&tree=Ash&full=1
12:47:17 INFO - 583 INFO TEST-START | /tests/docshell/test/navigation/test_reserved.html
12:47:17 INFO - 584 INFO TEST-INFO | MEMORY STAT vsize after test: 436649984
12:47:17 INFO - 585 INFO TEST-INFO | MEMORY STAT residentFast after test: 179806208
12:47:17 INFO - 586 INFO TEST-INFO | MEMORY STAT heapAllocated after test: 31157116
12:47:17 INFO - 587 INFO TEST-END | /tests/docshell/test/navigation/test_reserved.html | finished in 315183ms
This long test run time contributes to an excessive run time for the job (Android 2.3 Armv6 mochitest-5) threatening to cause failures for exceeding the 60 minute maximum time for a test job. We would normally address this by increasing the number of mochitest chunks, but we are already running these in 12 chunks, and other mochitest chunks run in 30 to 40 minutes.
We have been running Android 2.3 jobs on ix slaves, but are now trying to run them on aws slaves.
On ix slaves, test_reserved.html runs much faster:
https://tbpl.mozilla.org/php/getParsedLog.php?id=42460863&tree=Ash&full=1
11:34:11 INFO - 583 INFO TEST-START | /tests/docshell/test/navigation/test_reserved.html
11:34:11 INFO - @@@@@@@@@hi there: 1
11:34:11 INFO - @@@@@@@@@hi there: 2
11:34:11 INFO - @@@@@@@@@hi there: 1
11:34:11 INFO - @@@@@@@@@hi there: 3
11:34:11 INFO - @@@@@@@@@hi there: 1
11:34:11 INFO - 584 INFO TEST-INFO | MEMORY STAT vsize after test: 500318208
11:34:11 INFO - 585 INFO TEST-INFO | MEMORY STAT residentFast after test: 182714368
11:34:11 INFO - 586 INFO TEST-INFO | MEMORY STAT heapAllocated after test: 36560632
11:34:11 INFO - 587 INFO TEST-END | /tests/docshell/test/navigation/test_reserved.html | finished in 45147ms
And even faster on Android 4.0 Opt, on Pandaboards:
https://tbpl.mozilla.org/php/getParsedLog.php?id=42474531&tree=Ash&full=1
14:34:53 INFO - 698 INFO TEST-START | /tests/docshell/test/navigation/test_reserved.html
14:34:53 INFO - 699 INFO TEST-INFO | MEMORY STAT vsize after test: 884207616
14:34:53 INFO - 700 INFO TEST-INFO | MEMORY STAT residentFast after test: 233734144
14:34:53 INFO - 701 INFO TEST-INFO | MEMORY STAT heapAllocated after test: 45518468
14:34:53 INFO - 702 INFO TEST-END | /tests/docshell/test/navigation/test_reserved.html | finished in 14687ms
That's a big difference: It feels like there is something going wrong in this test on Android 2.3, at least on aws.
Assignee | ||
Comment 1•11 years ago
|
||
Disabled on 2.3, so we can switch over to aws: https://hg.mozilla.org/integration/mozilla-inbound/rev/518a4df5a06c
Whiteboard: [leave open] [test disabled on Android 2.3]
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•10 years ago
|
||
Times out on Android 4.3 too.
Whiteboard: [leave open] [test disabled on Android 2.3] → [leave open] [test disabled on Android 2.3] [test disabled on Android 4.3]
Assignee | ||
Comment 5•9 years ago
|
||
Android 2.3 is no longer supported in Firefox 48+.
Test manifests were updated in bug 1251013.
Whiteboard: [leave open] [test disabled on Android 2.3] [test disabled on Android 4.3] → [test disabled on Android]
Assignee | ||
Updated•9 years ago
|
Summary: test_reserved.html runs for too long on Android 2.3, on aws → test_reserved.html runs for too long on Android, on aws
Assignee | ||
Comment 6•4 years ago
|
||
This test was re-enabled in bug 1585119.
Assignee: nobody → whole.grains
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Whiteboard: [test disabled on Android]
You need to log in
before you can comment on or make changes to this bug.
Description
•