You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yb01
changed the title
virtet UT start container failure due to CG creation failures in its build/test env.
Bug: virtet UT start container failure due to CG creation failures in its build/test env.
Sep 2, 2020
currently UT test failures due to cgroup creation after we moved the vm GG to its specific VM. likely some cgroup driver related issues here.
--- FAIL: TestDomainDefinitions/file_injection_on_persistent_rootfs (0.01s)
virtualization_test.go:173: StartContainer failed for container "231700d5-c9a6-5a49-738d-99a954c51550": write /sys/fs/cgroup/cpu/231700d5-c9a6-5a49-738d-99a954c51550/cpu.cfs_quota_us: invalid argument
=== RUN TestDomainResourceConstraints
--- PASS: TestDomainResourceConstraints (0.03s)
FAIL
FAIL github.com/Mirantis/virtlet/pkg/libvirttools 1.388s
=== RUN TestCRIAttachPortForward
E0720 23:34:40.191746 8685 controllers.go:188] Failed to create the child cgroup 231700d5-c9a6-5a49-738d-99a954c51550. error write /sys/fs/cgroup/cpu/231700d5-c9a6-5a49-738d-99a954c51550/cpu.cfs_quota_us: invalid argument
E0720 23:34:40.191766 8685 virtualization.go:466] failed to create cgroup for domain ID:231700d5-c9a6-5a49-738d-99a954c51550, Name:container-for-testName_0
--- FAIL: TestCRIAttachPortForward (0.04s)
runtime_test.go:287: method "StartContainer" returned error: write /sys/fs/cgroup/cpu/231700d5-c9a6-5a49-738d-99a954c51550/cpu.cfs_quota_us: invalid argument
=== RUN TestUpdateResources
E0720 23:34:40.228495 8685 controllers.go:206] Failed to update cgroup 231700d5-c9a6-5a49-738d-99a954c51550. error write /sys/fs/cgroup/cpu/231700d5-c9a6-5a49-738d-99a954c51550/cpu.cfs_period_us: invalid argument
--- FAIL: TestUpdateResources (0.04s)
runtime_test.go:287: method "UpdateContainerResources" returned error: write /sys/fs/cgroup/cpu/231700d5-c9a6-5a49-738d-99a954c51550/cpu.cfs_period_us: invalid argument
FAIL
FAIL github.com/Mirantis/virtlet/pkg/manager 0.730s
The text was updated successfully, but these errors were encountered: