Re: [openstack-dev] [nova] gate blockage due to eventlet 0.18

2016-01-25 Thread Victor Stinner
Hi, Oops, I feel guilty, I wrote the patch which introduced the regression :-/ My patch fixes a bug on Python 3: "sock.makefile('rb').readline() doesn't handle blocking errors correctly" https://github.com/eventlet/eventlet/issues/274 I was relying on the eventlet test suite, but it looks

Re: [openstack-dev] [nova] gate blockage due to eventlet 0.18

2016-01-25 Thread Sean Dague
On 01/25/2016 03:36 AM, Victor Stinner wrote: > Hi, > > Oops, I feel guilty, I wrote the patch which introduced the regression > :-/ My patch fixes a bug on Python 3: "sock.makefile('rb').readline() > doesn't handle blocking errors correctly" > https://github.com/eventlet/eventlet/issues/274 > >

Re: [openstack-dev] [nova] gate blockage due to eventlet 0.18

2016-01-24 Thread Andreas Jaeger
On 2016-01-24 22:35, Diana Clarke wrote: > And here's the upstream bug for the functional test failures: > > https://github.com/eventlet/eventlet/issues/291 > https://bugs.launchpad.net/nova/+bug/1537450 > > It was also fixed in eventlet 0.18.1. Diana, Thanks for investigating and

[openstack-dev] [nova] gate blockage due to eventlet 0.18

2016-01-24 Thread Sean Dague
Something about the eventlet 0.18 release is failing the cloudpipe functional tests, as well as our docs job (which is really really odd). An eventlet pin has been posted - https://review.openstack.org/271809 - once landed it should let the spice flow again. If someone could look into it deeper

Re: [openstack-dev] [nova] gate blockage due to eventlet 0.18

2016-01-24 Thread Jeremy Stanley
On 2016-01-24 13:39:38 -0500 (-0500), Sean Dague wrote: > Something about the eventlet 0.18 release is failing the cloudpipe > functional tests, as well as our docs job (which is really really odd). > > An eventlet pin has been posted - https://review.openstack.org/271809 - > once landed it

Re: [openstack-dev] [nova] gate blockage due to eventlet 0.18

2016-01-24 Thread Davanum Srinivas
yep. we should be all better now :) -- dims On Sun, Jan 24, 2016 at 2:48 PM, Andreas Jaeger wrote: > On 01/24/2016 08:01 PM, Jeremy Stanley wrote: >> >> On 2016-01-24 13:39:38 -0500 (-0500), Sean Dague wrote: >>> >>> Something about the eventlet 0.18 release is failing the

Re: [openstack-dev] [nova] gate blockage due to eventlet 0.18

2016-01-24 Thread Andreas Jaeger
On 01/24/2016 08:01 PM, Jeremy Stanley wrote: On 2016-01-24 13:39:38 -0500 (-0500), Sean Dague wrote: Something about the eventlet 0.18 release is failing the cloudpipe functional tests, as well as our docs job (which is really really odd). An eventlet pin has been posted -

Re: [openstack-dev] [nova] gate blockage due to eventlet 0.18

2016-01-24 Thread Diana Clarke
And here's the upstream bug for the functional test failures: https://github.com/eventlet/eventlet/issues/291 https://bugs.launchpad.net/nova/+bug/1537450 It was also fixed in eventlet 0.18.1. --diana >> Dims reported a related bug upstream: >> >>