Author jackdied
Recipients benjamin.peterson, georg.brandl, jackdied
Date 2009-04-07.18:30:07
SpamBayes Score 2.04836e-05
Marked as misclassified No
Message-id <1239129009.22.0.612935776956.issue5696@psf.upfronthosting.co.za>
In-reply-to
Content
Could you try increasing self.blocking_timeout (in the _setUp function)
to something greater than 0.0 (like 0.1) and see if that works?  I
picked a constant that was as small as Worked For Me to keep the total
test time as short as possible.

Unfortunately select() is called in the guts of Telnet so slipping in a
mock object is difficult.  I could also add more synchronization
primitives but that is also icky.  Hopefully just upping the constant a
little does the trick.
History
Date User Action Args
2009-04-07 18:30:09jackdiedsetrecipients: + jackdied, georg.brandl, benjamin.peterson
2009-04-07 18:30:09jackdiedsetmessageid: <1239129009.22.0.612935776956.issue5696@psf.upfronthosting.co.za>
2009-04-07 18:30:08jackdiedlinkissue5696 messages
2009-04-07 18:30:07jackdiedcreate