fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fstest: add more tests to the metadump group
@ 2022-02-02  7:38 Dave Chinner
  2022-02-02 17:46 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Chinner @ 2022-02-02  7:38 UTC (permalink / raw)
  To: fstests

From: Dave Chinner <dchinner@redhat.com>

Because they use metadump and I want to test metadump more easily.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
---
 tests/xfs/129 | 2 +-
 tests/xfs/234 | 2 +-
 tests/xfs/253 | 2 +-
 tests/xfs/284 | 2 +-
 tests/xfs/291 | 2 +-
 tests/xfs/336 | 2 +-
 tests/xfs/432 | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

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()
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fstest: add more tests to the metadump group
  2022-02-02  7:38 [PATCH] fstest: add more tests to the metadump group Dave Chinner
@ 2022-02-02 17:46 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2022-02-02 17:46 UTC (permalink / raw)
  To: Dave Chinner; +Cc: fstests

On Wed, Feb 02, 2022 at 06:38:31PM +1100, Dave Chinner wrote:
> From: Dave Chinner <dchinner@redhat.com>
> 
> Because they use metadump and I want to test metadump more easily.
> 
> Signed-off-by: Dave Chinner <dchinner@redhat.com>

LGTM,
Reviewed-by: Darrick J. Wong <djwong@kernel.org>

--D

> ---
>  tests/xfs/129 | 2 +-
>  tests/xfs/234 | 2 +-
>  tests/xfs/253 | 2 +-
>  tests/xfs/284 | 2 +-
>  tests/xfs/291 | 2 +-
>  tests/xfs/336 | 2 +-
>  tests/xfs/432 | 2 +-
>  7 files changed, 7 insertions(+), 7 deletions(-)
> 
> 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()
> -- 
> 2.33.0
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-02 17:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-02  7:38 [PATCH] fstest: add more tests to the metadump group Dave Chinner
2022-02-02 17:46 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).