From: Dave Chinner Date: Wed, 2 Feb 2022 07:38:31 +0000 (+1100) Subject: fstests: add more tests to the metadump group X-Git-Tag: v2022.05.01~93 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a245d8b8158425f8f54dfc2d3bd4c601ede07b23;p=xfstests-dev.git fstests: add more tests to the metadump group Because they use metadump and I want to test metadump more easily. Signed-off-by: Dave Chinner Reviewed-by: Darrick J. Wong Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/129 b/tests/xfs/129 index df977552..90887d54 100755 --- a/tests/xfs/129 +++ b/tests/xfs/129 @@ -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() diff --git a/tests/xfs/234 b/tests/xfs/234 index a61681ab..6ff2f228 100755 --- a/tests/xfs/234 +++ b/tests/xfs/234 @@ -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() diff --git a/tests/xfs/253 b/tests/xfs/253 index a96a2c17..1899ce52 100755 --- a/tests/xfs/253 +++ b/tests/xfs/253 @@ -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() diff --git a/tests/xfs/284 b/tests/xfs/284 index 9d75bcec..fa7bfdd0 100755 --- a/tests/xfs/284 +++ b/tests/xfs/284 @@ -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() diff --git a/tests/xfs/291 b/tests/xfs/291 index bbc6f2b9..6d5e247e 100755 --- a/tests/xfs/291 +++ b/tests/xfs/291 @@ -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 diff --git a/tests/xfs/336 b/tests/xfs/336 index 279830b5..6592419d 100755 --- a/tests/xfs/336 +++ b/tests/xfs/336 @@ -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() diff --git a/tests/xfs/432 b/tests/xfs/432 index 40cb2474..86012f0b 100755 --- a/tests/xfs/432 +++ b/tests/xfs/432 @@ -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()