We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45e08f6 + 46221e3 commit 21ac086Copy full SHA for 21ac086
tests/integration/checkpoint.bats
@@ -128,7 +128,7 @@ function teardown() {
128
requires criu root
129
130
# check if lazy-pages is supported
131
- run ${CRIU} check --feature lazy_pages
+ run ${CRIU} check --feature uffd-noncoop
132
if [ "$status" -eq 1 ]; then
133
# this criu does not support lazy migration; skip the test
134
skip "this criu does not support lazy migration"
0 commit comments