From 993ff20706a637ce5525ce6901176fb615567c2e Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Fri, 15 Mar 2013 11:53:28 +0000 Subject: [PATCH] xfstests: disable tests that typically fail on large filesystems Test 017 typically fails due to the OOM killer kicking in and killing everything but xfs_db so panics the machine. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Reviewed-by: Rich Johnston Signed-off-by: Rich Johnston --- 017 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/017 b/017 index fb923750..65ddce17 100755 --- a/017 +++ b/017 @@ -48,6 +48,10 @@ _supported_os Linux _require_scratch +# xfs_db will OOM kill the machine if you don't have huge amounts of RAM, so +# don't run this on large filesystems. +_require_no_large_scratch_dev + echo "*** init FS" rm -f $seq.full -- 2.47.3