Closed Bug 1187015 Opened 9 years ago Closed 9 years ago

test_browser and test_cost_control: "TimeoutException: Timed out after 10.1 seconds"

Categories

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

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: onelson, Assigned: martijn.martijn)

References

Details

Description:
A few browser related cases are reaching an error and breaking after attempting to access a website via the search bar. After typing the link to completion, the test will timeout.
Affected tests:
Smoke:
http://jenkins1.qa.scl3.mozilla.com/view/UI/job/flame-kk-319.mozilla-central.nightly.ui.functional.smoke.bitbar/305/HTML_Report/
* test_browser_cell_data
* test_browser_lan
* test_browser_play_video
* test_cost_control_data_alert_mobile

Non-Smoke.1:
http://jenkins1.qa.scl3.mozilla.com/view/UI/job/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1.bitbar/182/HTML_Report/
* test_browser_share_link
* test_browser_save_image
* test_rocketbar_search

Non-Smoke.2:
http://jenkins1.qa.scl3.mozilla.com/view/UI/job/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.2.bitbar/181/HTML_Report/
* test_cost_control_reset_wifi
* test_browser_navigation
* test_browser_clear_browsing_history
* test_rocketbar_offline_behavior

Jenkins with affected tests:
* http://jenkins1.qa.scl3.mozilla.com/view/UI/job/flame-kk.ui.adhoc.bitbar/145/HTML_Report/

Repro Steps:
1) Update phone to 20150723010205
2) Open Browser
3) Tap Search bar
4) Type url into search ar
5) Search

Actual:
Phone doesn't search; times out after keyboard dismisses

Expected: 
Phone searches; test continues


Traceback (most recent call last):
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.smoke.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.mozilla-central.nightly.ui.functional.smoke.bitbar/workspace@2/tests/python/gaia-ui-tests/gaiatest/tests/functional/browser/test_browser_cell_data.py", line 28, in test_browser_cell_data
browser = search.go_to_url('http://mozqa.com/data/firefox/layout/mozilla.html')
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.smoke.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.mozilla-central.nightly.ui.functional.smoke.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.mozilla-central.nightly.ui.functional.smoke.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.2 seconds


Environmental Variables:
Device firmware (base) 	L1TC000118D0
Device firmware (date) 	23 Jul 2015 08:24:55
Device firmware (incremental) 	eng.cltbld.20150723.042443
Device firmware (release) 	4.4.2
Device identifier 	flame
Device memory 	219772 kB
Device serial 	356cd044
Device uptime 	0 days 0 hours 2 minutes 8 seconds
Gaia date 	22 Jul 2015 18:44:09
Gaia revision 	f04fdbfa1943
Gecko build 	20150723010205
Gecko revision 	2ddec2dedced
Gecko version 	42.0a1

Reproducible manually: No

Repro frequency: 5/5
I just tested test_browser_lan, this will be fixed by bug 1186893.
Assignee: nobody → martijn.martijn
Depends on: 1186893
I tested test_cost_control_reset_wifi and test_browser_lan with the fix from bug 1186893, and they are passing. So I'm pretty sure the rest will be fixed too. So marking fixed.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.