[CRIU] [PATCH v2 0/4] lazy-pages: improve testability
Mike Rapoport
rppt at linux.vnet.ibm.com
Sun Nov 27 02:52:53 PST 2016
v2:
* update page-server dummy process initialization to properly detect zombie
tasks
* update flake8 configuration
* mark zdtm/transition/fork* as 'nolazy'
I've run this locally with --remote-lazy-pages and except zdtm/static/poll
and zdtm/static/sigpending everything had passed.
Will look now into the failing tests...
Mike Rapoport (4):
page-xfer: add ability to send pages from local dump
zdtm: flake8: add E127 to ingnore list
zdtm: add 'nolazy' flag for tests not compatible with lazy pages
zdtm: simulate lazy migration with page server that can send pages
criu/cr-restore.c | 13 +++++
criu/include/pstree.h | 1 +
criu/page-xfer.c | 108 +++++++++++++++++++++++++++++++++++++++-
scripts/flake8.cfg | 1 +
test/zdtm.py | 20 ++++++--
test/zdtm/static/cow00.desc | 2 +-
test/zdtm/static/cow01.desc | 2 +-
test/zdtm/transition/fork.desc | 1 +
test/zdtm/transition/fork2.desc | 1 +
9 files changed, 143 insertions(+), 6 deletions(-)
create mode 100644 test/zdtm/transition/fork.desc
create mode 100644 test/zdtm/transition/fork2.desc
--
1.9.1
More information about the CRIU
mailing list