This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients alexandre.vassalotti, collinwinter, pitrou, rhettinger
Date 2009-04-03.19:33:27
SpamBayes Score 3.109327e-07
Marked as misclassified No
Message-id <1238787294.6517.3.camel@fsol>
In-reply-to <1238782325.02.0.817389386024.issue5665@psf.upfronthosting.co.za>
Content
> test_xpickle currently takes over three minutes on my MacBook Pro to
> test compatibility with Python 2.4, 2.5 and 2.6, and adding tests for
> the pickle module will at least double that, if not push it well above
> 10 minutes.

Ouch! A couple of minutes is already too much for a single test IMHO. I
fully agree with the desire to test as deeply as possible, but if all
modules were to become as well tested, nobody would bother running the
regression suite anymore :-)
History
Date User Action Args
2009-04-03 19:33:30pitrousetrecipients: + pitrou, collinwinter, rhettinger, alexandre.vassalotti
2009-04-03 19:33:28pitroulinkissue5665 messages
2009-04-03 19:33:28pitroucreate