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 ocean-city
Recipients jcea, ocean-city, pitrou
Date 2010-11-25.05:10:39
SpamBayes Score 0.008287825
Marked as misclassified No
Message-id <1290661844.53.0.853109671706.issue10402@psf.upfronthosting.co.za>
In-reply-to
Content
This should be duplicate of #3892.

I suppose timeout in this test might be very short. Refers to
http://www.systomath.eu/doc/BerkeleyDb-4.7/html/api_c/rep_timeout.html
timeout is in microseconds, so
  self.dbenvMaster.rep_set_timeout(db.DB_REP_CONNECTION_RETRY,100123)
means only 100 milliseconds. (I don't know BSDDB entirely, so maybe this
might be valid value though)
History
Date User Action Args
2010-11-25 05:10:44ocean-citysetrecipients: + ocean-city, jcea, pitrou
2010-11-25 05:10:44ocean-citysetmessageid: <1290661844.53.0.853109671706.issue10402@psf.upfronthosting.co.za>
2010-11-25 05:10:39ocean-citylinkissue10402 messages
2010-11-25 05:10:39ocean-citycreate