Fix containerd-stress duration flag#7004
Conversation
|
Hi @SilverSoldier. 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/test-infra repository. |
mikebrow
left a comment
There was a problem hiding this comment.
LGTM Note: we have a requirement for real name and email on commits
samuelkarp
left a comment
There was a problem hiding this comment.
LGTM other than the real name requirement.
Signed-off-by: Kavya G <[email protected]>
contributor updated commit with name info
The command for stressing containerd using
containerd-stress, as specified inBUILDING.md, currently has-t 120to run stress test for 2 hours. However, the actual command seems to require the duration to be specified using the-dflag.Signed-off-by: SilverSoldier [email protected]