Closed
Bug 1162391
Opened 10 years ago
Closed 10 years ago
test_persona.login.py failed
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: shinglyu, Unassigned)
References
()
Details
*** Description
test_persona.login.py failed
*** Steps to Reproduce
Run test_persona.login.py
*** Expected Results
The test passes
*** Actual Results
The test failed with the following error message:
TEST-START | test_persona_app.py TestPersonaStandard.test_persona_standard_sign_in
TEST-UNEXPECTED-ERROR | test_persona_app.py TestPersonaStandard.test_persona_standard_sign_in | TimeoutException: Traceback (most recent call last):
File "/home/slyu/.virtualenvs/gaiauitest/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 122, in until
rv = condition(self.marionette)
File "/home/slyu/workspace/gaia/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 31, in <lambda>
lambda m: m.find_element(by, locator))
File "/home/slyu/.virtualenvs/gaiauitest/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 1354, in find_element
response = self._send_message('findElement', 'value', **kwargs)
File "/home/slyu/.virtualenvs/gaiauitest/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/decorators.py", line 36, in _
return func(*args, **kwargs)
File "/home/slyu/.virtualenvs/gaiauitest/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 634, in _send_message
self._handle_error(response)
File "/home/slyu/.virtualenvs/gaiauitest/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette.py", line 673, in _handle_error
raise errors.NoSuchElementException(message=message, status=status, stacktrace=stacktrace)
TimeoutException: Timed out after 10.2 seconds, caused by <class 'marionette.errors.NoSuchElementException'>
Traceback (most recent call last):
File "/home/slyu/.virtualenvs/gaiauitest/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/marionette_test.py", line 268, in run
testMethod()
File "/home/slyu/workspace/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/persona/test_persona_app.py", line 34, in test_persona_standard_sign_in
moz_id.switch_to_frame()
File "/home/slyu/workspace/gaia/tests/python/gaia-ui-tests/gaiatest/apps/ui_tests/regions/persona.py", line 29, in switch_to_frame
self.wait_for_ready_event()
File "/home/slyu/workspace/gaia/tests/python/gaia-ui-tests/gaiatest/apps/ui_tests/regions/persona.py", line 48, in wait_for_ready_event
self.wait_for_element_present(*self._app_ready_event)
File "/home/slyu/workspace/gaia/tests/python/gaia-ui-tests/gaiatest/apps/base.py", line 31, in wait_for_element_present
lambda m: m.find_element(by, locator))
File "/home/slyu/.virtualenvs/gaiauitest/local/lib/python2.7/site-packages/marionette_client-0.8.6-py2.7.egg/marionette/wait.py", line 143, in until
cause=last_exc)
*** Other Notes
The Persona Login popup says "Sing in just crashed", can't see the login window content.
Persona server has some issue today, not sure if it's related
*** Reproduction Frequency
5/5
*** Build
Gaia-Rev c6a6996841860ab335bf46b273477dc4bef19c95
Gecko-Rev https://hg.mozilla.org/releases/mozilla-b2g37_v2_2/rev/c7fafa53b4e7
Build-ID 20150506162500
Version 37.0
Device-Name flame
FW-Release 4.4.2
FW-Incremental eng.cltbld.20150309.201258
FW-Date Mon Mar 9 20:13:09 EDT 2015
Bootloader L1TC000118D0
Comment 1•10 years ago
|
||
With http://status.persona.org/ we can see the status, according to that:
"
Our database server has started misbehaving, it's under investigation. This is affecting users with the email fallback, as well as users on the mozilla idp.
"
I guess that is currently the issue that is causing this test to fail.
Depends on: 1162286
Reporter | ||
Comment 4•10 years ago
|
||
It's passing right now: http://mozilla-twqa.github.io/Gaiatest-Reports/2015/05/20150524002504-v2.2-flame/non-smoketest.html
Flags: needinfo?(slyu)
Comment 5•10 years ago
|
||
Ok, then I assume this bug can be closed then. Please reopen if you don't agree.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•