| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 10/13] xfstests: disable tests that typically fail on large filesystems |
| From: | Dave Chinner <david@xxxxxxxxxxxxx> |
| Date: | Fri, 15 Mar 2013 22:53:28 +1100 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1363348411-21867-1-git-send-email-david@xxxxxxxxxxxxx> |
| References: | <1363348411-21867-1-git-send-email-david@xxxxxxxxxxxxx> |
From: Dave Chinner <dchinner@xxxxxxxxxx> 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 <dchinner@xxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Reviewed-by: Rich Johnston <rjohnston@xxxxxxx> --- 017 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/017 b/017 index fb92375..65ddce1 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 -- 1.7.10.4 |
| Previous by Date: | [PATCH 00/13] xfstests: generic --large-fs support, Dave Chinner |
|---|---|
| Next by Date: | [PATCH 12/13] xfstests: filter files in 019 for --large-fs, Dave Chinner |
| Previous by Thread: | [PATCH 08/13] xfstests: always use test option when checking large scratch device, Dave Chinner |
| Next by Thread: | [PATCH 12/13] xfstests: filter files in 019 for --large-fs, Dave Chinner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |