tests: Adds consumed memory stats test#5427
Conversation
|
Hi @claudiubelu. 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. |
|
Build succeeded.
|
|
Could you please sign off your commits (try |
189126f to
fda8ff6
Compare
|
Build succeeded.
|
e74eff8 to
05b91a8
Compare
|
Build succeeded.
|
05b91a8 to
d3e4d73
Compare
|
Build succeeded.
|
mikebrow
left a comment
There was a problem hiding this comment.
question about the need for 1GB..
|
/ok-to-test |
d3e4d73 to
2f92594
Compare
We can check that the reported containers stats are not lower than it should by using the resource-consumer image. This image contains stress / testlimit.exe which can consume a specified amount of memory. Signed-off-by: Claudiu Belu <[email protected]>
2f92594 to
3187b6d
Compare
|
Build succeeded.
|
We can check that the reported containers stats are not lower than it should by using the
resource-consumerimage. This image containsstress/testlimit.exewhich can consume a specified amount of memory.