mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
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 <rppt@linux.vnet.ibm.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
1a34089773
commit
6cc31a7f0b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue