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 barry, ncoghlan, pitrou
Date 2011-03-23.15:14:45
SpamBayes Score 6.673864e-05
Marked as misclassified No
Message-id <1300893282.3495.16.camel@localhost.localdomain>
In-reply-to <1300892749.29.0.205615547262.issue11651@psf.upfronthosting.co.za>
Content
> I propose instead to change 'make quicktest' to use -j(N>1) and blacklist the following tests:
> 
> test_mmap
> test_shelve
> test_posix
> test_largefile
> test_concurrent_futures

Why would you blacklist these tests? They are useful.
I agree with Skip's latest message on python-dev: if you blacklist
things you are removing some coverage.
Do note that the most resource-consuming tests are already enabled only
when -usomething is passed.

> Then (for me) it runs in 3m20s wall clock time which is totally
> reasonable and I think also still useful.  Note that -j is
> incompatible with -l so some refactoring of TESTOPTS will probably be
> required.

In the patch I've removed -l, which I've never seen do anything useful.
History
Date User Action Args
2011-03-23 15:14:46pitrousetrecipients: + pitrou, barry, ncoghlan
2011-03-23 15:14:45pitroulinkissue11651 messages
2011-03-23 15:14:45pitroucreate