]> git.samba.org - obnox/samba/samba-obnox.git/commit
tdb: fixed the intermittent failure of tdbtorture in the build farm
authorAndrew Tridgell <tridge@samba.org>
Mon, 19 Oct 2009 23:59:40 +0000 (10:59 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 19 Oct 2009 23:59:40 +0000 (10:59 +1100)
commit5dcf0069b68149575fe6166019dd90b73885926b
tree8b8f5944768c6d6cb4495d1cc347cdc46ba89c70
parent751fd6fb8db600b9f098fa54290c3847ace96aed
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