Closed
Bug 1203600
Opened 10 years ago
Closed 8 years ago
test_email_one_header_displayed.py: TimeoutException: TimeoutException: Timed out after 10.3 seconds
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: NicholasN, Unassigned)
Details
Attachments
(1 file)
53.36 KB,
image/png
|
Details |
Description:
This test has failed in Jenkins, but did not reproduce in 5 adhoc runs. When I ran the tests locally it was skipped each time for some reason. Testing this manually, I did not observe any issues.
Steps:
1. Update a flame device to 20150910030223
2. Open email and set up an IMAP gmail account.
Actual Result:
Test fails during email set up.
Expected Result:
Test proceeds past set up and completes.
Link to Jenkins run:
http://jenkins1.qa.scl3.mozilla.com/job/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1.bitbar/277/HTML_Report/
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_client-0.17-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.non-smoke.1.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/email/test_email_one_header_displayed.py", line 34, in test_only_one_header_displayed
self.environment.email['smtp'])
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/email/app.py", line 88, in setup_IMAP_email
setup.tap_next()
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1.bitbar/workspace/tests/python/gaia-ui-tests/gaiatest/apps/email/regions/setup.py", line 171, in tap_next
expected.element_present(*self._account_prefs_section_locator))
File "/var/lib/jenkins/jobs/flame-kk-319.mozilla-central.nightly.ui.functional.non-smoke.1.bitbar/workspace/.env/lib/python2.7/site-packages/marionette_driver-0.13-py2.7.egg/marionette_driver/wait.py", line 143, in until
cause=last_exc)
TimeoutException: TimeoutException: Timed out after 10.3 seconds
Comment 1•10 years ago
|
||
Thanks for filing.
This is the screenshot that comes with the HTML report when this failure occurs.
As you can see, there is a message that says:
"
An unknown error occurred. Check your network connection or try the manual configuration option.
"
Comment 2•10 years ago
|
||
Looking at:
http://mxr.mozilla.org/gaia/source/apps/email/js/cards/setup_l10n_map.js#12
It looks like this is some server issue, where the server returns some error, which then gets translated to us in an 'unknown' issue.
I don't think there is anything we can do regarding this failure.
Comment 3•8 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•