Skip to content

Instantly share code, notes, and snippets.

@davehunt
Created December 6, 2011 12:29
Show Gist options
  • Save davehunt/1438045 to your computer and use it in GitHub Desktop.
Save davehunt/1438045 to your computer and use it in GitHub Desktop.
+ py.test -n 10 -r fsxX --baseurl=http://mozillians-dev.allizom.org --api=rc '--environment=Firefox 7 on Mac OS X' --timeout=180000 --junitxml=results.xml --credentials=/Users/daveandpam/workspace/webqa-credentials/mozillians.yaml --junitxml=results.xml
============================= test session starts ==============================
platform darwin -- Python 2.6.1 -- pytest-2.1.3
gw0 I / gw1 I / gw2 I / gw3 I / gw4 I / gw5 I / gw6 I / gw7 I / gw8 I / gw9 I
gw0 [19] / gw1 [19] / gw2 [19] / gw3 [19] / gw4 [19] / gw5 [19] / gw6 [19] / gw7 [19] / gw8 [19] / gw9 [19]
scheduling tests via LoadScheduling
...........Xxxx..x.INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/Users/Shared/Jenkins/Home/jobs/mozillians.dev/workspace/.env/lib/python2.6/site-packages/_pytest/main.py", line 67, in wrap_session
INTERNALERROR> doit(config, session)
INTERNALERROR> File "/Users/Shared/Jenkins/Home/jobs/mozillians.dev/workspace/.env/lib/python2.6/site-packages/_pytest/main.py", line 96, in _main
INTERNALERROR> config.hook.pytest_runtestloop(session=session)
INTERNALERROR> File "/Users/Shared/Jenkins/Home/jobs/mozillians.dev/workspace/.env/lib/python2.6/site-packages/_pytest/core.py", line 411, in __call__
INTERNALERROR> return self._docall(methods, kwargs)
INTERNALERROR> File "/Users/Shared/Jenkins/Home/jobs/mozillians.dev/workspace/.env/lib/python2.6/site-packages/_pytest/core.py", line 422, in _docall
INTERNALERROR> res = mc.execute()
INTERNALERROR> File "/Users/Shared/Jenkins/Home/jobs/mozillians.dev/workspace/.env/lib/python2.6/site-packages/_pytest/core.py", line 340, in execute
INTERNALERROR> res = method(**kwargs)
INTERNALERROR> File "/Users/Shared/Jenkins/Home/jobs/mozillians.dev/workspace/.env/lib/python2.6/site-packages/xdist/dsession.py", line 204, in pytest_runtestloop
INTERNALERROR> self.loop_once()
INTERNALERROR> File "/Users/Shared/Jenkins/Home/jobs/mozillians.dev/workspace/.env/lib/python2.6/site-packages/xdist/dsession.py", line 224, in loop_once
INTERNALERROR> self.triggershutdown()
INTERNALERROR> File "/Users/Shared/Jenkins/Home/jobs/mozillians.dev/workspace/.env/lib/python2.6/site-packages/xdist/dsession.py", line 309, in triggershutdown
INTERNALERROR> node.shutdown()
INTERNALERROR> File "/Users/Shared/Jenkins/Home/jobs/mozillians.dev/workspace/.env/lib/python2.6/site-packages/xdist/slavemanage.py", line 241, in shutdown
INTERNALERROR> self.sendcommand("shutdown")
INTERNALERROR> File "/Users/Shared/Jenkins/Home/jobs/mozillians.dev/workspace/.env/lib/python2.6/site-packages/xdist/slavemanage.py", line 246, in sendcommand
INTERNALERROR> self.channel.send((name, kwargs))
INTERNALERROR> File "/Users/Shared/Jenkins/Home/jobs/mozillians.dev/workspace/.env/lib/python2.6/site-packages/execnet/gateway_base.py", line 382, in send
INTERNALERROR> raise IOError("cannot send to %r" %(self,))
INTERNALERROR> IOError: cannot send to <Channel id=1 closed>
INTERNALERROR>
============== 14 passed, 4 xfailed, 1 xpassed in 341.69 seconds ===============
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment