diff mbox series

[01/40] xfs/448: get rid of assert-on-failure

Message ID 20241127045403.3665299-2-david@fromorbit.com (mailing list archive)
State New
Headers show
Series fstests: concurrent test execution | expand

Commit Message

Dave Chinner Nov. 27, 2024, 4:51 a.m. UTC
From: Dave Chinner <dchinner@redhat.com>

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>
---
 tests/xfs/448 | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

diff --git a/tests/xfs/448 b/tests/xfs/448
index fbd1af383..032c94d39 100755
--- a/tests/xfs/448
+++ b/tests/xfs/448
@@ -13,10 +13,6 @@ 
 # 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"