temporarily disable CRIU tests#2198
Conversation
|
now it's worse :) |
2044eb1 to
43591ce
Compare
|
@adrianreber Is this planned to be fixed soon? Should we skip CRIU tests? |
|
I was not aware of this. As this seems to be Travis related I guess this could be: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1857257 With updated Ubuntu kernels with have also seen CRIU errors. So far this seems to be Ubuntu only. |
As this seems to be right now a Ubuntu only problem, I have no real idea. We switched to using docker with graphdriver devicemapper or Podman with graphdriver vfs.
I really do not want to say to skip CRIU tests, but maybe that is necessary if above workarounds are not a solution for you. Maybe adding a comment to the Ubuntu bug would help to highlight this problem. |
Ubuntu kernel is temporarily broken: opencontainers#2198 (comment) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
43591ce to
e93cf73
Compare
|
Changed PR to skip the tests until Ubuntu kernel gets fixed |
Ubuntu kernel is temporarily broken: opencontainers#2198 (comment) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
e93cf73 to
6d6e922
Compare
A new method was added to the cgroup interface when opencontainers#2177 was merged. After opencontainers#2177 got merged, opencontainers#2169 was merged without rebase (sorry!) and compilation was failing: libcontainer/cgroups/fs2/fs2.go:208:22: container.Cgroup undefined (type *configs.Config has no field or method Cgroup) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Ubuntu kernel is temporarily broken: opencontainers#2198 (comment) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
6d6e922 to
55f8c25
Compare
|
Rebased and green. Now contains #2206 |
|
Ah, I'll close #2206 since it's really hard to track which PRs contain each other... |
|
tracking issue: #2208 |
|
merge? |
Ubuntu kernel is temporarily broken: opencontainers#2198 (comment) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
update criu to the latest revision on criu-dev branch (v3.13 is not enough to fix the issue)Fix #2196EDIT: Changed PR to skip the tests until Ubuntu kernel gets fixed (#2198 (comment))
contains #2206