-
Notifications
You must be signed in to change notification settings - Fork 228
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
V4 leak fix #288
V4 leak fix #288
Conversation
…eing consumed all the way
…eing consumed all the way
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 for the work!
Note: I'll do a v4 release once this is merged. |
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.
Could we add some tests somehow? I don't think v4 is actively developed but I'd like to avoid the regression by a further patch.
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
Hmm - I don't know how we can trigger the specific race using the public interface of |
@0xpr03 do you know if those test failures are from just flaky tests? I remember the previous test run didn't have those failures. |
You can ignore macos tests. |
Hm fair enough, anyway the fix is obvious so I'm fine as-is.
Yeah, currently GHA doesn't support the allow-failure feature. |
Alright - what's the next step to get this PR in? I'm not sure how to rerun the checks. |
@0xpr03 Feel free to merge this (and make a new release if needed) if you think we don't need further action here. |
Yeah I'll have to rebase this later to merge it, according to github. And will do a new release, we've gathered some stuff for the v4. Also I'll make a PR for the 3 liner to v5 and cc @Awfa to make sure it's the correct one. |
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
Fixes #287