[py-dev] [hpk42/pytest] Sporadic exceptions on xdist run (issue #216)

Anonymous issues-reply at bitbucket.org
Wed Oct 31 19:25:57 CET 2012


--- you can reply above this line ---

New issue 216: Sporadic exceptions on xdist run
https://bitbucket.org/hpk42/pytest/issue/216/sporadic-exceptions-on-xdist-run

Anonymous:

When running with the xdist plugin and on multiple processors, I get every 2-3 runs an exception.
My system is a Debian Linux testing with the following versions:

This is py.test version 2.2.4, imported from /usr/lib/python2.7/dist-packages/pytest.pyc
setuptools registered plugins:
  pytest-xdist-1.8 at /usr/lib/python2.7/dist-packages/xdist/plugin.pyc

```
#!python

INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/_pytest/main.py", line 74, in wrap_session
INTERNALERROR>     doit(config, session)
INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/_pytest/main.py", line 106, in _main
INTERNALERROR>     config.hook.pytest_runtestloop(session=session)
INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/_pytest/core.py", line 421, in __call__
INTERNALERROR>     return self._docall(methods, kwargs)
INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/_pytest/core.py", line 432, in _docall
INTERNALERROR>     res = mc.execute()
INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/_pytest/core.py", line 350, in execute
INTERNALERROR>     res = method(**kwargs)
INTERNALERROR>   File "", line 47, in pytest_runtestloop
INTERNALERROR>   File "/usr/lib/python2.7/dist-packages/execnet/gateway_base.py", line 413, in receive
INTERNALERROR>     raise self._getremoteerror() or EOFError()
INTERNALERROR> EOFError

```

I don't really know what the cause is or what's the best method to debug this. So feel free to ask me for more info. My email is calvin AT sourceforge.net.


--

This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.



More information about the Pytest-dev mailing list