2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00
criu/test/jenkins/criu-remote-lazy-pages.sh
Bui Quang Minh c830643d86 Revert "ci: skip new hugetlb maps09/maps10 tests for pre-dump"
This reverts commit 37ea8c5fcfef2108800b6d53054f3a7c4f710752.

Signed-off-by: Bui Quang Minh <minhquangbui99@gmail.com>
2023-04-15 21:17:21 -07:00

20 lines
563 B
Bash
Executable File

#!/bin/bash
# Check remote-lazy-pages
set -e
source `dirname $0`/criu-lib.sh
prep
source `dirname $0`/criu-lazy-common.sh
# lazy restore from "remote" dump
./test/zdtm.py run --all --keep-going --report report --parallel 4 \
--remote-lazy-pages $LAZY_EXCLUDE -x maps04 || fail
# During pre-dump + lazy-pages we leave VM_NOHUGEPAGE set
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 \
--remote-lazy-pages --pre 2 $LAZY_EXCLUDE || fail