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 mark.dickinson
Recipients mark.dickinson, nnorwitz, pitrou, r.david.murray, skrah, srid
Date 2010-04-13.08:30:21
SpamBayes Score 3.4416914e-15
Marked as misclassified No
Message-id <1271147425.56.0.309761394725.issue4970@psf.upfronthosting.co.za>
In-reply-to
Content
> This type of failure appears again in current builds:

Unfortunately, I think you mean 'still' rather than 'again'.  :)
As far as I can tell, the failure's never gone away, though it may have been obscured by other failures from time to time.

Maybe it's time to do something.  I propose we:

  1. create a new branch py3k-issue4970
  2. Hack Lib/test/regrtest.py in that branch so that it runs
     *only* test_os and test_wait3, in that order (ignoring the -r
     flag).  Check that we're still getting the failure.
  3. Do a binary search (remove half the test_os tests; trigger
     buildbot run; see if we're still getting the signal; rinse;
     repeat) to narrow down the cause to a particular test.
  4. While doing 3, ruthlessly kill all other non-trunk
     checkin-triggered buildbot runs on this machine
     to speed up the search process a bit.  (Keeping trunk builds
     for the sake of the upcoming 2.7 release.)

I'll try to start this this evening (no ssh access at the moment) unless someone else beats me to it.
History
Date User Action Args
2010-04-13 08:30:25mark.dickinsonsetrecipients: + mark.dickinson, nnorwitz, pitrou, r.david.murray, srid, skrah
2010-04-13 08:30:25mark.dickinsonsetmessageid: <1271147425.56.0.309761394725.issue4970@psf.upfronthosting.co.za>
2010-04-13 08:30:23mark.dickinsonlinkissue4970 messages
2010-04-13 08:30:21mark.dickinsoncreate