From a363eb0ed084fffe451b4c0803a79f873e0b0e41 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Thu, 20 Feb 2025 13:46:59 -0800 Subject: [PATCH] misc: rename the dangerous_bothrepair group to fuzzers_bothrepair Now that online fsck has been in the upstream kernel for 8 months, I think it's stabilized enough that the scrub + repair functionality tests don't need to hide behind the "dangerous" label anymore. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- doc/group-names.txt | 2 +- tests/xfs/743 | 2 +- tests/xfs/744 | 2 +- tests/xfs/747 | 2 +- tests/xfs/748 | 2 +- tests/xfs/749 | 2 +- tests/xfs/750 | 2 +- tests/xfs/751 | 2 +- tests/xfs/752 | 2 +- tests/xfs/753 | 2 +- tests/xfs/754 | 2 +- tests/xfs/755 | 2 +- tests/xfs/756 | 2 +- tests/xfs/757 | 2 +- tests/xfs/758 | 2 +- tests/xfs/759 | 2 +- tests/xfs/760 | 2 +- tests/xfs/761 | 2 +- tests/xfs/762 | 2 +- tests/xfs/763 | 2 +- tests/xfs/764 | 2 +- tests/xfs/765 | 2 +- tests/xfs/766 | 2 +- tests/xfs/767 | 2 +- tests/xfs/768 | 2 +- tests/xfs/769 | 2 +- tests/xfs/770 | 2 +- tests/xfs/771 | 2 +- tests/xfs/772 | 2 +- tests/xfs/773 | 2 +- tests/xfs/774 | 2 +- tests/xfs/775 | 2 +- tests/xfs/776 | 2 +- tests/xfs/777 | 2 +- tests/xfs/778 | 2 +- tests/xfs/779 | 2 +- tests/xfs/780 | 2 +- tests/xfs/781 | 2 +- tests/xfs/782 | 2 +- tests/xfs/783 | 2 +- tests/xfs/784 | 2 +- tests/xfs/787 | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/doc/group-names.txt b/doc/group-names.txt index 25a982b6..8e1a6233 100644 --- a/doc/group-names.txt +++ b/doc/group-names.txt @@ -30,7 +30,6 @@ copy xfs_copy functionality copy_range copy_file_range syscall copyup overlayfs copyup dangerous dangerous test that can crash the system -dangerous_bothrepair fuzzers to evaluate xfs_scrub + xfs_repair repair dangerous_fuzzers fuzzers that can crash your computer dangerous_norepair fuzzers to evaluate kernel metadata verifiers dangerous_scrub fuzzers to evaluate xfs_scrub checking @@ -56,6 +55,7 @@ fsproperties Filesystem properties fsr XFS free space reorganizer fsstress_online_repair race fsstress and xfs_scrub online repair fsstress_scrub race fsstress and xfs_scrub checking +fuzzers_bothrepair fuzzers to evaluate xfs_scrub + xfs_repair repair fuzzers filesystem fuzz tests fuzzers_online_repair fuzzers to evaluate xfs_scrub online repair fuzzers_repair fuzzers to evaluate xfs_repair offline repair diff --git a/tests/xfs/743 b/tests/xfs/743 index b5cec7d7..90b38724 100755 --- a/tests/xfs/743 +++ b/tests/xfs/743 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_bothrepair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/744 b/tests/xfs/744 index e2d097c2..e7778417 100755 --- a/tests/xfs/744 +++ b/tests/xfs/744 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_bothrepair realtime +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair realtime _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/747 b/tests/xfs/747 index 03d0f5a4..37682e3c 100755 --- a/tests/xfs/747 +++ b/tests/xfs/747 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/748 b/tests/xfs/748 index 66b59fe4..c7a89a1c 100755 --- a/tests/xfs/748 +++ b/tests/xfs/748 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/749 b/tests/xfs/749 index ea9c34a5..37f96e6f 100755 --- a/tests/xfs/749 +++ b/tests/xfs/749 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/750 b/tests/xfs/750 index 0f451ecd..1bc6d5d4 100755 --- a/tests/xfs/750 +++ b/tests/xfs/750 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/751 b/tests/xfs/751 index dfd9e09b..542ca426 100755 --- a/tests/xfs/751 +++ b/tests/xfs/751 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/752 b/tests/xfs/752 index 88c064e7..f985e52f 100755 --- a/tests/xfs/752 +++ b/tests/xfs/752 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/753 b/tests/xfs/753 index b0984e99..d4d30c16 100755 --- a/tests/xfs/753 +++ b/tests/xfs/753 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/754 b/tests/xfs/754 index 9a378711..6464e52b 100755 --- a/tests/xfs/754 +++ b/tests/xfs/754 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/755 b/tests/xfs/755 index 06b9cafe..f287880d 100755 --- a/tests/xfs/755 +++ b/tests/xfs/755 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/756 b/tests/xfs/756 index 02dfc222..0f6ffc55 100755 --- a/tests/xfs/756 +++ b/tests/xfs/756 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/757 b/tests/xfs/757 index 46391e1e..21357b83 100755 --- a/tests/xfs/757 +++ b/tests/xfs/757 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/758 b/tests/xfs/758 index 2a32c2f2..4652e1c3 100755 --- a/tests/xfs/758 +++ b/tests/xfs/758 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/759 b/tests/xfs/759 index 117dc6b1..0c0f323f 100755 --- a/tests/xfs/759 +++ b/tests/xfs/759 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/760 b/tests/xfs/760 index f5032b95..46aed18d 100755 --- a/tests/xfs/760 +++ b/tests/xfs/760 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/761 b/tests/xfs/761 index 19a2a273..10030e42 100755 --- a/tests/xfs/761 +++ b/tests/xfs/761 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/762 b/tests/xfs/762 index 98c48e89..cf094ac4 100755 --- a/tests/xfs/762 +++ b/tests/xfs/762 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/763 b/tests/xfs/763 index 430c01ba..745684bd 100755 --- a/tests/xfs/763 +++ b/tests/xfs/763 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/764 b/tests/xfs/764 index 83378ae2..f970e1fe 100755 --- a/tests/xfs/764 +++ b/tests/xfs/764 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/765 b/tests/xfs/765 index 28c96737..ff0227ee 100755 --- a/tests/xfs/765 +++ b/tests/xfs/765 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/766 b/tests/xfs/766 index c241d992..bc099492 100755 --- a/tests/xfs/766 +++ b/tests/xfs/766 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/767 b/tests/xfs/767 index 8fd5dded..bdc2d559 100755 --- a/tests/xfs/767 +++ b/tests/xfs/767 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/768 b/tests/xfs/768 index f77e0942..0f25cb43 100755 --- a/tests/xfs/768 +++ b/tests/xfs/768 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/769 b/tests/xfs/769 index f09424e9..5eee69e4 100755 --- a/tests/xfs/769 +++ b/tests/xfs/769 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/770 b/tests/xfs/770 index 96a64142..baadda2b 100755 --- a/tests/xfs/770 +++ b/tests/xfs/770 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/771 b/tests/xfs/771 index 568c6fd7..1eaeaf82 100755 --- a/tests/xfs/771 +++ b/tests/xfs/771 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/772 b/tests/xfs/772 index a5588771..a4f0fbac 100755 --- a/tests/xfs/772 +++ b/tests/xfs/772 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/773 b/tests/xfs/773 index e4e91d65..93e1d36c 100755 --- a/tests/xfs/773 +++ b/tests/xfs/773 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/774 b/tests/xfs/774 index ca01eb2f..b4dad7d9 100755 --- a/tests/xfs/774 +++ b/tests/xfs/774 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/775 b/tests/xfs/775 index 89f20ad6..736dfde6 100755 --- a/tests/xfs/775 +++ b/tests/xfs/775 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/776 b/tests/xfs/776 index cfa5874f..6f86e43c 100755 --- a/tests/xfs/776 +++ b/tests/xfs/776 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/777 b/tests/xfs/777 index de30fa32..f3fa114e 100755 --- a/tests/xfs/777 +++ b/tests/xfs/777 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/778 b/tests/xfs/778 index 893187d7..20d91fb3 100755 --- a/tests/xfs/778 +++ b/tests/xfs/778 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/779 b/tests/xfs/779 index 7c338b1c..60b10511 100755 --- a/tests/xfs/779 +++ b/tests/xfs/779 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/780 b/tests/xfs/780 index 06194d32..1789c046 100755 --- a/tests/xfs/780 +++ b/tests/xfs/780 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/781 b/tests/xfs/781 index 7113a143..edbf1957 100755 --- a/tests/xfs/781 +++ b/tests/xfs/781 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/782 b/tests/xfs/782 index ba89d219..1e86dc2d 100755 --- a/tests/xfs/782 +++ b/tests/xfs/782 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/783 b/tests/xfs/783 index 32f4ddfc..dcb12922 100755 --- a/tests/xfs/783 +++ b/tests/xfs/783 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_bothrepair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/784 b/tests/xfs/784 index b7067efc..28679725 100755 --- a/tests/xfs/784 +++ b/tests/xfs/784 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. # . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_scrub dangerous_bothrepair +_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair _register_cleanup "_cleanup" BUS diff --git a/tests/xfs/787 b/tests/xfs/787 index 090c3f8b..d610ff5a 100755 --- a/tests/xfs/787 +++ b/tests/xfs/787 @@ -9,7 +9,7 @@ # to test the most likely usage pattern. . ./common/preamble -_begin_fstest dangerous_fuzzers dangerous_bothrepair +_begin_fstest dangerous_fuzzers fuzzers_bothrepair _register_cleanup "_cleanup" BUS -- 2.47.3