Re: [ZODB-Dev] ZEO tests hanging in Python2.5

2007-06-16 Thread Jim Fulton
Tim, That's an awesome clue. Thanks! Jim On Jun 16, 2007, at 3:05 PM, Tim Peters wrote: [Nikhil <[EMAIL PROTECTED]>] Testing of ZEO is hanging in Python2.5. When i traced i think it is failing to connect and is attempting to reconnect continously in client.py. Does this happen due to cha

Re: [ZODB-Dev] ZEO tests hanging in Python2.5

2007-06-16 Thread Tim Peters
[Nikhil <[EMAIL PROTECTED]>] Testing of ZEO is hanging in Python2.5. When i traced i think it is failing to connect and is attempting to reconnect continously in client.py. Does this happen due to changes in socket module or due to in threading module ? FWIW, when I looked at this about a year

Re: [ZODB-Dev] ZEO tests hanging in Python2.5

2007-06-16 Thread Jim Fulton
On Jun 16, 2007, at 2:34 PM, Nikhil wrote: Hello, Testing of ZEO is hanging in Python2.5. When i traced i think it is failing to connect and is attempting to reconnect continously in client.py. Does this happen due to changes in socket module or due to in threading module ? No one has yet

[ZODB-Dev] ZEO tests hanging in Python2.5

2007-06-16 Thread Nikhil
Hello, Testing of ZEO is hanging in Python2.5. When i traced i think it is failing to connect and is attempting to reconnect continously in client.py. Does this happen due to changes in socket module or due to in threading module ?With Regards,Nikhil N ___