[issue3892] bsddb: test01_basic_replication fails on Windows sometimes

Mark Hammond report at bugs.python.org
Thu Sep 18 03:52:26 CEST 2008


Mark Hammond <mhammond at users.sourceforge.net> added the comment:

I instrumented the code a little.  The error is happening because
self.client_startupdone never gets set to True.  This is supposed to be
set in the client_startupdone() method.  It expects an event type of
db.DB_EVENT_REP_STARTUPDONE, but we see exactly one call to this
function with a value of 2, which is apparently DB_EVENT_REP_CLIENT. 
After this call no further calls are made to the method and after 10
seconds the test gives up.

----------
nosy: +mhammond

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3892>
_______________________________________


More information about the Python-bugs-list mailing list