[Python-Dev] test_asyncore fails intermittently on Darwin

2007-07-26 Thread Hasan Diwan
test_asyncore fails intermittently on Darwin in trunk rev 56558; it seems a matter of executing the test too fast and not waiting for the TCP_WAIT state to expire. I think somebody encountered this problem previously with another module (socket_server) and I'm unsure how that was sorted. --

Re: [Python-Dev] test_asyncore fails intermittently on Darwin

2007-07-26 Thread Alan McIntyre
Thanks Hasan, I'll see if I can dig up what they did and make some changes to fix the asyncore tests. Regards, Alan On 7/26/07, Hasan Diwan [EMAIL PROTECTED] wrote: test_asyncore fails intermittently on Darwin in trunk rev 56558; it seems a matter of executing the test too fast and not waiting