[Python-Dev] Trimming the fat from "make quicktest" (was Re: I am now lost - committed, pulled, merged, what is "collapse"?)
Antoine Pitrou
solipsis at pitrou.net
Wed Mar 23 17:09:22 CET 2011
On Wed, 23 Mar 2011 11:18:50 -0400
Barry Warsaw <barry at python.org> wrote:
>
> This is just the opposite. I'm not saying people shouldn't run the full(-ish)
> test suite before committing, I'm saying we should have a really fast minimal
> set of tests as a smoke test when dealing with push-races.
That's completely bogus. There's no reason to believe that a push race
would favour certain regressions over certain others. Again, you need
the full test suite to assert that no regressions occured.
(or you might as well run 10 tests at random and call it done)
If you think that some tests are more significant than others (why?)
then perhaps we can devise a limited test suite with these tests.
But these tests should be chosen on the basis of their nature, *not* of
their runtime.
Regards
Antoine.
More information about the Python-Dev
mailing list