Skip to content

Instantly share code, notes, and snippets.

@yurenju
Created October 22, 2012 08:00
Show Gist options
  • Select an option

  • Save yurenju/3930228 to your computer and use it in GitHub Desktop.

Select an option

Save yurenju/3930228 to your computer and use it in GitHub Desktop.
$ gaiatest --address=localhost:2828 test_gallery.py
starting httpd
running webserver on http://10.247.27.65:39211/
TEST-START test_gallery.py
test_gallery_view (test_gallery.TestGallery) ... ERROR
======================================================================
ERROR: test_gallery_view (test_gallery.TestGallery)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/yurenju/src/gaia-ui-tests/gaiatest/gaia_test.py", line 77, in setUp
MarionetteTestCase.setUp(self)
File "/home/yurenju/venv/local/lib/python2.7/site-packages/marionette_client-0.5-py2.7.egg/marionette/marionette_test.py", line 116, in setUp
CommonTestCase.setUp(self)
File "/home/yurenju/venv/local/lib/python2.7/site-packages/marionette_client-0.5-py2.7.egg/marionette/marionette_test.py", line 78, in setUp
self.marionette.start_session()
File "/home/yurenju/venv/local/lib/python2.7/site-packages/marionette_client-0.5-py2.7.egg/marionette/marionette.py", line 243, in start_session
self.session = self._send_message('newSession', 'value')
File "/home/yurenju/venv/local/lib/python2.7/site-packages/marionette_client-0.5-py2.7.egg/marionette/marionette.py", line 156, in _send_message
response = self.client.send(message)
File "/home/yurenju/venv/local/lib/python2.7/site-packages/marionette_client-0.5-py2.7.egg/marionette/client.py", line 79, in send
self.connect()
File "/home/yurenju/venv/local/lib/python2.7/site-packages/marionette_client-0.5-py2.7.egg/marionette/client.py", line 67, in connect
hello = self.receive()
File "/home/yurenju/venv/local/lib/python2.7/site-packages/marionette_client-0.5-py2.7.egg/marionette/client.py", line 52, in receive
raise MarionetteException("Could not successfully complete transport of message to Gecko, socket closed?")
TEST-UNEXPECTED-FAIL : MarionetteException: Could not successfully complete transport of message to Gecko, socket closed?
----------------------------------------------------------------------
Ran 1 test in 0.002s
FAILED (errors=1)
SUMMARY
-------
passed: 0
failed: 1
todo: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment