Closed
Bug 1022132
Opened 10 years ago
Closed 9 years ago
[UI Tests] Intermittent Failure on Travis: TEST-UNEXPECTED-FAIL | test_a11y_unlock_to_homescreen.py test_a11y_unlock_to_homescreen.TestLockScreenAccessibility.test_a11y_unlock_to_homescreen | TimeoutException
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: julienw, Unassigned)
Details
(Keywords: intermittent-failure)
Attachments
(2 files)
TEST-START test_a11y_unlock_to_homescreen.py
test_a11y_unlock_to_homescreen (test_a11y_unlock_to_homescreen.TestLockScreenAccessibility) ... ERROR
======================================================================
ERROR: None
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/mozilla-b2g/gaia/travis_venv/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/tests/accessibility/lockscreen/test_a11y_unlock_to_homescreen.py", line 23, in test_a11y_unlock_to_homescreen
self.wait_for_condition(lambda m: self.accessibility.is_hidden(homescreen_container))
File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/gaia_test.py", line 864, in wait_for_condition
Wait(self.marionette, timeout).until(method, message=message)
File "/home/travis/build/mozilla-b2g/gaia/travis_venv/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
TimeoutException: : Timed out after 10.1 seconds
TEST-UNEXPECTED-FAIL | test_a11y_unlock_to_homescreen.py test_a11y_unlock_to_homescreen.TestLockScreenAccessibility.test_a11y_unlock_to_homescreen |
----------------------------------------------------------------------
Ran 1 test in 19.408s
FAILED (errors=1)
Reporter | ||
Comment 1•10 years ago
|
||
Reporter | ||
Comment 2•10 years ago
|
||
Reporter | ||
Comment 3•10 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(zcampbell)
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 10•10 years ago
|
||
I'll disable the test
Comment 11•10 years ago
|
||
Disabled:
https://github.com/mozilla-b2g/gaia/commit/508c85713fdf35eb2b3c8e8340e1d2ee306e6aec
Yzen, you need to repair and enable this test (or file the bug if the test has found a bug)
Flags: needinfo?(zcampbell) → needinfo?(yzenevich)
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 14•10 years ago
|
||
This may be a duplicate of bug 1007510. It is a race condition, where the homescreen sets visibility to true after the lockscreen was engaged.
Attached is a debug dump of the window management code.
Alive, could you make sense of this? I'll follow up with a full gaia ui test report..
Flags: needinfo?(alive)
Comment 15•10 years ago
|
||
test report
Comment 16•10 years ago
|
||
Eitan is looking into this, removing needinfo for now.
Flags: needinfo?(yzenevich)
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 18•10 years ago
|
||
(In reply to Eitan Isaacson [:eeejay] from comment #14)
> Created attachment 8438640 [details]
> wm-dump.txt
>
> This may be a duplicate of bug 1007510. It is a race condition, where the
> homescreen sets visibility to true after the lockscreen was engaged.
>
> Attached is a debug dump of the window management code.
>
> Alive, could you make sense of this? I'll follow up with a full gaia ui test
> report..
Ya, I saw this often. Again the question: do you manually trigger this issue?
What's your operation/STR?
Flags: needinfo?(alive)
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 20•10 years ago
|
||
oops I should have disabled this for TBPL too.
Comment 21•10 years ago
|
||
Comment 22•10 years ago
|
||
(In reply to Alive Kuo [:alive][NEEDINFO!] from comment #18)
> (In reply to Eitan Isaacson [:eeejay] from comment #14)
> > Created attachment 8438640 [details]
> > wm-dump.txt
> >
> > This may be a duplicate of bug 1007510. It is a race condition, where the
> > homescreen sets visibility to true after the lockscreen was engaged.
> >
> > Attached is a debug dump of the window management code.
> >
> > Alive, could you make sense of this? I'll follow up with a full gaia ui test
> > report..
>
> Ya, I saw this often. Again the question: do you manually trigger this issue?
> What's your operation/STR?
I can reproduce this fairly reliably on my machine by running the test in xvfb.
Comment 23•10 years ago
|
||
I still can see this failure on Travis with v2.0,
could we disable it on v2.0, i.e. uplift this to Gaia v2.0?
(In reply to Zac C (:zac) from comment #11)
> Disabled:
> https://github.com/mozilla-b2g/gaia/commit/
> 508c85713fdf35eb2b3c8e8340e1d2ee306e6aec
>
> Yzen, you need to repair and enable this test (or file the bug if the test
> has found a bug)
Flags: needinfo?(zcampbell)
Comment 24•10 years ago
|
||
Example of this test failure on Travis with v2.0,
https://travis-ci.org/mozilla-b2g/gaia/jobs/28375761
Comment 25•10 years ago
|
||
(In reply to Rudy Lu [:rudyl] from comment #23)
> I still can see this failure on Travis with v2.0,
> could we disable it on v2.0, i.e. uplift this to Gaia v2.0?
>
> (In reply to Zac C (:zac) from comment #11)
> > Disabled:
> > https://github.com/mozilla-b2g/gaia/commit/
> > 508c85713fdf35eb2b3c8e8340e1d2ee306e6aec
> >
> > Yzen, you need to repair and enable this test (or file the bug if the test
> > has found a bug)
Done:
https://github.com/mozilla-b2g/gaia/commit/430deb05d91b587fae67abe6e734a9cb60a42ce3
Flags: needinfo?(zcampbell)
Comment 26•10 years ago
|
||
Zac, thanks.
Comment 27•10 years ago
|
||
I will close this issue as it's on TravisCI and we don't use it any more
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 28•10 years ago
|
||
Florin, can you check whether it's disabled in TBPL? I think it is and that's why we don't see the issue currently...
If the test is still disabled I think we should reopen the bug to fix it properly.
Flags: needinfo?(florin.strugariu)
Comment 29•10 years ago
|
||
Julien you are right this test is disabled in TBPL. I'm reopening the bug.
Status: RESOLVED → REOPENED
Flags: needinfo?(florin.strugariu)
Resolution: WONTFIX → ---
Updated•10 years ago
|
QA Whiteboard: [fxosqa-auto-backlog-]
Comment 30•9 years ago
|
||
Inactive; closing (see bug 1180138).
Status: REOPENED → RESOLVED
Closed: 10 years ago → 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•