Closed Bug 820668 Opened 12 years ago Closed 12 years ago

Cannot run gaia tests in downloaded emulator

Categories

(Remote Protocol :: Marionette, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 819809

People

(Reporter: bsilverberg, Unassigned)

Details

I downloaded the build for Dec 11 and tried running some gaia tests against it and none of them will run. The tests all timeout without ever having interacted with the emulator. The tests run fine on the emulator that I built myself from yesterday's build.

The test run shows:

(gaia-ui-tests)bsilverberg@ubuntu:~/gaia-ui-tests$ python gaiatest/runtests.py gaiatest/tests/test_calendar.py --address localhost:2828
starting httpd
running webserver on http://172.16.244.129:53130/
TEST-START test_calendar.py
test_check_today_date (test_calendar.TestCalendar) ... ERROR

======================================================================
ERROR: test_check_today_date (test_calendar.TestCalendar)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/bsilverberg/gaia-ui-tests/gaiatest/tests/test_calendar.py", line 22, in setUp
    GaiaTestCase.setUp(self)
  File "/home/bsilverberg/gaia-ui-tests/gaiatest/gaia_test.py", line 198, in setUp
    self.cleanUp()
  File "/home/bsilverberg/gaia-ui-tests/gaiatest/gaia_test.py", line 202, in cleanUp
    self.apps.kill_all()
  File "/home/bsilverberg/gaia-ui-tests/gaiatest/gaia_test.py", line 74, in kill_all
    self.marionette.switch_to_frame()
  File "/home/bsilverberg/.virtualenvs/gaia-ui-tests/local/lib/python2.7/site-packages/marionette/marionette.py", line 367, in switch_to_frame
    response = self._send_message('switchToFrame', 'ok', value=frame)
  File "/home/bsilverberg/.virtualenvs/gaia-ui-tests/local/lib/python2.7/site-packages/marionette/marionette.py", line 201, in _send_message
    raise TimeoutException(message='socket.timeout', status=ErrorCodes.TIMEOUT, stacktrace=None)
TEST-UNEXPECTED-FAIL | test_calendar.py TestCalendar.test_check_today_date | TimeoutException: socket.timeout
----------------------------------------------------------------------
Ran 1 test in 181.070s

FAILED (errors=1)

SUMMARY
-------
passed: 0
failed: 1
todo: 0
So this isn't a marionette bug? Let's send that over there first to see what the marionette guys think.
Component: General → Marionette
Product: Boot2Gecko → Testing
I believe this is a dupe of bug 819809.  It should hopefully be fixed in Dec 12's nightly.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.