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 brian.curtin
Recipients brian.curtin
Date 2010-04-15.02:41:59
SpamBayes Score 3.118106e-05
Marked as misclassified No
Message-id <1271299322.61.0.635546677584.issue8405@psf.upfronthosting.co.za>
In-reply-to
Content
test_os._kill is used by test_kill_sigterm and test_kill_int and is failing on a slow Windows buildbot due to timing issues between the process starting and the signal being sent. I've checked in a few small time.sleep hacks in the meantime to see if that would help the bot, but I'd like to get a solid fix in there.

The attached patch adds a loop to the test function to see that even if the subprocess doesn't respond right away, it will have a few chances to respond and run the test. If the expected message isn't piped from the subprocess after 5 retries, the test fails.
History
Date User Action Args
2010-04-15 02:42:02brian.curtinsetrecipients: + brian.curtin
2010-04-15 02:42:02brian.curtinsetmessageid: <1271299322.61.0.635546677584.issue8405@psf.upfronthosting.co.za>
2010-04-15 02:42:01brian.curtinlinkissue8405 messages
2010-04-15 02:42:00brian.curtincreate