-
Notifications
You must be signed in to change notification settings - Fork 530
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
Fix #4066: shut down executors when IORuntime.global
shuts down
#4067
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I forgot that we completely suppressed the shutdown. So we kinda did this to ourselves. Nice catch!
"shut down WSTP on fatal error without IOApp" in { | ||
val h = platform(FatalErrorShutsDownRt, List.empty) | ||
h.awaitStatus() | ||
h.stdout() must not(contain("sadness")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That wasn't me, I've copied it from another test 😄
IORuntime.global
shuts down
Fixes #4066. Related to #4055.