TestNewBinaryIOCleanup: fix a comment, minor rewrite#10597
TestNewBinaryIOCleanup: fix a comment, minor rewrite#10597estesp merged 1 commit intocontainerd:mainfrom
Conversation
|
Hi @kolyshkin. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
ping @kolyshkin ; can you re-push with the "fmt" import removed? Linter caught the unused package from your change |
The main reason is to improve the comment about pidfd in Go 1.23+. While at it: - avoid slice manipulation as we only need count; - avoid repeating "/proc/self/fd". Updates: containerd#10345. Signed-off-by: Kir Kolyshkin <[email protected]>
My bad; done. |
The main reason is to improve the comment about pidfd in Go 1.23+.
While at it:
Updates: #10345.