]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
fstests: add more tests to the metadump group
authorDave Chinner <dchinner@redhat.com>
Wed, 2 Feb 2022 07:38:31 +0000 (18:38 +1100)
committerEryu Guan <guaneryu@gmail.com>
Sun, 13 Feb 2022 17:08:15 +0000 (01:08 +0800)
Because they use metadump and I want to test metadump more easily.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/xfs/129
tests/xfs/234
tests/xfs/253
tests/xfs/284
tests/xfs/291
tests/xfs/336
tests/xfs/432

index df977552953c4a9a99c0ebaaebe843fbd377e7e3..90887d5476907d988003149e6336ad1cf9b81c0e 100755 (executable)
@@ -9,7 +9,7 @@
 # said block.
 #
 . ./common/preamble
-_begin_fstest auto quick clone
+_begin_fstest auto quick clone metadump
 
 # Override the default cleanup function.
 _cleanup()
index a61681abf30214f28babad231d864ad3e18ab188..6ff2f228e86c2e9e624543e07ba66994afe2cad4 100755 (executable)
@@ -9,7 +9,7 @@
 # said block.
 #
 . ./common/preamble
-_begin_fstest auto quick rmap punch
+_begin_fstest auto quick rmap punch metadump
 
 # Override the default cleanup function.
 _cleanup()
index a96a2c176c4a341b36b41ee37fdbc7d31b46b943..1899ce5226fc959f673edfe07fb388a2be278eac 100755 (executable)
@@ -18,7 +18,7 @@
 # that is already in use (and no other name is available to use).
 #
 . ./common/preamble
-_begin_fstest auto quick
+_begin_fstest auto quick metadump
 
 # Override the default cleanup function.
 _cleanup()
index 9d75bceca5e486b2eaa5cf40201a2327eca60ef2..fa7bfdd0f0b6c35869568ee48d520179798ad57b 100755 (executable)
@@ -8,7 +8,7 @@
 # on mounted XFS to make sure they refuse to proceed.
 #
 . ./common/preamble
-_begin_fstest auto quick dump copy db mkfs repair
+_begin_fstest auto quick dump copy db mkfs repair metadump
 
 # Override the default cleanup function.
 _cleanup()
index bbc6f2b92ceac3638248debf678c07ba6a092558..6d5e247eafad3e8fb0317923238b3fa90729a812 100755 (executable)
@@ -7,7 +7,7 @@
 # Test xfs_repair on fragmented multi-block dir2 fs
 #
 . ./common/preamble
-_begin_fstest auto repair
+_begin_fstest auto repair metadump
 
 # Import common functions.
 . ./common/filter
index 279830b56b088f62ae87b4bfa4d7b625312cec49..6592419d034bf5cc05d0c900dbd24fe33aff36f7 100755 (executable)
@@ -7,7 +7,7 @@
 # Exercise metadump on realtime rmapbt preservation.
 #
 . ./common/preamble
-_begin_fstest auto rmap realtime
+_begin_fstest auto rmap realtime metadump
 
 # Override the default cleanup function.
 _cleanup()
index 40cb247429326cca21d08287bf6ba97d05e8b818..86012f0b0c34b284eb0ad86cf08101e1d005e154 100755 (executable)
@@ -14,7 +14,7 @@
 # threshold to 2^21 blocks, make sure we never do that again.
 #
 . ./common/preamble
-_begin_fstest auto quick dir metadata
+_begin_fstest auto quick dir metadata metadump
 
 # Override the default cleanup function.
 _cleanup()