Re: [Python-Dev] Slow tests involving bsddb - timeout

2007-12-08 Thread skip
Guido> I think I've seen this too when running the bsddb3 unittest. I Guido> think it's caused by a previous test ending badly and leaving Guido> junk behind that the test suite doesn't properly remove before Guido> starting. But I don't recall the details. skip> Thanks, that

Re: [Python-Dev] Slow tests involving bsddb - timeout

2007-12-05 Thread skip
Guido> I think I've seen this too when running the bsddb3 unittest. I Guido> think it's caused by a previous test ending badly and leaving Guido> junk behind that the test suite doesn't properly remove before Guido> starting. But I don't recall the details. Thanks, that at least g

Re: [Python-Dev] Slow tests involving bsddb - timeout

2007-12-05 Thread Guido van Rossum
I think I've seen this too when running the bsddb3 unittest. I think it's caused by a previous test ending badly and leaving junk behind that the test suite doesn't properly remove before starting. But I don't recall the details. --Guido On Dec 5, 2007 5:24 PM, Gregory P. Smith <[EMAIL PROTECTED]

Re: [Python-Dev] Slow tests involving bsddb - timeout

2007-12-05 Thread Gregory P. Smith
I'd expect 4.5 to work fine but I don't know why you're getting such a strange error, i've never seen that. fwiw i suggest people avoid berkeleydb 4.6 for now. On 12/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I noticed that test_anydbm and test_bsddb seemed to hang, so I -x'd them. >

[Python-Dev] Slow tests involving bsddb - timeout

2007-12-04 Thread skip
I noticed that test_anydbm and test_bsddb seemed to hang, so I -x'd them. Later on while test_whichdb was running and I was off doing something else (so didn't notice the delay), it eventually spewed this traceback: Traceback (most recent call last): File "/Users/skip/src/python/trunk/L