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:
parent
b26e1fdbf7
commit
c830643d86
@ -4,7 +4,7 @@
|
||||
set -e
|
||||
source `dirname $0`/criu-lib.sh
|
||||
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
|
||||
# memory and it makes sense to additionally check it
|
||||
|
@ -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
|
||||
|
||||
# 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
|
||||
./test/zdtm.py run --all --keep-going --report report --parallel 4 -f uns \
|
||||
|
@ -12,7 +12,7 @@ source `dirname $0`/criu-lazy-common.sh
|
||||
--lazy-pages $LAZY_EXCLUDE || 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 images with pre-dumps
|
||||
./test/zdtm.py run --all --keep-going --report report --parallel 4 \
|
||||
|
@ -5,6 +5,5 @@ set -e
|
||||
source `dirname $0`/criu-lib.sh
|
||||
prep
|
||||
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' -x 'maps09' -x 'maps10' || fail
|
||||
./test/zdtm.py run --all --keep-going --report report --parallel 4 --pre 3 --page-server -x 'maps04' -x 'maps09' -x 'maps10' || fail
|
||||
./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 --page-server -x 'maps04' || fail
|
||||
|
@ -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 \
|
||||
|
@ -5,5 +5,5 @@ set -e
|
||||
source `dirname $0`/criu-lib.sh
|
||||
prep
|
||||
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 --page-server -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' || fail
|
||||
|
Loading…
x
Reference in New Issue
Block a user