Closed Bug 1677606 Opened 5 years ago Closed 4 years ago

Fission Intermittent browser/components/search/test/browser/browser_searchbar_focus_timing.js | Test timed out -

Categories

(Firefox :: Search, defect, P2)

defect

Tracking

()

RESOLVED FIXED
91 Branch
Fission Milestone M8
Tracking Status
firefox-esr78 --- disabled
firefox89 --- disabled
firefox90 --- disabled
firefox91 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: daisuke)

References

(Regression)

Details

(Keywords: intermittent-failure, regression, Whiteboard: [stockwell disable-recommended])

Attachments

(3 files, 1 obsolete file)

Filed by: ncsoregi [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=321927529&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/YUE5cyQESO2zoqOB7SVQ7w/runs/0/artifacts/public/logs/live_backing.log


[task 2020-11-16T18:11:17.228Z] 18:11:17     INFO - TEST-PASS | browser/components/search/test/browser/browser_searchbar_focus_timing.js | The search bar has focus - 
[task 2020-11-16T18:11:17.228Z] 18:11:17     INFO - Keydown a char and Enter
[task 2020-11-16T18:11:17.228Z] 18:11:17     INFO - Wait for beforeUnload event in the content
[task 2020-11-16T18:11:17.229Z] 18:11:17     INFO - Buffered messages finished
[task 2020-11-16T18:11:17.229Z] 18:11:17     INFO - TEST-UNEXPECTED-FAIL | browser/components/search/test/browser/browser_searchbar_focus_timing.js | Test timed out - 
[task 2020-11-16T18:11:17.230Z] 18:11:17     INFO - GECKO(12140) | MEMORY STAT | vsize 3430MB | residentFast 325MB | heapAllocated 96MB
[task 2020-11-16T18:11:17.230Z] 18:11:17     INFO - TEST-OK | browser/components/search/test/browser/browser_searchbar_focus_timing.js | took 45040ms```

Looks like this intermittent test failure is Fission-only, but rare enough that it doesn't need to block shipping Fission MVP.

Fission Milestone: --- → Future
Summary: Intermittent browser/components/search/test/browser/browser_searchbar_focus_timing.js | Test timed out - → Fission Intermittent browser/components/search/test/browser/browser_searchbar_focus_timing.js | Test timed out -

This test's failure rate increased from 3–6 failures per week to 20+ this week after we started running Fission browser-chrome tests on linux1804-64-asan. The ASan builds are slower, so these are probably just slow tests hitting timeouts.

Fission Milestone: Future → M8

Dale, this searchbar test is failing a lot (over 20 failures per day!) since we enabled the browser-chrome tests for Fission on Linux ASan. The ASan builds are slower, so these are probably just slow tests hitting timeouts.

Can someone on the Search team investigate these Fission test timeouts? Or can we just skip this test for fission && (os == "linux") && asan and not block Fission on fixing these test timeouts?

https://treeherder.mozilla.org/logviewer?job_id=342258766&repo=autoland&lineNumber=4873

[task 2021-06-11T15:47:14.497Z] 15:47:14     INFO - TEST-UNEXPECTED-FAIL | browser/components/search/test/browser/browser_searchbar_focus_timing.js | Test timed out - 

[task 2021-06-11T15:47:14.500Z] 15:47:14     INFO - TEST-UNEXPECTED-FAIL | browser/components/search/test/browser/browser_searchbar_focus_timing.js | Found a tab after previous test timed out: https://example.com/?q=x - 

[task 2021-06-09T12:27:35.611Z] 12:27:35     INFO - TEST-UNEXPECTED-FAIL | browser/components/search/test/browser/browser_searchbar_focus_timing.js | Uncaught exception received from previously timed out test - AbortError: Actor 'SpecialPowers' destroyed before query 'Spawn' was resolved

[task 2021-06-09T12:32:57.683Z] 12:32:57     INFO - TEST-UNEXPECTED-FAIL | toolkit/components/httpsonlyerror/tests/browser/browser_errorpage.js | Test timed out - 

[task 2021-06-09T12:32:57.685Z] 12:32:57     INFO - TEST-UNEXPECTED-FAIL | toolkit/components/httpsonlyerror/tests/browser/browser_errorpage.js | Found a tab after previous test timed out: https://example.com/ - 
Flags: needinfo?(dharvey)
Regressed by: 1694824
Has Regression Range: --- → yes

Daisuke, would you have time to take a look at this? I think you wrote it originally, so I'm hoping you have a better idea of what might be happening. Let us know if you need help.

Flags: needinfo?(dharvey) → needinfo?(daisuke)

Hi Mark, thank you very much for pinging me.
I will take a look at this.

Flags: needinfo?(daisuke)
Assignee: nobody → smolnar
Status: NEW → ASSIGNED
Assignee: smolnar → nobody
Status: ASSIGNED → NEW

There have been 89 failures in the last 7 days: https://treeherder.mozilla.org/intermittent-failures/bugdetails?startday=2021-06-12&endday=2021-06-19&tree=trunk&bug=1677606

Happens on linux1804-64, linux1804-64-asan and linux1804-64-shippable opt build types.

Recent failure log: https://treeherder.mozilla.org/logviewer?job_id=343261644&repo=mozilla-central&lineNumber=5418

Whiteboard: [stockwell disable-recommended] → [stockwell needswork:owner]
Assignee: nobody → smolnar
Status: NEW → ASSIGNED

(In reply to Daisuke Akatsuka (:daisuke) from comment #36)

Hi Mark, thank you very much for pinging me.
I will take a look at this.

Reassigning this bug to Daisuke because he said he would investigate.

(Phabricator auto-assigned this bug to Sandor because he landed the patch to temporarily disable the test.)

Assignee: smolnar → daisuke
Priority: P5 → P2

Thank you for reassigning to me.
Yes, I am investigating this issue.

Pushed by dakatsuka.birchill@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/952d797ad46c Wait for pagehide event instead of beforeunload. r=Standard8
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
Status: RESOLVED → REOPENED
Flags: needinfo?(daisuke)
Resolution: FIXED → ---
Target Milestone: 91 Branch → ---
Flags: needinfo?(daisuke)
Regressions: 1718313
Status: REOPENED → RESOLVED
Closed: 4 years ago4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
Attachment #9229671 - Attachment description: Bug 1677606: Do test on a new window. → Bug 1677606: Run browser_searchbar_focus_timing.js to avoid potential conflicts with other tests.
Pushed by dakatsuka.birchill@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/eff5378222a2 Run browser_searchbar_focus_timing.js to avoid potential conflicts with other tests. r=Standard8
Attachment #9227886 - Attachment is obsolete: true
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: