[CRIU] [PATCH] travis: exclude futex and lazy-thp tests from lazy passes
Mike Rapoport
rppt at linux.vnet.ibm.com
Thu Jul 20 21:18:09 MSK 2017
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 <rppt at linux.vnet.ibm.com>
---
scripts/travis/travis-tests | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/travis/travis-tests b/scripts/travis/travis-tests
index f75bf49..18e091b 100755
--- a/scripts/travis/travis-tests
+++ b/scripts/travis/travis-tests
@@ -74,6 +74,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
--
2.7.4
More information about the CRIU
mailing list