Message85732
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. |
|
| Date |
User |
Action |
Args |
| 2009-04-07 18:30:09 | jackdied | set | recipients:
+ jackdied, georg.brandl, benjamin.peterson |
| 2009-04-07 18:30:09 | jackdied | set | messageid: <1239129009.22.0.612935776956.issue5696@psf.upfronthosting.co.za> |
| 2009-04-07 18:30:08 | jackdied | link | issue5696 messages |
| 2009-04-07 18:30:07 | jackdied | create | |
|