]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic/036,208: whitelist [iomap_]dio_complete() WARNs
authorIlya Dryomov <idryomov@gmail.com>
Thu, 12 Oct 2017 14:54:04 +0000 (16:54 +0200)
committerEryu Guan <eguan@redhat.com>
Thu, 12 Oct 2017 16:03:31 +0000 (00:03 +0800)
These tests appear to mix buffered and O_DIRECT I/O; easily triggered
on both xfs and ext4.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
tests/generic/036
tests/generic/208

index 0615dad45e3773d66c9907a5afcedca92feffd8a..27e9916bc13a252013ec6a99fa52b252c8114d84 100755 (executable)
@@ -48,4 +48,6 @@ _require_test
 
 _run_aiodio aio-dio-fcntl-race
 
+_check_dmesg _filter_aiodio_dmesg
+
 exit $status
index f57e2bc76f8bfff432f8c622964d0174ccb07e38..1768e4220e912881ab2bd877fbea063d33051c29 100755 (executable)
@@ -50,4 +50,6 @@ rm -f $seqres.full
 
 _run_aiodio aio-dio-invalidate-failure
 
+_check_dmesg _filter_aiodio_dmesg
+
 exit $status