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 r.david.murray
Recipients gvanrossum, neologix, r.david.murray, vstinner, yselivanov
Date 2014-07-01.22:40:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404254403.84.0.153705596072.issue21901@psf.upfronthosting.co.za>
In-reply-to
Content
On one particular linux vserver virtual machine (which is unfortunately my development platform for python), test.test_selectors.PollSelectorTestCase.test_above_fd_setsize fails with the following message:

   zsh: killed

and at that point the test suite stops running, regardless of whether or not I started it with -j.

As far as I can tell, the configuration of this vserver is the same as the one my buildbots run on, but they are on different host machines, so there could be some differences I'm not remembering.  On the buldbots, the test gets skipped with the message 'FD limit reached'.

Anyone have any clues how to debug this?
History
Date User Action Args
2014-07-01 22:40:03r.david.murraysetrecipients: + r.david.murray, gvanrossum, vstinner, neologix, yselivanov
2014-07-01 22:40:03r.david.murraysetmessageid: <1404254403.84.0.153705596072.issue21901@psf.upfronthosting.co.za>
2014-07-01 22:40:03r.david.murraylinkissue21901 messages
2014-07-01 22:40:03r.david.murraycreate