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, nadeem.vawda, ncoghlan, pitrou
Date 2011-03-23.16:06:24
SpamBayes Score 0.0003812331
Marked as misclassified No
Message-id <1300896385.62.0.748894257279.issue11651@psf.upfronthosting.co.za>
In-reply-to
Content
> Is there any reason not to add "-j0" for testall as well?

Have you looked at the patch? :)

> Are these really necessary in a push-race,
> post-local-merge, does Python crash-and-burn case?

Yes, they are.
If they are not significant, they should be removed. If they are significant, they should be run.

> Perhaps it
> could be renamed to make it clear that it is only meant for use after > merge
> races? How does "racetest" sound?

Sorry, that's completely bogus. If a "merge race" may introduce a regression, then there's no reason the regression will occur in the non-blacklisted tests. Have you heard of Murphy's law?
History
Date User Action Args
2011-03-23 16:06:25pitrousetrecipients: + pitrou, barry, ncoghlan, nadeem.vawda
2011-03-23 16:06:25pitrousetmessageid: <1300896385.62.0.748894257279.issue11651@psf.upfronthosting.co.za>
2011-03-23 16:06:25pitroulinkissue11651 messages
2011-03-23 16:06:24pitroucreate