Closed
Bug 1215191
Opened 10 years ago
Closed 10 years ago
Almost all browser related tests failing in this Jenkins run
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: MaxIvanov, Assigned: martijn.martijn)
References
Details
Attachments
(1 file)
Almost all browser test were failed in this run with similar error:
This could be happened because of adding a new "Tracking protection" window when a user launches the browser app first time.
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk-319.mozilla-central.nightly.ui.functional.smoke.bitbar/471/HTML_Report/
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1.bitbar/352/HTML_Report/
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.2/481/HTML_Report/
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.smoke.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_client-1.0.0-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/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/tests/python/gaia-ui-tests/gaiatest/apps/search/app.py", line 32, 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/tests/python/gaia-ui-tests/gaiatest/apps/homescreen/regions/search_panel.py", line 51, in go_to_url
self.keyboard.send(url)
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.smoke.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/keyboard/app.py", line 244, in send
self._tap(val)
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.smoke.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/keyboard/app.py", line 180, in _tap
Actions(self.marionette).press(key).release().perform()
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.smoke.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-1.0.0-py2.7.egg/marionette_driver/marionette.py", line 448, in perform
self.current_id = self.marionette._send_message("actionChain", body, key="value")
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.smoke.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-1.0.0-py2.7.egg/marionette_driver/decorators.py", line 36, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.smoke.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-1.0.0-py2.7.egg/marionette_driver/marionette.py", line 686, in _send_message
resp = self.client.send(packet)
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.smoke.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_transport-0.7.1-py2.7.egg/marionette_transport/transport.py", line 109, in send
return self.receive()
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.smoke.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_transport-0.7.1-py2.7.egg/marionette_transport/transport.py", line 68, in receive
raise socket.timeout('connection timed out after %d s' % self.socket_timeout)
timeout: connection timed out after 360 s
| Assignee | ||
Comment 1•10 years ago
|
||
Yes, these started failing because of bug 1205042.
Assignee: nobody → martijn.martijn
Blocks: 1205042
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8674365 [details] [review]
[gaia] mwargers:1215191 > mozilla-b2g:master
This should fix most of the failures.
Probably you'll still get some failures because of the removal of the private window button in bug 1211748, but we'll deal with that in a different bug.
I guess we should write a follow-up bug about having a Gaia UI test that tests this first-run dialog.
Attachment #8674365 -
Flags: review?(npark)
Attachment #8674365 -
Flags: review?(jlorenzo)
Comment 4•10 years ago
|
||
Comment on attachment 8674365 [details] [review]
[gaia] mwargers:1215191 > mozilla-b2g:master
Seems straightforward.
Attachment #8674365 -
Flags: review?(npark) → review+
Updated•10 years ago
|
Attachment #8674365 -
Flags: review?(jlorenzo) → review+
| Assignee | ||
Comment 5•10 years ago
|
||
Merged: https://github.com/mozilla-b2g/gaia/commit/74a138fd7a0661724da6a33dbfba90141bdecf6a
I created bug 1215469 for creating a Gaia UI test for the first-run dialog and bug 1215467 for the test_browser_private_navigation.py failure.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•