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 zach.ware
Recipients zach.ware
Date 2015-07-29.21:25:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438205156.51.0.585052183342.issue24751@psf.upfronthosting.co.za>
In-reply-to
Content
The buildbots all run the test suite with the '-w', which re-runs any tests that failed in the main test sequence at a higher verbosity level.  More often than not it seems the re-run tests succeed, but the exit code is still 1 so the build is marked as a failure.

The simplest action I'd like would be to exit(0) iff all re-run tests pass on the re-run.  Alternatively, we could try to get a bit fancier and exit with some other return code, and adjust the build master to interpret that return code as "passed, with warnings" and mark the build as amber rather than red.
History
Date User Action Args
2015-07-29 21:25:56zach.waresetrecipients: + zach.ware
2015-07-29 21:25:56zach.waresetmessageid: <1438205156.51.0.585052183342.issue24751@psf.upfronthosting.co.za>
2015-07-29 21:25:56zach.warelinkissue24751 messages
2015-07-29 21:25:55zach.warecreate