Skip to content

tests/int: fix flake in "resources.unified override"#5269

Open
kolyshkin wants to merge 1 commit intoopencontainers:mainfrom
kolyshkin:fix-5264
Open

tests/int: fix flake in "resources.unified override"#5269
kolyshkin wants to merge 1 commit intoopencontainers:mainfrom
kolyshkin:fix-5264

Conversation

@kolyshkin
Copy link
Copy Markdown
Contributor

As runc binary grows in size over time (new features, more dependencies) some tests start to flake because of low memory limits.

One such test is "runc run (cgroup v2 resources.unified override)"; it obviously fails because of 1M memory limit:

runc run failed: unable to start container process: container init was OOM-killed (memory limit too low?)

Increase the limit 2x.

Fixes: #5264.

Reported-by: @kpberry
Reported-by: @ricardobranco777

As runc binary grows in size over time (new features, more
dependencies) some tests start to flake because of low memory limits.

One such test is "runc run (cgroup v2 resources.unified override)";
it obviously fails because of 1M memory limit:

> runc run failed: unable to start container process: container init was OOM-killed (memory limit too low?)

Increase the limit 2x.

Fixes issue 5264.

Reported-by: Kevin Berry <kpberry11@gmail.com>
Reported-by: Ricardo Branco <rbranco@suse.de>
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
@kolyshkin
Copy link
Copy Markdown
Contributor Author

launchpad seems down today so no luck with green CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flaky test: runc run (cgroup v2 resources.unified override) with 64k pages on recent Linux kernels

1 participant