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

Rework wait_for_ready logic #578

Merged
merged 3 commits into from
Jan 11, 2021
Merged

Conversation

davidbrochart
Copy link
Collaborator

This implements the same logic as in jupyter_client.
Closes jupyter/jupyter_client#601

@@ -97,6 +97,7 @@ def run(self):
'pytest-cov',
'flaky',
'nose', # nose because there are still a few nose.tools imports hanging around
'jedi<=0.17.2'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs to be fixed in IPython, not here. Pinging @bollwyvl and @Carreau about it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eventually yes, but the tests were failing without that.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm aware of this, but I'm swamped and haven't had a chance to look at IPython since mid december, I know there are a bunch of issues and PRs I need o review/fix/merge.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidbrochart - can we add a comment to the effect here, so that we know later when we can remove the pin?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in #579

Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@blink1073 blink1073 merged commit 4cd912f into ipython:master Jan 11, 2021
@davidbrochart davidbrochart deleted the fix_inprocess branch January 11, 2021 16:19
@blink1073
Copy link
Contributor

@meeseeksdev please backport to 5.4.x

meeseeksmachine pushed a commit to meeseeksmachine/ipykernel that referenced this pull request Jan 11, 2021
blink1073 added a commit that referenced this pull request Jan 11, 2021
…on-5.4.x

Backport PR #578 on branch 5.4.x (Rework wait_for_ready logic)
@blink1073
Copy link
Contributor

@Carreau Carreau added this to the 5.4 milestone Jun 14, 2021
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

Successfully merging this pull request may close these issues.

ipykernel InProcessKernel regression (tests hang) from 6.1.6 -> 6.1.8
5 participants