mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: criu-fault: skip inotify_irmap fault-injection on btrfs
It looks like we've got broken fhandles from fdinfo for inotifies/fanotifies for btrfs. I will look into that. Signed-off-by: Alexander Mikhalitsyn <alexander.mikhalitsyn@virtuozzo.com>
This commit is contained in:
parent
7ac85cab86
commit
5c0b4fbcda
1 changed files with 7 additions and 1 deletions
|
|
@ -7,7 +7,13 @@ prep
|
|||
./test/zdtm.py run -t zdtm/static/env00 --fault 1 --report report -f h || fail
|
||||
./test/zdtm.py run -t zdtm/static/unlink_fstat00 --fault 2 --report report -f h || fail
|
||||
./test/zdtm.py run -t zdtm/static/maps00 --fault 3 --report report -f h || fail
|
||||
./test/zdtm.py run -t zdtm/static/inotify_irmap --fault 128 --pre 2 -f uns || fail
|
||||
|
||||
# FIXME: fhandles looks broken on btrfs
|
||||
cat /proc/self/mountinfo | grep -P "/.* / " | grep -q btrfs || NOBTRFS=$?
|
||||
if [ $NOBTRFS -eq 1 ] ; then
|
||||
./test/zdtm.py run -t zdtm/static/inotify_irmap --fault 128 --pre 2 -f uns || fail
|
||||
fi
|
||||
|
||||
./test/zdtm.py run -t zdtm/static/env00 --fault 129 -f uns || fail
|
||||
./test/zdtm.py run -t zdtm/transition/fork --fault 130 -f h || fail
|
||||
./test/zdtm.py run -t zdtm/static/vdso01 --fault 127 || fail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue