aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-06-06 15:29:34 -0700
committerZorro Lang <zlang@kernel.org>2023-06-10 15:35:59 +0800
commit0adf9e7c0d591445d0a3933f3b15136b2a87fb46 (patch)
treef5d337717c95e3cfd0ac100fc6d4bfc1cf3d339a
parent078bb0de7c2109b5fa54e567d82b82d6d3d75a59 (diff)
downloadxfstests-dev-0adf9e7c0d591445d0a3933f3b15136b2a87fb46.tar.gz
xfs/503: don't rebuild the fs metadata when testing metadump
This test exercises metadump with the standard populate image. There's no need to test rebuilding the entire fs every step of the way since we're just going to metadump over it. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Andrey Albershteyn <aalbersh@redhat.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/xfs/5032
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/xfs/503 b/tests/xfs/503
index c786b04ccd..f5710ece35 100755
--- a/tests/xfs/503
+++ b/tests/xfs/503
@@ -32,6 +32,8 @@ _require_command "$XFS_MDRESTORE_PROG" "xfs_mdrestore"
_require_xfs_copy
_require_scratch_nocheck
_require_populate_commands
+_xfs_skip_online_rebuild
+_xfs_skip_offline_rebuild
echo "Format and populate"
_scratch_populate_cached nofill > $seqres.full 2>&1