]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs/507: add test to auto group
authorDarrick J. Wong <djwong@kernel.org>
Mon, 11 Apr 2022 22:54:28 +0000 (15:54 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 17 Apr 2022 12:10:41 +0000 (20:10 +0800)
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: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/xfs/507

index aa3d8eeb496276d4cf16834dc9e41a855022c30c..b9c9ab29d8dbb08c305b39b6cf7c1aa9f04b1921 100755 (executable)
@@ -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