Intermittent accessible/tests/mochitest/events/docload/test_docload_root.html | Test timed out.
Categories
(Core :: Disability Access APIs, defect, P5)
Tracking
()
People
(Reporter: intermittent-bug-filer, Assigned: Jamie)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 41•5 years ago
|
||
This failure is observed with high intermittence on ubuntu1804.
It seems to only be intermittent on the linux1804-64/opt
variant.
:Jamie - could you please pass the ni to someone that may able to take a look, or alternatively would it be acceptable to disable this test for linux64
&& not debug
?
To run this test using ubuntu1804 image, use mach try fuzzy --ubuntu-bionic
and select test-linux64 jobs as normal.
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 44•5 years ago
|
||
When this fails, it seems that focus doesn't return to the previous browser window when a dialog gets closed. While this ideally should work for a good user experience, because we're dealing with OS windows, it is somewhat dependent on OS factors outside of our control; e.g. the OS might focus some other window, especially if some other window opened at some point during our test run. I'm going to try to reproduce this locally to see what's happening, but failing that, I think we'll just need to disable this on affected builds for now. :(
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 46•5 years ago
|
||
Comment 47•5 years ago
|
||
(In reply to James Teh [:Jamie] from comment #44)
When this fails, it seems that focus doesn't return to the previous browser window when a dialog gets closed. While this ideally should work for a good user experience, because we're dealing with OS windows, it is somewhat dependent on OS factors outside of our control; e.g. the OS might focus some other window, especially if some other window opened at some point during our test run. I'm going to try to reproduce this locally to see what's happening, but failing that, I think we'll just need to disable this on affected builds for now. :(
Thanks for the context of this failure. As far as I know, I have disabled anything that may take the focus away from the test (eg. update dialogs) but it is possible I missed something.
If window focusing is something managed by the window manager or desktop environment, then the change to GNOME may also have had an effect. I've run into an inconsequential number of failures caused by the difference in window manager between ubuntu1804 and ubuntu1604.
Assignee | ||
Comment 48•5 years ago
|
||
Previously, when opening the dialog, we only waited for a reorder event.
This could mean we programmatically closed the dialog before it was ever focused.
That in turn would mean that focus would never be fired on the previous window when the dialog was closed, causing the close dialog test to time out.
Updated•5 years ago
|
Assignee | ||
Comment 49•5 years ago
|
||
(In reply to Edwin Takahashi (:egao, :etakahashi) from comment #47)
Thanks for the context of this failure. As far as I know, I have disabled anything that may take the focus away from the test (eg. update dialogs) but it is possible I missed something.
I was able to reproduce this locally. Digging further, I think there's a subtle timing change here which is exposing a problem in the test. My patch seems to fix the problem locally and I'm now testing on try.
Assignee | ||
Comment 50•5 years ago
|
||
I ran the a11y tests four times on try with this patch and they all succeeded, so I think we're good with this patch.
Comment hidden (Intermittent Failures Robot) |
Comment 52•5 years ago
|
||
Comment 53•5 years ago
|
||
Thanks :jamie :)
Comment 54•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 55•5 years ago
|
||
bugherder uplift |
Comment 56•5 years ago
|
||
bugherder uplift |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Description
•