2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

Revert "ci: skip new hugetlb maps09/maps10 tests for pre-dump"

This reverts commit 37ea8c5fcf.

Signed-off-by: Bui Quang Minh <minhquangbui99@gmail.com>
This commit is contained in:
Bui Quang Minh
2022-05-08 16:19:45 +07:00
committed by Andrei Vagin
parent b26e1fdbf7
commit c830643d86
6 changed files with 8 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ source `dirname $0`/criu-lazy-common.sh
--remote-lazy-pages $LAZY_EXCLUDE -x maps04 || fail
# During pre-dump + lazy-pages we leave VM_NOHUGEPAGE set
LAZY_EXCLUDE="$LAZY_EXCLUDE -x maps02 -x maps09 -x maps10"
LAZY_EXCLUDE="$LAZY_EXCLUDE -x maps02"
# lazy restore from "remote" dump with pre-dumps
./test/zdtm.py run --all --keep-going --report report --parallel 4 \