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 brett.cannon
Recipients belopolsky, brett.cannon, pitrou, serhiy.storchaka, vstinner, zach.ware
Date 2017-06-03.18:24:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496514260.52.0.248781580554.issue30417@psf.upfronthosting.co.za>
In-reply-to
Content
One thing to note is if we want to speed up things like the coverage run on Travis we may want to make this optionally more deterministic rather than fully random for the 10 selected files, otherwise coverage shifts and we can't rely on any coverage metrics per-PR to know if code is increasing or decreasing coverage. Maybe having a ``-u deterministic`` resource to take out the randomness for coverage runs but leave the randomness for buildbots? This might also require tweaking our Travis tests as they currently use the buildbot make rule (I think).

P.S. I bet there are also some multiprocessing tests that go a bit overboard that we could consider scaling back, e.g. the coverage run skips a bunch of tests because they seem to process the entire stdlib.
History
Date User Action Args
2017-06-03 18:24:20brett.cannonsetrecipients: + brett.cannon, belopolsky, pitrou, vstinner, zach.ware, serhiy.storchaka
2017-06-03 18:24:20brett.cannonsetmessageid: <1496514260.52.0.248781580554.issue30417@psf.upfronthosting.co.za>
2017-06-03 18:24:20brett.cannonlinkissue30417 messages
2017-06-03 18:24:20brett.cannoncreate