From 6cc31a7f0bc0a7cb8dedbfa957328bb669612a21 Mon Sep 17 00:00:00 2001 From: Mike Rapoport Date: Thu, 20 Jul 2017 21:18:09 +0300 Subject: [PATCH] travis: exclude futex and lazy-thp tests from lazy passes Both test seem to reproduce issue #357 [1] too frequently which make it really annoying. Temporarily remove them from lazy-pages passes until the issue is fixed. [1] https://github.com/xemul/criu/issues/357 Signed-off-by: Mike Rapoport Signed-off-by: Andrei Vagin --- scripts/travis/travis-tests | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/travis/travis-tests b/scripts/travis/travis-tests index 065535943..7f4f031d6 100755 --- a/scripts/travis/travis-tests +++ b/scripts/travis/travis-tests @@ -80,6 +80,7 @@ else -x socket_listen -x socket_listen6 -x cmdlinenv00 -x socket_close_data01 -x file_read" fi +LAZY_EXCLUDE="$LAZY_EXCLUDE -x futex -x lazy-thp" ./test/zdtm.py run -a -p 2 --lazy-pages $LAZY_EXCLUDE ./test/zdtm.py run -a -p 2 --remote-lazy-pages $LAZY_EXCLUDE