Skip to content

Commit 42319f4

Browse files
committed
Remove half-core test as it's redundant
1 parent 1770e56 commit 42319f4

6 files changed

Lines changed: 1 addition & 6 deletions

File tree

bin/gen-cgroup-testdata

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ generate() {
4141
EOF
4242
}
4343

44-
generate "v2-half-core-128m" 0.5 134217728 --cpus=0.5 --memory=128m
4544
generate "v2-two-cores-256m" 2.0 268435456 --cpus=2 --memory=256m
4645
generate "v2-quarter-core-64m" 0.25 67108864 --cpus=0.25 --memory=64m
4746
generate "v2-no-limit" null null

bin/snapshot-cgroup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# snapshot-cgroup - Copy cgroup v2 files from the live system into a
4-
# directory tree suitable for use with CPUQuotaWithRoot / MemoryLimitWithRoot.
4+
# directory tree suitable for use with TestIntegrationCgroupLimits.
55
#
66
# Usage: snapshot-cgroup <output-dir>
77
#

cgroup/testdata/v2-half-core-128m/expected.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

cgroup/testdata/v2-half-core-128m/proc/self/cgroup

Lines changed: 0 additions & 1 deletion
This file was deleted.

cgroup/testdata/v2-half-core-128m/sys/fs/cgroup/cpu.max

Lines changed: 0 additions & 1 deletion
This file was deleted.

cgroup/testdata/v2-half-core-128m/sys/fs/cgroup/memory.max

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)