tdb: fixed the intermittent failure of tdbtorture in the build farm
commit7e75d3c4fa1a7a6d3c967d6f108df0ab2ffa02ad
authorAndrew Tridgell <tridge@samba.org>
Mon, 19 Oct 2009 23:59:40 +0000 (20 10:59 +1100)
committerJeremy Allison <jra@samba.org>
Tue, 20 Oct 2009 00:12:03 +0000 (19 17:12 -0700)
tree7969ae2779d329ed457c03c4598dd198fcc6ae25
parent72ae44918a6c8e0a11747441f2bbd5152022f98c
tdb: fixed the intermittent failure of tdbtorture in the build farm

There was a race condition that caused the torture.tdb to be left in a
state that needed recovery. The torture code thought that any message
from the tdb code was an error, so the "recovered" message, which is a
TDB_DEBUG_TRACE message, marked the run as being an error when it
isn't.
lib/tdb/tools/tdbtorture.c