]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
xfs: add a few more tests to the repair group
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Jul 2024 05:38:37 +0000 (07:38 +0200)
committerZorro Lang <zlang@kernel.org>
Fri, 26 Jul 2024 16:05:05 +0000 (00:05 +0800)
Add a bunch of tests that test repair for the RT subvolume to the repair
group.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/337
tests/xfs/338
tests/xfs/339
tests/xfs/340
tests/xfs/341
tests/xfs/342

index ca232c1c5aca593f456f40830c06aab1d52790f0..2ba508044ba16b23301ce37fdb42084e4cd61f77 100755 (executable)
@@ -7,7 +7,7 @@
 # Corrupt the realtime rmapbt and see how the kernel and xfs_repair deal.
 #
 . ./common/preamble
-_begin_fstest fuzzers rmap realtime prealloc
+_begin_fstest fuzzers rmap realtime prealloc repair
 
 # Import common functions.
 . ./common/filter
index 1bdec2bfa83958fbebeb3f9d051f30dab077919f..9648c9df485223e43d992b8e6f551fcc2ddcd3df 100755 (executable)
@@ -7,7 +7,7 @@
 # Set rrmapino to zero on an rtrmap fs and see if repair fixes it.
 #
 . ./common/preamble
-_begin_fstest auto quick rmap realtime
+_begin_fstest auto quick rmap realtime repair
 
 # Import common functions.
 . ./common/filter
index 90faac784add1e8607903451bd9718e625cbe1be..4dabe43ff298fcd968a6aac99f5c30e4db9bedea 100755 (executable)
@@ -7,7 +7,7 @@
 # Link rrmapino into the rootdir on an rtrmap fs and see if repair fixes it.
 #
 . ./common/preamble
-_begin_fstest auto quick rmap realtime
+_begin_fstest auto quick rmap realtime repair
 
 # Import common functions.
 . ./common/filter
index 58c4176a60d63f1f683d0b6651b326f340f37953..248d3233c94ed38989a3ebf95fb14e30e5fc2872 100755 (executable)
@@ -7,7 +7,7 @@
 # Set rrmapino to another inode on an rtrmap fs and see if repair fixes it.
 #
 . ./common/preamble
-_begin_fstest auto quick rmap realtime
+_begin_fstest auto quick rmap realtime repair
 
 # Import common functions.
 . ./common/filter
index 424deb3eb09999190390ba7ee8c039abaa512cc6..6e25549b2b3d08b1da3ed2c61ff2e23f8c586d3e 100755 (executable)
@@ -7,7 +7,7 @@
 # Cross-link file block into rtrmapbt and see if repair fixes it.
 #
 . ./common/preamble
-_begin_fstest auto quick rmap realtime prealloc
+_begin_fstest auto quick rmap realtime prealloc repair
 
 # Import common functions.
 . ./common/filter
index 9360ddbe70a76590ea396941f6c655f3cde030d8..5c0e916dbe32acb59d1a87b51d01e13d98ab8cbe 100755 (executable)
@@ -7,7 +7,7 @@
 # Cross-link rtrmapbt block into a file and see if repair fixes it.
 #
 . ./common/preamble
-_begin_fstest auto quick rmap realtime prealloc
+_begin_fstest auto quick rmap realtime prealloc repair
 
 # Import common functions.
 . ./common/filter