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

Join on stopped thread at end of LocalProvider+ssh test #3505

Merged
merged 2 commits into from
Jul 3, 2024

Conversation

benclifford
Copy link
Collaborator

This stops that thread being left still running over the end of the test - which is needed in work in PR #3397 to ensure that no threads are left running at the end of a test.

If that shutdown hangs, this test will now hang rather than leave the thread behind.

Along with PR #3504, this eliminates any threads left behind after parsl/tests/test_providers/test_local_provider.py

Type of change

  • Code maintenance/cleanup

This stops that thread being left still running over the end of the
test - which is needed in work in PR #3397 to ensure that no threads
are left running at the end of a test.

If that shutdown hangs, this test will now hang rather than leave the
thread behind.

Along with PR #3504, this eliminates any threads left behind after
parsl/tests/test_providers/test_local_provider.py
Copy link
Collaborator

@khk-globus khk-globus left a comment

Choose a reason for hiding this comment

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

Good call.

@benclifford benclifford merged commit 2cc3ec5 into master Jul 3, 2024
7 checks passed
@benclifford benclifford deleted the benc-sshd-thread-stop branch July 3, 2024 08:39
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.

None yet

2 participants