-
Notifications
You must be signed in to change notification settings - Fork 304
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
CI is Flakey #677
Comments
Flakey-ness seems to be happening other places as well, e.g. https://github.com/jupyter-server/jupyter_server/runs/5038246226?check_suite_focus=true. It definitely happens in the "Test Full Install" workflow more often than others, but it doesn't appear to be isolated there. |
For the builds that are timing out, we can use |
After #689, we're seeing failures like the following:
It is also failing:
|
In today's dev meeting, we thought this might have something to do with changes in jupyter/jupyter_client#732. It could also be related to ipython/ipykernel#853 |
We hit this right now on #165. I consider this issue is not relevant that PR. Would be great to fix this though. |
Since one of the flaky tests I saw related to a hanging Context.term, that always means a zmq socket was not properly closed, so changes to kernel management are very likely to be relevant. |
These tests are no longer flaky, due to some cleanup work here and in Jupyter Client. |
Description
The "Test Full Install" jobs frequently time out, seemingly because of an interaction between virtual envs, asyncio and pytest during teardown. We could try making the full install test a separate job that uses an sdist produced by a previous job to better approximate the standard tests.
The text was updated successfully, but these errors were encountered: