Skip to content
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

Intermittent IOPub timeout problems on windows #110

Open
akhmerov opened this issue Sep 21, 2020 · 3 comments
Open

Intermittent IOPub timeout problems on windows #110

akhmerov opened this issue Sep 21, 2020 · 3 comments

Comments

@akhmerov
Copy link
Member

When running windows CI, I observe sporadic execution failures with a warning

WARNING | Timeout waiting for IOPub output.

Related reports: mwouts/jupytext#489 jupyter/jupyter-sphinx#157
There was a WIP PR against nbconvert that seemingly should fix this (jupyter/nbconvert#1183), but it was seemingly not finished nor taken over.

@SylvainCorlay
Copy link
Member

cc @maartenbreddels since you authored the original PR.

@MSeal
Copy link
Contributor

MSeal commented Sep 24, 2020

Are these test being run in parallel? jupyter/jupyter_client#487 is a known race condition with port acquisition. I haven't had to time to implement the proposed handshake changes to remedy that problem.

If the original reported issue is still occurring on Windows, the PR referenced is now quite out of date as those methods have been made async so the solution likely needs to be rewritten. I am unlikely be to able to work on taking that over / confirming it's still the source problem in the near future personally.

@akhmerov
Copy link
Member Author

No, the tests are run sequentially, at least in jupyter-sphinx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants