[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20061012143713.3f6030c8.akpm@osdl.org>
Date: Thu, 12 Oct 2006 14:37:13 -0700
From: Andrew Morton <akpm@...l.org>
To: Akinobu Mita <akinobu.mita@...il.com>
Cc: linux-kernel@...r.kernel.org, ak@...e.de, Don Mullis <dwm@...r.net>
Subject: Re: [patch 1/7] documentation and scripts
On Thu, 12 Oct 2006 16:43:06 +0900
Akinobu Mita <akinobu.mita@...il.com> wrote:
> +- /debug/*/probability:
> +
> + likelihood of failure injection, in percent.
The fact that this is a percentage worries me. When I was playing around
with this sort of thing several years ago I found that even
one-failure-per-thousand was a very high error rate for some testcases.
This interface would force a minimum failure rate of one-per-hundred, which
is terribly high.
So I wonder if it'd be better to make this have units of "one millionth",
or simply make this tunable "1/(probability of failure)". So setting it to
1,000,000 gives you one failure per million calls, on average.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists