New submission from R. David Murray:

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?

----------
components: asyncio
messages: 222059
nosy: gvanrossum, haypo, neologix, r.david.murray, yselivanov
priority: normal
severity: normal
status: open
title: test_selectors.PollSelectorTestCase.test_above_fd_setsize killed by shell
type: crash
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21901>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to