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

Improve robustness of subshell concurrency tests using Barrier #1288

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

ianthomas23
Copy link
Collaborator

Second attempt to improve robustness of subshell concurrency tests, building on #1285. Using a threading.Barrier at start of subshell code execution in tests that are sensitive to timing so that they are tolerant of, for example, a shell message that takes slightly longer to send/receive than normal.

I am hoping to fix ipython/ipython#14545 eventually.

Copy link
Member

@Carreau Carreau left a comment

Choose a reason for hiding this comment

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

+1, should we merge as is ?

@ianthomas23
Copy link
Collaborator Author

+1, should we merge as is ?

Yes please, and I can iterate further if necessary.

@Carreau Carreau merged commit c353ddf into ipython:main Nov 5, 2024
28 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recent downstream tests for ipykernel fails
2 participants