diff mbox series

[2/3] xfs/503: don't rebuild the fs metadata when testing metadump

Message ID 168609057408.2592490.14528335416861268945.stgit@frogsfrogsfrogs (mailing list archive)
State New, archived
Headers show
Series fstests: reduce scrub time in testing | expand

Commit Message

Darrick J. Wong June 6, 2023, 10:29 p.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

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>
---
 tests/xfs/503 |    2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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