]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fstests: add more dmerror related test cases into eio group
authorZorro Lang <zlang@kernel.org>
Sun, 31 Jul 2022 04:46:50 +0000 (12:46 +0800)
committerZorro Lang <zlang@kernel.org>
Fri, 5 Aug 2022 16:57:22 +0000 (00:57 +0800)
The g/484, g/628 and g/629 calls _dmerror_init and load error table
for testing, better to count them in eio test group, then we won't
miss them when we want to run all eio related cases.

Signed-off-by: Zorro Lang <zlang@kernel.org>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/484
tests/generic/628
tests/generic/629

index 40e83cbdb97774260ecdfcd51056da7de38757f0..4f413352b6bfe7ffd32192244c6838c39598795f 100755 (executable)
@@ -15,7 +15,7 @@
 #    buffer: record blockdev write errors in super_block that it backs
 
 . ./common/preamble
-_begin_fstest auto quick
+_begin_fstest auto quick eio
 
 # Override the default cleanup function.
 _cleanup()
index 7dc6dfcdd2ece8d6c143d867e46323252273de89..380a7f0b32546c4ac9f2dd89bca94434fab85356 100755 (executable)
@@ -11,7 +11,7 @@
 # 5ffce3cc22a0 ("xfs: force the log after remapping a synchronous-writes file")
 
 . ./common/preamble
-_begin_fstest auto quick rw clone
+_begin_fstest auto quick rw clone eio
 
 # Override the default cleanup function.
 _cleanup()
index f501555e3f10319916aeb6889634d1be543c32eb..dbd7ada84b642c9c1978c4586008e481dbbf27ab 100755 (executable)
@@ -11,7 +11,7 @@
 # 5ffce3cc22a0 ("xfs: force the log after remapping a synchronous-writes file")
 
 . ./common/preamble
-_begin_fstest auto quick rw copy_range
+_begin_fstest auto quick rw copy_range eio
 
 # Override the default cleanup function.
 _cleanup()