From a1daffd9bbffad4cb0b6498bafa392d0a031cafd Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 25 Apr 2023 17:14:23 -0700 Subject: [PATCH] generic/476: reclassify this test as a long running soak stress test This test is a long(ish) running stress test that uses fsstress, so alter its group membership as follows: long_rw: because this can read and write to the fs for a long period of time stress: because this test employs fsstress Signed-off-by: Darrick J. Wong Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- tests/generic/476 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/476 b/tests/generic/476 index 212373d1..62908654 100755 --- a/tests/generic/476 +++ b/tests/generic/476 @@ -8,7 +8,7 @@ # bugs in the write path. # . ./common/preamble -_begin_fstest auto rw +_begin_fstest auto rw long_rw stress # Override the default cleanup function. _cleanup() -- 2.39.5