Closed Bug 1184952 Opened 9 years ago Closed 9 years ago

Failure in test_browser_lan.py in search_panel.go_to_url

Categories

(Firefox OS Graveyard :: Gaia::UI Tests, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1186893

People

(Reporter: martijn.martijn, Assigned: martijn.martijn)

References

()

Details

This is only happenin in b2g-inbound right now, but I'm sure this will trickle down to mozilla-central soon:

http://jenkins1.qa.scl3.mozilla.com/view/Bitbar/job/flame-kk-319.b2g-inbound.tinderbox.ui.functional.sanity.bitbar/2371/testReport/%28root%29/test_browser_lan_py%20TestBrowserLAN_test_browser_lan/test_browser_lan_py_TestBrowserLAN_test_browser_lan/
Traceback (most recent call last):
  File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.functional.sanity.bitbar/workspace@2/.env/lib/python2.7/site-packages/marionette_client-0.16-py2.7.egg/marionette/marionette_test.py", line 296, in run
    testMethod()
  File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.functional.sanity.bitbar/workspace@2/tests/python/gaia-ui-tests/gaiatest/tests/functional/browser/test_browser_lan.py", line 25, in test_browser_lan
    browser = search.go_to_url(self.test_url)
  File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.functional.sanity.bitbar/workspace@2/tests/python/gaia-ui-tests/gaiatest/apps/search/app.py", line 27, in go_to_url
    return search_panel.go_to_url(url)
  File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.functional.sanity.bitbar/workspace@2/tests/python/gaia-ui-tests/gaiatest/apps/homescreen/regions/search_panel.py", line 55, in go_to_url
    Wait(self.marionette).until(lambda m: not self.keyboard.is_keyboard_displayed)
  File "/var/lib/jenkins/jobs/flame-kk-319.b2g-inbound.tinderbox.ui.functional.sanity.bitbar/workspace@2/.env/lib/python2.7/site-packages/marionette_driver-0.9-py2.7.egg/marionette_driver/wait.py", line 143, in until
    cause=last_exc)

TimeoutException: TimeoutException: Timed out after 10.1 seconds

http://mxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/apps/homescreen/regions/search_panel.py#55
53         #TODO Remove hack once Bug 1062309 is fixed
54         self.marionette.switch_to_frame()
55         Wait(self.marionette).until(lambda m: not self.keyboard.is_keyboard_displayed)

This is interesting, it might be that this hack is not necessary anymore.
It might be good to find out what caused (perhaps) this to work now.
Passing one is from pvt/mozilla.org/b2gotoro/tinderbox-builds/b2g-inbound-flame-kk-eng/20150717014401
Failing one is from pvt/mozilla.org/b2gotoro/tinderbox-builds/b2g-inbound-flame-kk-eng/20150717031101
Again, I have no idea on how to get to see the check-ins between those builds (either on gecko or gaia).
I looked at https://treeherder.mozilla.org/#/jobs?repo=b2g-inbound , but I don't really know if the dates/times are related. Are they all in PDT?
Perhaps this changed with bug 1179040?
Hrm, I think this will be fixed by the pull request in bug 1186893.
Depends on: 1186893
Fixed by bug 1186893.
Status: NEW → RESOLVED
Closed: 9 years ago
No longer depends on: 1186893
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.