-
Notifications
You must be signed in to change notification settings - Fork 86
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
testThreadTaskWaitWhenNotStarted failure #110
Comments
thiell
added a commit
to thiell/clustershell
that referenced
this issue
Jun 26, 2022
thiell
added a commit
that referenced
this issue
Jun 27, 2022
Reopening this as I've now noticed this backtrace:
Weirdly, it is not a fatal error for the test. I believe this is due to the next test added, which state is not properly cleared. I will investigate! |
thiell
added a commit
to thiell/clustershell
that referenced
this issue
Jul 4, 2022
Add a check using existing _terminated attribute to avoid terminating a Task multiple times, which could cause issues. Closes cea-hpc#110
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Investigate and fix the following test. It's working but Python interpreter is hanging at the end (thread not joined?).
The text was updated successfully, but these errors were encountered: