-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
INTERNALERROR> IOError: cannot send (already closed?) #2223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Usually internal errors like this might happen because of a crash in one of the slaves... other than that it is hard to diagnose what is the problem. :/ |
how to learn more about such crash? |
Does it happen when you execute without Using catchsegv might also be useful. |
it happens only with xdist |
pytest-timeout seems to be incompatible with xdist and doesn't warn about that @hpk42 i believe the recent execmodel change of execnet is to blame (it manages the thread model and handling differently, however i yet have to test this theory) |
closing this one as issue with pytest-xdist and pytest_timeout - there is nothing pytest itself can do about it |
Hello,
I'm using pytest with timeout, xdist and coverage plugins.
I quite often gets internal errors like the one below.
Do you have any tips how to deal with that?
The text was updated successfully, but these errors were encountered: