remove unnecessary 1 second sleep from user_sup terminate#10776
remove unnecessary 1 second sleep from user_sup terminate#10776tsloughter wants to merge 1 commit intoerlang:masterfrom
Conversation
CT Test Results 2 files 74 suites 1h 5m 20s ⏱️ For more details on these failures, see this check. Results for commit 62eecb8. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts
// Erlang/OTP Github Action Bot |
|
Very happy to see this change! 🎉 |
garazdawi
left a comment
There was a problem hiding this comment.
That sleep was added in R7B, which is way before we added synchronous writing to io. It should have been removed when we did that, but must have been missed.
|
With this PR, the test case |
|
#10808 is a version that may fix the testcase. |
|
Great! I'll close mine. |
I talked to @jhogberg a bit ago and he believed this wait was not necessary because the buffer was handled elsewhere.
If there is a good way to test this, aside from just if the current tests pass, I'm willing to add a test.
I'm still trying to get checks to build locally, but figured I'd open this since I meant to open it weeks ago :)