Closed
Bug 1091158
Opened 10 years ago
Closed 10 years ago
Intermittent test_persona_app.py TestPersonaStandard.test_persona_standard_sign_in | Exception: Could not get Persona user from personatestuser.org: {u'message': u'Cannot get email'}
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Assigned: zcampbell)
References
Details
(Keywords: intermittent-failure)
10:55:44 INFO - TEST-START | test_persona_app.py TestPersonaStandard.test_persona_standard_sign_in
10:56:59 ERROR - TEST-UNEXPECTED-ERROR | test_persona_app.py TestPersonaStandard.test_persona_standard_sign_in | Exception: Could not get Persona user from personatestuser.org: {u'message': u'Cannot get email'}
10:56:59 INFO - Traceback (most recent call last):
10:56:59 INFO - File "/builds/slave/talos-slave/test/build/venv/lib/python2.7/site-packages/marionette/marionette_test.py", line 249, in run
10:56:59 INFO - self.setUp()
10:56:59 INFO - File "/builds/slave/talos-slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/persona/test_persona_app.py", line 26, in setUp
10:56:59 INFO - "verifier": TESTUSER_VERIFIER}
10:56:59 INFO - File "/builds/slave/talos-slave/test/gaia/tests/python/gaia-ui-tests/gaiatest/mocks/persona_test_user.py", line 60, in create_user
10:56:59 ERROR - raise Exception("Could not get Persona user from personatestuser.org: %s" % decode)
10:56:59 INFO - TEST-INFO took 74311ms
Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•10 years ago
|
QA Whiteboard: [fxosqa-auto-backlog+]
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 17•10 years ago
|
||
This test shouldn't be running on TBPL but that's scheduled to be resolved in bug https://bugzilla.mozilla.org/show_bug.cgi?id=1084288
Depends on: 1084288
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Comment 25•10 years ago
|
||
Holy crap this is frequent.
Assignee | ||
Comment 26•10 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #25)
> Holy crap this is frequent.
This test relies on an internal server - the server must be offline. This test is not supposed to run on TBPL but releng landed a buggy patch to the Gip script and it is running tests it's not supposed to.
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 35•10 years ago
|
||
I will investigate and see if we can disable this test
Assignee: nobody → florin.strugariu
QA Whiteboard: [fxosqa-auto-backlog+] → [fxosqa-auto-s5]
Comment 36•10 years ago
|
||
This test needs external = true?
http://mxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/tests/functional/persona/manifest.ini
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 38•10 years ago
|
||
(In reply to Zac C (:zac) from comment #26)
> (In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #25)
> > Holy crap this is frequent.
>
> This test relies on an internal server - the server must be offline. This
> test is not supposed to run on TBPL but releng landed a buggy patch to the
> Gip script and it is running tests it's not supposed to.
I have a patch pending for this in https://bugzilla.mozilla.org/show_bug.cgi?id=1084288 , hope to land later today or tomorrow.
Assignee: florin.strugariu → zcampbell
Assignee | ||
Comment 39•10 years ago
|
||
The patch has landed and now this test is being skipped (as it was always supposed to be).
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
•