integration: Adds resource limit tests#5485
integration: Adds resource limit tests#5485claudiubelu wants to merge 2 commits intocontainerd:mainfrom
Conversation
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
|
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. |
d0be410 to
7c54c16
Compare
|
Build succeeded.
|
a945b53 to
84d6d4a
Compare
|
Build succeeded.
|
84d6d4a to
d533558
Compare
|
Build succeeded.
|
d533558 to
d529779
Compare
|
Build succeeded.
|
d529779 to
c177fa2
Compare
|
Build succeeded.
|
c177fa2 to
8f62430
Compare
|
Build succeeded.
|
8f62430 to
a837007
Compare
|
Build succeeded.
|
2c489e5 to
675ca50
Compare
|
Build succeeded.
|
675ca50 to
1af9ce7
Compare
|
Build succeeded.
|
1af9ce7 to
6feb1de
Compare
|
Build succeeded.
|
6feb1de to
3fd77b4
Compare
|
Build succeeded.
|
292ebc1 to
1ce837f
Compare
|
Build succeeded.
|
1ce837f to
7ecbc6e
Compare
|
Build succeeded.
|
7ecbc6e to
130e8b7
Compare
|
Build succeeded.
|
Updated a few things and based everything else on the container_update_resources_test.go. This now enables those tests to run for Windows as well, and adds tests for CPU limits. The plan was to add Windows support for this from the start (#5163), but we couldn't at that time as we were waiting for a few things to get resolved first. Now, we need this to merge too: #5778 |
130e8b7 to
7037aa3
Compare
|
Build succeeded.
|
7037aa3 to
39c9b17
Compare
|
Build succeeded.
|
39c9b17 to
80ae954
Compare
|
Build succeeded.
|
80ae954 to
1219cb4
Compare
|
Build succeeded.
|
1219cb4 to
ba38010
Compare
|
Build succeeded.
|
ba38010 to
2221239
Compare
|
Build succeeded.
|
2221239 to
18f0373
Compare
|
Build succeeded.
|
18f0373 to
3f5d965
Compare
Moves TestUpdateContainerResources_MemorySwap and associated functions to container_update_resources_linux_test.go. They are Linux-specific, requiring cgroups. We're doing this in order to allow the other tests to have Windows support afterwards. Signed-off-by: Claudiu Belu <[email protected]>
Adds Windows support to the TestUpdateContainerResources_MemoryLimit test. Adds test that ensure the CPU limits on the containers can be updated and are enforced. Signed-off-by: Claudiu Belu <[email protected]>
3f5d965 to
92da520
Compare
|
Build succeeded.
|
|
Closing due to inactivity, feel free to re-open the pull request anytime if you continue working on this. |
Moves
TestUpdateContainerResources_MemorySwapand associated functions tocontainer_update_resources_linux_test.go. They are Linux-specific, requiring cgroups. We're doing this in order to allow the other tests to have Windows support afterwards.Adds Windows support to the
TestUpdateContainerResources_MemoryLimittest.Adds test that ensure the CPU limits on the containers can be updated and are enforced.
Signed-off-by: Claudiu Belu [email protected]