From 3ca09f5c9fa942acd4c8d44d9a630698e604f023 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Sun, 28 Feb 2021 20:37:10 +0000 Subject: [PATCH] ci: exclude lazy-thp for remote pages over tls Temporarily disable this test until the #1380 is resolved. Signed-off-by: Radostin Stoyanov --- scripts/ci/run-ci-tests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/ci/run-ci-tests.sh b/scripts/ci/run-ci-tests.sh index f1ed6bcfc..8fabf4a1d 100755 --- a/scripts/ci/run-ci-tests.sh +++ b/scripts/ci/run-ci-tests.sh @@ -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