This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mhammond
Recipients barry, benjamin.peterson, gregory.p.smith, jcea, mhammond
Date 2008-09-18.01:51:40
SpamBayes Score 3.4387904e-09
Marked as misclassified No
Message-id <1221702746.74.0.430538078533.issue3892@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-09-18 01:52:26mhammondsetrecipients: + mhammond, barry, gregory.p.smith, jcea, benjamin.peterson
2008-09-18 01:52:26mhammondsetmessageid: <1221702746.74.0.430538078533.issue3892@psf.upfronthosting.co.za>
2008-09-18 01:51:41mhammondlinkissue3892 messages
2008-09-18 01:51:41mhammondcreate