]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs/448: get rid of assert-on-failure
authorDave Chinner <dchinner@redhat.com>
Fri, 15 Nov 2024 14:09:41 +0000 (01:09 +1100)
committerZorro Lang <zlang@kernel.org>
Sun, 8 Dec 2024 13:58:51 +0000 (21:58 +0800)
The bug this problem exercises has been fixed for quite some time,
but the test does not run on XFS debug kernels that have fatal
asserts enable. There is no reason for this now that the test does
not assert fail on most kernels regularly tested, so kill the
check and enable the test to run on all XFS configs.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Zorro lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/448

index fbd1af3832d841585c4a7d1d103e9fe04306b231..032c94d39ff986cfc9993074197fe90cdb1e70ff 100755 (executable)
 # up the directory tree by running xfs_scrub will crash the
 # kernel in __xfs_dir3_data_check.
 #
-# Notice:
-# we should have non fatal asserts configured, because assert
-# failures triggered by the intentional corrupt would crash system.
-#
 . ./common/preamble
 _begin_fstest auto quick fuzzers
 
@@ -26,8 +22,6 @@ _begin_fstest auto quick fuzzers
 
 _require_scratch_nocheck
 _require_xfs_io_command "scrub"
-# Corrupt XFS on purpose, and skip if assert failures would crash system.
-_require_no_xfs_bug_on_assert
 
 rm -f "$seqres.full"