mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
ci: exclude lazy-thp for remote pages over tls
Temporarily disable this test until the #1380 is resolved. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
6c77d72265
commit
3ca09f5c9f
1 changed files with 3 additions and 1 deletions
|
|
@ -221,8 +221,10 @@ LAZY_OPTS="-p 2 -T $LAZY_TESTS $LAZY_EXCLUDE $ZDTM_OPTS"
|
|||
./test/zdtm.py run $LAZY_OPTS --lazy-pages
|
||||
# shellcheck disable=SC2086
|
||||
./test/zdtm.py run $LAZY_OPTS --remote-lazy-pages
|
||||
# FIXME: post-copy migration of THP over TLS (sometimes) fails with:
|
||||
# Error (criu/tls.c:321): tls: Pull callback recv failed: Connection reset by peer
|
||||
# shellcheck disable=SC2086
|
||||
./test/zdtm.py run $LAZY_OPTS --remote-lazy-pages --tls
|
||||
./test/zdtm.py run $LAZY_OPTS --remote-lazy-pages --tls -x lazy-thp
|
||||
|
||||
bash -x ./test/jenkins/criu-fault.sh
|
||||
if [ "$UNAME_M" == "x86_64" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue