Re: [Python-Dev] bsddb tests disabled by default

2008-09-20 Thread skip
Brett> Well, it has always been that way for me, so I always assumed Brett> test_bsddb3 was just a *really* long test. Slow for me, but not nearly as bad as for you: % time ./python.exe ../Lib/bsddb/test/test_all.py -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Re: [Python-Dev] bsddb tests disabled by default

2008-09-20 Thread Martin v. Löwis
> Only thing I can think of is that Berkeley DB 4.7 is a ton faster than > 4.6 or I am running something differently than you: My suspicion is that there is a bug somewhere, probably in Berkeley DB. For example, it might acquire some lock with a timeout, hoping that normally, the lock gets release

Re: [Python-Dev] bsddb tests disabled by default

2008-09-20 Thread Martin v. Löwis
> real0m13.786s test_bsddb3 takes about 30s real time on my system (Linux, with Berkeley DB 4.6.21). I don't think the default (of requiring the bsddb resource) can change for 2.6; we already have released rc2, so there won't be any further release candidates. For 2.7, I would still be hesit

Re: [Python-Dev] bsddb tests disabled by default

2008-09-19 Thread Brett Cannon
On Fri, Sep 19, 2008 at 8:36 PM, Jesus Cea <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brett Cannon wrote: >> Well, 'time' says the test takes 16.09 sec user and 16.09 sec system >> on my MacBook, but a total execution time of almost 8 *minutes*. That >> is too

Re: [Python-Dev] bsddb tests disabled by default

2008-09-19 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brett Cannon wrote: > Well, 'time' says the test takes 16.09 sec user and 16.09 sec system > on my MacBook, but a total execution time of almost 8 *minutes*. That > is too long to be on by default. Uh... That is very strange. Under Solaris 10: "

Re: [Python-Dev] bsddb tests disabled by default

2008-09-18 Thread Brett Cannon
On Thu, Sep 18, 2008 at 7:24 AM, Jesus Cea <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Just installing 2.6rc2, I see that bsddb3 testsuite is disabled by default. > > Current testsuite is far more fast and stable that the old one (entire > test: 17 seconds in my

Re: [Python-Dev] bsddb tests disabled by default

2008-09-18 Thread Fred Drake
On Sep 18, 2008, at 10:24 AM, Jesus Cea wrote: Current testsuite is far more fast and stable that the old one (entire test: 17 seconds in my machine). I was wondering if it is time to enable bsddb3 testsuite by default. Perhaps so. That certainly improves the chances of finding problems e

[Python-Dev] bsddb tests disabled by default

2008-09-18 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just installing 2.6rc2, I see that bsddb3 testsuite is disabled by default. Current testsuite is far more fast and stable that the old one (entire test: 17 seconds in my machine). I was wondering if it is time to enable bsddb3 testsuite by default. B