2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 18:07:57 +00:00

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

This reverts commit 37ea8c5fcfef2108800b6d53054f3a7c4f710752.

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

@ -4,7 +4,7 @@
set -e set -e
source `dirname $0`/criu-lib.sh source `dirname $0`/criu-lib.sh
prep prep
./test/zdtm.py run --all --keep-going --report report --parallel 4 -f h --pre 2 --dedup -x maps04 -x maps007 -x maps09 -x maps10 || fail ./test/zdtm.py run --all --keep-going --report report --parallel 4 -f h --pre 2 --dedup -x maps04 -x maps007 || fail
# Additionally run these tests as they touch a lot of # Additionally run these tests as they touch a lot of
# memory and it makes sense to additionally check it # memory and it makes sense to additionally check it

View File

@ -15,7 +15,7 @@ LAZY_MIGRATE_EXCLUDE="-x fifo_loop -x file_locks -x ptrace_sig -x overmount_file
--lazy-migrate $LAZY_EXCLUDE $LAZY_MIGRATE_EXCLUDE || fail --lazy-migrate $LAZY_EXCLUDE $LAZY_MIGRATE_EXCLUDE || fail
# During pre-dump + lazy-pages we leave VM_NOHUGEPAGE set # 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 images with pre-dumps # lazy restore from images with pre-dumps
./test/zdtm.py run --all --keep-going --report report --parallel 4 -f uns \ ./test/zdtm.py run --all --keep-going --report report --parallel 4 -f uns \

View File

@ -12,7 +12,7 @@ source `dirname $0`/criu-lazy-common.sh
--lazy-pages $LAZY_EXCLUDE || fail --lazy-pages $LAZY_EXCLUDE || fail
# During pre-dump + lazy-pages we leave VM_NOHUGEPAGE set # 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 images with pre-dumps # lazy restore from images with pre-dumps
./test/zdtm.py run --all --keep-going --report report --parallel 4 \ ./test/zdtm.py run --all --keep-going --report report --parallel 4 \

View File

@ -5,6 +5,5 @@ set -e
source `dirname $0`/criu-lib.sh source `dirname $0`/criu-lib.sh
prep prep
mount_tmpfs_to_dump mount_tmpfs_to_dump
# FIXME: https://github.com/checkpoint-restore/criu/issues/1868 ./test/zdtm.py run --all --keep-going --report report --parallel 4 --pre 3 -x 'maps04' || fail
./test/zdtm.py run --all --keep-going --report report --parallel 4 --pre 3 -x 'maps04' -x 'maps09' -x 'maps10' || fail ./test/zdtm.py run --all --keep-going --report report --parallel 4 --pre 3 --page-server -x 'maps04' || fail
./test/zdtm.py run --all --keep-going --report report --parallel 4 --pre 3 --page-server -x 'maps04' -x 'maps09' -x 'maps10' || fail

View File

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

View File

@ -5,5 +5,5 @@ set -e
source `dirname $0`/criu-lib.sh source `dirname $0`/criu-lib.sh
prep prep
mount_tmpfs_to_dump mount_tmpfs_to_dump
./test/zdtm.py run --all --keep-going --report report --parallel 4 --pre 3 --snaps -x 'maps04' -x 'maps09' -x 'maps10' || fail ./test/zdtm.py run --all --keep-going --report report --parallel 4 --pre 3 --snaps -x 'maps04' || fail
./test/zdtm.py run --all --keep-going --report report --parallel 4 --pre 3 --snaps --page-server -x 'maps04' -x 'maps09' -x 'maps10' || fail ./test/zdtm.py run --all --keep-going --report report --parallel 4 --pre 3 --snaps --page-server -x 'maps04' || fail