Re: [openstack-dev] [oslo][tooz][etcd] need help debugging tooz test failure

2018-08-13 Thread Doug Hellmann
Excerpts from Davanum Srinivas (dims)'s message of 2018-08-14 04:05:23 +0800: > Jay, Doug, > > We need to blacklist 0.2.2 and 0.2.3 (looking at changelog in) > https://github.com/dims/etcd3-gateway/releases Done in https://review.openstack.org/591517 Thanks, Doug

Re: [openstack-dev] [oslo][tooz][etcd] need help debugging tooz test failure

2018-08-13 Thread Davanum Srinivas
Jay, Doug, We need to blacklist 0.2.2 and 0.2.3 (looking at changelog in) https://github.com/dims/etcd3-gateway/releases Thanks! -- Dims On Tue, Aug 14, 2018 at 4:03 AM Jay Pipes wrote: > On 08/13/2018 03:52 PM, Doug Hellmann wrote: > > Excerpts from Jay Pipes's message of 2018-08-13 13:21:56

Re: [openstack-dev] [oslo][tooz][etcd] need help debugging tooz test failure

2018-08-13 Thread Jay Pipes
On 08/13/2018 03:52 PM, Doug Hellmann wrote: Excerpts from Jay Pipes's message of 2018-08-13 13:21:56 -0400: On 08/12/2018 04:11 PM, Doug Hellmann wrote: The tooz tests on master and stable/rocky are failing with an error: UnicodeDecodeError: 'utf8' codec can't decode byte 0xc4 in

Re: [openstack-dev] [oslo][tooz][etcd] need help debugging tooz test failure

2018-08-13 Thread Doug Hellmann
Excerpts from Davanum Srinivas (dims)'s message of 2018-08-14 03:50:54 +0800: > Thanks Jay. Pushed out a 0.2.4 with a revert to the offending PR > > On Tue, Aug 14, 2018 at 1:22 AM Jay Pipes wrote: > > > On 08/12/2018 04:11 PM, Doug Hellmann wrote: > > > The tooz tests on master and

Re: [openstack-dev] [oslo][tooz][etcd] need help debugging tooz test failure

2018-08-13 Thread Doug Hellmann
Excerpts from Jay Pipes's message of 2018-08-13 13:21:56 -0400: > On 08/12/2018 04:11 PM, Doug Hellmann wrote: > > The tooz tests on master and stable/rocky are failing with an error: > > > > UnicodeDecodeError: 'utf8' codec can't decode byte 0xc4 in position 0: > > invalid continuation

Re: [openstack-dev] [oslo][tooz][etcd] need help debugging tooz test failure

2018-08-13 Thread Davanum Srinivas
Thanks Jay. Pushed out a 0.2.4 with a revert to the offending PR On Tue, Aug 14, 2018 at 1:22 AM Jay Pipes wrote: > On 08/12/2018 04:11 PM, Doug Hellmann wrote: > > The tooz tests on master and stable/rocky are failing with an error: > > > > UnicodeDecodeError: 'utf8' codec can't decode

Re: [openstack-dev] [oslo][tooz][etcd] need help debugging tooz test failure

2018-08-13 Thread Jay Pipes
On 08/12/2018 04:11 PM, Doug Hellmann wrote: The tooz tests on master and stable/rocky are failing with an error: UnicodeDecodeError: 'utf8' codec can't decode byte 0xc4 in position 0: invalid continuation byte This is unrelated to the change, which is simply importing test job

[openstack-dev] [oslo][tooz][etcd] need help debugging tooz test failure

2018-08-12 Thread Doug Hellmann
The tooz tests on master and stable/rocky are failing with an error: UnicodeDecodeError: 'utf8' codec can't decode byte 0xc4 in position 0: invalid continuation byte This is unrelated to the change, which is simply importing test job settings or updating the .gitreview file. I need