]> git.baikalelectronics.ru Git - kernel.git/commit
ktest: Add BISECT_TRIES to bisect test
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Sun, 19 Jan 2014 00:52:13 +0000 (19:52 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Sun, 19 Jan 2014 00:52:13 +0000 (19:52 -0500)
commitd927aff885b93fd3fdb47077048cf28f7d4de4aa
tree98f23aac6527f45c77cdda83e44a2d677e078017
parent2bf22d9891eda3dc054412c1a48425b124a2fefd
ktest: Add BISECT_TRIES to bisect test

For those cases that it takes several tries to hit a bug, it would be
useful for ktest.pl to try a test multiple times before it considers
the test as a pass. To accomplish this, BISECT_TRIES ktest config
option has been added. It is default to one, as most of the time a
bisect only needs to try a test once. But the user can now up this
to make ktest run a given test multiple times. The first failure
that is detected will set a bisect bad. It only repeats on success.

Note, as with all race bugs, there's no guarantee that if it succeeds,
it is really a good bisect. But it helps in case the bug is somewhat
reliable.

You can set BISECT_TRIES to zero, and all tests will be considered
good, unless you also set BISECT_MANUAL.

Suggested-by: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tools/testing/ktest/ktest.pl
tools/testing/ktest/sample.conf