Mark Hammond <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue3892> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com