diff mbox series

[2/2] xfs/507: add test to auto group

Message ID 164971766805.169895.12082898167045363438.stgit@magnolia (mailing list archive)
State New, archived
Headers show
Series fstests: random fixes | expand

Commit Message

Darrick J. Wong April 11, 2022, 10:54 p.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

Add this regression test to the auto group now that it's been quite a
while since the fix patches went upstream.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
---
 tests/xfs/507 |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Zorro Lang April 12, 2022, 8:47 a.m. UTC | #1
On Mon, Apr 11, 2022 at 03:54:28PM -0700, Darrick J. Wong wrote:
> From: Darrick J. Wong <djwong@kernel.org>
> 
> Add this regression test to the auto group now that it's been quite a
> while since the fix patches went upstream.
> 
> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
> ---

Reviewed-by: Zorro Lang <zlang@redhat.com>

>  tests/xfs/507 |    6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> 
> diff --git a/tests/xfs/507 b/tests/xfs/507
> index aa3d8eeb..b9c9ab29 100755
> --- a/tests/xfs/507
> +++ b/tests/xfs/507
> @@ -4,13 +4,17 @@
>  #
>  # FS QA Test No. 507
>  #
> +# Regression test for kernel commit:
> +#
> +# 394aafdc15da ("xfs: widen inode delalloc block counter to 64-bits")
> +#
>  # Try to overflow i_delayed_blks by setting the largest cowextsize hint
>  # possible, creating a sparse file with a single byte every cowextsize bytes,
>  # reflinking it, and retouching every written byte to see if we can create
>  # enough speculative COW reservations to overflow i_delayed_blks.
>  #
>  . ./common/preamble
> -_begin_fstest clone
> +_begin_fstest auto clone
>  
>  _register_cleanup "_cleanup" BUS
>  
>
diff mbox series

Patch

diff --git a/tests/xfs/507 b/tests/xfs/507
index aa3d8eeb..b9c9ab29 100755
--- a/tests/xfs/507
+++ b/tests/xfs/507
@@ -4,13 +4,17 @@ 
 #
 # FS QA Test No. 507
 #
+# Regression test for kernel commit:
+#
+# 394aafdc15da ("xfs: widen inode delalloc block counter to 64-bits")
+#
 # Try to overflow i_delayed_blks by setting the largest cowextsize hint
 # possible, creating a sparse file with a single byte every cowextsize bytes,
 # reflinking it, and retouching every written byte to see if we can create
 # enough speculative COW reservations to overflow i_delayed_blks.
 #
 . ./common/preamble
-_begin_fstest clone
+_begin_fstest auto clone
 
 _register_cleanup "_cleanup" BUS