Closed
Bug 1008824
Opened 11 years ago
Closed 11 years ago
Fix intermittent failure of test_inter_app_comm.py
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: askeing, Assigned: askeing)
References
Details
Attachments
(1 file)
Traceback (most recent call last):
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette_test.py", line 163, in run
testMethod()
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/gaiatest/tests/functional/system/test_inter_app_comm.py", line 38, in test_inter_app_comm
""" % (self._testing_message))
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette.py", line 1129, in execute_script
filename=os.path.basename(frame[0]))
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/decorators.py", line 35, in _
return func(*args, **kwargs)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette.py", line 624, in _send_message
self._handle_error(response)
File "/var/lib/jenkins/jobs/B2G.master.pvt.hamachi.gaiatest.non-smoketest/workspace/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client-0.7.7-py2.7.egg/marionette/marionette.py", line 669, in _handle_error
raise JavascriptException(message=message, status=status, stacktrace=stacktrace)
JavascriptException: JavascriptException: TypeError: msgToSend is null
stacktrace:
execute_script @test_inter_app_comm.py, line 38
inline javascript, line 1136
src: " msgToSend.value = "this is a test";"
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → fyen
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8420805 -
Flags: review?(zcampbell)
Attachment #8420805 -
Flags: review?(florin.strugariu)
Updated•11 years ago
|
Attachment #8420805 -
Flags: review?(zcampbell) → review?(gene.lian)
Updated•11 years ago
|
Attachment #8420805 -
Flags: review?(florin.strugariu) → review+
Comment 2•11 years ago
|
||
Comment on attachment 8420805 [details] [review]
PR 19138
Weird. Why my original codes passed in local?
Attachment #8420805 -
Flags: review?(gene.lian) → review+
Comment 3•11 years ago
|
||
Btw, thanks Askeing for fixing this. :)
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•