[openstack-dev] [nova] eventlet in the py34 unit tests

2016-03-19 Thread Chris Dent
This review demonstrates a fix for the py34 unit tests sometimes taking an age in the gate and eventually timing out: https://review.openstack.org/#/c/293372/ The changed test, without the change, will block in epoll() for a rather long time (900s), only in python34. In python 27 it sails.

Re: [openstack-dev] [nova] eventlet in the py34 unit tests

2016-03-19 Thread Chris Dent
On Wed, 16 Mar 2016, Chris Dent wrote: This review demonstrates a fix for the py34 unit tests sometimes taking an age in the gate and eventually timing out: https://review.openstack.org/#/c/293372/ The changed test, without the change, will block in epoll() for a rather long time (900s),