Closed
Bug 1040769
Opened 11 years ago
Closed 8 years ago
Intermittent test_bug570341.html | Expected (navigationStart|domLoading|domInteractive) to happen before (unloadEventStart|domInteractive|domComplete)
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla53
People
(Reporter: cbook, Assigned: gbrown)
References
()
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
1.19 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
Ubuntu VM 12.04 x64 mozilla-inbound pgo test mochitest-e10s-2 on 2014-07-18 06:05:21 PDT for push d2c2032ea5ab
slave: tst-linux64-spot-043
https://tbpl.mozilla.org/php/getParsedLog.php?id=44107030&tree=Mozilla-Inbound
517 INFO TEST-UNEXPECTED-FAIL | /tests/docshell/test/test_bug570341.html | Expected navigationStart to happen before unloadEventStart, got navigationStart = 1405688955403, unloadEventStart = 0
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 63•8 years ago
|
||
Bulk assigning P3 to all open intermittent bugs without a priority set in Firefox components per bug 1298978.
Priority: -- → P3
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
![]() |
Assignee | |
Comment 67•8 years ago
|
||
Android Debug only (currently), like bug 1059266 and bug 1069295 (likely dups).
Assignee: nobody → gbrown
Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Keywords: leave-open
Summary: Intermittent test_bug570341.html | Expected navigationStart to happen before unloadEventStart, got navigationStart = 1405688955403, unloadEventStart = 0 → Intermittent test_bug570341.html | Expected (navigationStart|domLoading|domInteractive) to happen before (unloadEventStart|domInteractive|domComplete)
Whiteboard: [test disabled on Android debug]
Comment 71•8 years ago
|
||
Pushed by philringnalda@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6592d8792c02
disable test_bug570341.html on Android debug for constant failures
Reporter | ||
Comment 72•8 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
![]() |
Assignee | |
Comment 76•8 years ago
|
||
One of the conditions that can end the test is:
Date.now() >= start + 5000;
which I read as, "if the test hasn't succeeded after 5 seconds, bail out so that a better error message is generated than 'timeout'". It is useful, but dangerous on slow platforms like Android Debug. Increasing this interval eliminates at least 90% of the failures.
Another condition is:
(seenLoad && Date.now() >= seenLoad + 200)
which I read as "we expect valid data shortly after load". That doesn't seem to cause frequent failures, but 200 ms seems too short for Android, so I've increased that also.
Those changes seem effective: https://treeherder.mozilla.org/#/jobs?repo=try&revision=9dca700425050bb69f8885fb5e31c305b9b73ec5
Attachment #8813299 -
Flags: review?(overholt)
Updated•8 years ago
|
Attachment #8813299 -
Flags: review?(overholt) → review?(ehsan)
Comment 77•8 years ago
|
||
Comment on attachment 8813299 [details] [diff] [review]
increase poll timeouts and enable test
Review of attachment 8813299 [details] [diff] [review]:
-----------------------------------------------------------------
::: docshell/test/test_bug570341.html
@@ +109,5 @@
> frames[0].location = 'bug570341_recordevents.html'
> var interval = setInterval(function () {
> var stopPolling = (win.performance && win.performance.loadEventEnd) ||
> + (seenLoad && Date.now() >= seenLoad + 3000) ||
> + Date.now() >= start + 30000;
Please add a comment here saying that these are arbitrary numbers picked to satisfy the test gods and should the said gods decide so we shall bring them more sacrificial milliseconds.
r=me with that. :-)
Attachment #8813299 -
Flags: review?(ehsan) → review+
Comment 78•8 years ago
|
||
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8ff60c9990cc
Enable test_bug570341.html; r=ehsan
![]() |
Assignee | |
Updated•8 years ago
|
Keywords: leave-open
Whiteboard: [test disabled on Android debug]
Comment 79•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•8 years ago
|
status-firefox51:
--- → wontfix
status-firefox52:
--- → affected
Comment 80•8 years ago
|
||
bugherder uplift |
Flags: in-testsuite+
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•