Test-verify - Intermittent layout/style/test/test_media_queries.html | Test timed out.
Categories
(Core :: CSS Parsing and Computation, defect, P5)
Tracking
()
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Updated•8 years ago
|
Comment 1•8 years ago
|
||
| Comment hidden (Intermittent Failures Robot) |
Comment 4•8 years ago
|
||
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
Comment 9•7 years ago
|
||
Comment 10•7 years ago
|
||
| Comment hidden (Intermittent Failures Robot) |
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
Recent failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=222174658&repo=autoland&lineNumber=1535
[task 2019-01-16T10:41:45.618Z] 10:41:45 INFO - 102 INFO TEST-UNEXPECTED-FAIL | layout/style/test/test_media_queries.html | Test timed out.
[task 2019-01-16T10:41:45.619Z] 10:41:45 INFO - SimpleTest.ok@SimpleTest/SimpleTest.js:275:7
[task 2019-01-16T10:41:45.619Z] 10:41:45 INFO - reportError@SimpleTest/TestRunner.js:121:7
[task 2019-01-16T10:41:45.620Z] 10:41:45 INFO - TestRunner._checkForHangs@SimpleTest/TestRunner.js:142:7
[task 2019-01-16T10:41:45.620Z] 10:41:45 INFO - 103 INFO TEST-PASS | layout/style/test/test_media_queries.html | cloning query '(device-height < 639px)' should not change serialization
[task 2019-01-16T10:41:45.621Z] 10:41:45 INFO - 104 INFO TEST-PASS | layout/style/test/test_media_queries.html | Media query '(device-height < 639px)' should NOT apply after cloning
[task 2019-01-16T10:41:45.621Z] 10:41:45 INFO - 105 INFO TEST-OK | layout/style/test/test_media_queries.html | took 611808ms
[task 2019-01-16T10:41:56.194Z] 10:41:56 INFO - 106 INFO TEST-START | Shutdown
[task 2019-01-16T10:41:56.194Z] 10:41:56 INFO - 107 INFO Passed: 2960
[task 2019-01-16T10:41:56.194Z] 10:41:56 WARNING - 108 INFO Failed: 1
[task 2019-01-16T10:41:56.194Z] 10:41:56 WARNING - One or more unittests failed.
Comment 15•7 years ago
|
||
This started occurring again when bug 1490344 landed. Martin can you take a look?
Comment 16•7 years ago
|
||
This is expected... If the test times out in verify, it will only fail / timeout when the test is touched.
Joel, what's the best way to deal with this case, where the test times out on TV but doesn't normally? I don't think there's anything in the test that would make it stateful, but skipping it in TV seems unfortunate.
| Comment hidden (Intermittent Failures Robot) |
Comment 18•7 years ago
|
||
unfortunately hundreds of tests are skipped in test-verify; if you can fix the test that would be desired, otherwise skipping it is the way forward. There are a few reasons why we would fail in test verify:
- the test depends on a browser state or a previous test in order to pass (this could be that the browser hasn't fully initialized)
- the test completes too fast and we don't get a chance to cleanup and shutdown the browser cleanly (this could be a factor of time or a test that runs after this testcase in a normal run)
- the test has internal state and when run multiple times it fails- this could also be that the test does something to the browser state and cannot run again
- some other reason I am not aware of!!
Comment 19•7 years ago
|
||
Emilio, what would you like to do here? Or should I ping someone else?
Comment 20•7 years ago
|
||
Updated•7 years ago
|
Comment 22•7 years ago
|
||
Comment 23•7 years ago
|
||
| bugherder | ||
Updated•3 years ago
|
| Comment hidden (Intermittent Failures Robot) |
Comment 25•1 year ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Updated•1 year ago
|
| Comment hidden (Intermittent Failures Robot) |
Description
•