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
=== RUN TestCheckpoint
checkpoint_test.go:115: === /tmp/TestCheckpoint1387080808/003/criu-parent/dump.log ===
checkpoint_test.go:115: open /tmp/TestCheckpoint1387080808/003/criu-parent/dump.log: no such file or directory
checkpoint_test.go:119: CRIU feature check failed
--- FAIL: TestCheckpoint (0.24s)
Sometimes success to skip:
=== RUN TestCheckpoint
checkpoint_test.go:115: === /tmp/TestCheckpoint194762558/003/criu-parent/dump.log ===
checkpoint_test.go:115: open /tmp/TestCheckpoint194762558/003/criu-parent/dump.log: no such file or directory
checkpoint_test.go:117: criu is missing features: [MemTrack]
--- SKIP: TestCheckpoint (0.51s)
The text was updated successfully, but these errors were encountered:
It seems that the feature check test is not working like it should. I've added a patch to not test pre-dump if memory tracking is not available (one of commits in PR fix checkpoint/restore tests on actuated-arm64 #4276).
Sometimes fail:
Sometimes success to skip:
The text was updated successfully, but these errors were encountered: