diff mbox series

[1/4] generic/476: reclassify this test as a long running soak stress test

Message ID 168246806362.732186.12173643369343352453.stgit@frogsfrogsfrogs (mailing list archive)
State New, archived
Headers show
Series fstests: direct specification of looping test duration | expand

Commit Message

Darrick J. Wong April 26, 2023, 12:14 a.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

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 <djwong@kernel.org>
---
 tests/generic/476 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/generic/476 b/tests/generic/476
index 212373d17c..62908654ad 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()