• Andrey Vagin's avatar
    zdtm/inotify00: fix expected sets of events · 5fcebf2d
    Andrey Vagin authored
    zdtm.sh with zero iterations of dumping/restoring checks correctness of
    tests.
    
    $ bash test/zdtm.sh -i 0 zdtm/inotify00
    Output file: /root/git/orig/criu/test/zdtm/live/static/inotify00.out
    ------------------------------------------------------------------------------
    19:16:29.601:  6905: 	unlink 02       : event      0x200 -> IN_DELETE
    19:16:29.602:  6905: 	unlink 02       : event      0x200 -> IN_DELETE
    19:16:29.602:  6905: 	unlink 02       : event        0x8 -> IN_CLOSE_WRITE
    19:16:29.602:  6905: 	unlink 02       : event        0x8 -> IN_CLOSE_WRITE
    19:16:29.602:  6905: 	unlink 02       : event      0x400 -> IN_DELETE_SELF
    19:16:29.602:  6905: 	unlink 02       : event     0x8000 -> IN_IGNORED
    19:16:29.602:  6905: 	unlink 02       : read  6 events
    19:16:29.614:  6905: 	after           : event        0x8 -> IN_CLOSE_WRITE
    19:16:29.614:  6905: 	after           : read  1 events
    19:16:29.614:  6905: FAIL: inotify00.c:217: Unhandled events in emask 0x200 -> IN_DELETE (errno = 11 (Resource temporarily unavailable))
    ------------------------------------- END -------------------------------------
    ================================= ERROR OVER =================================
    
    This patch removes logic about linked files, because it's useless.
    Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
    Acked-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
    5fcebf2d
Name
Last commit
Last update
..
app-emu Loading commit data...
bers Loading commit data...
ext-links Loading commit data...
fault-injection Loading commit data...
jenkins Loading commit data...
libcriu Loading commit data...
mem-snap Loading commit data...
mounts Loading commit data...
rpc Loading commit data...
security Loading commit data...
tcp Loading commit data...
unix-callback Loading commit data...
zdtm Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
app-emu.sh Loading commit data...
env.sh Loading commit data...
functions.sh Loading commit data...
maps.py Loading commit data...
post-dump.sh Loading commit data...
zdtm.sh Loading commit data...
zdtm_ct.c Loading commit data...