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

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 -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 byte
> >>>
> >>> This is unrelated to the change, which is simply importing test job
> >>> settings or updating the .gitreview file. I need someone familiar with
> >>> the library to help debug the issue.
> >>>
> >>> Can we get a volunteer?
> >>
> >> Looking into it. Seems to be related to this upstream patch to
> >> python-etcd3gw:
> >>
> >>
> https://github.com/dims/etcd3-gateway/commit/224f40972b42c4ff16234c0e78ea765e3fe1af95
> >>
> >> Best,
> >> -jay
> >>
> >
> > Thanks, Jay!
> >
> > I see that Dims says he pushed a release. Is that something we need to
> > update in the constraints list, then?
>
> Yeah, likely. We'll need to blacklist the 0.2.3 release of etcd3-gateway
> library in the openstack/tooz requirements file.
>
> I think? :)
>
> -jay
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>


-- 
Davanum Srinivas :: https://twitter.com/dims
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 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 someone familiar with
the library to help debug the issue.

Can we get a volunteer?


Looking into it. Seems to be related to this upstream patch to
python-etcd3gw:

https://github.com/dims/etcd3-gateway/commit/224f40972b42c4ff16234c0e78ea765e3fe1af95

Best,
-jay



Thanks, Jay!

I see that Dims says he pushed a release. Is that something we need to
update in the constraints list, then?


Yeah, likely. We'll need to blacklist the 0.2.3 release of etcd3-gateway 
library in the openstack/tooz requirements file.


I think? :)

-jay

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 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 someone familiar with
> > > the library to help debug the issue.
> > >
> > > Can we get a volunteer?
> >
> > Looking into it. Seems to be related to this upstream patch to
> > python-etcd3gw:
> >
> >
> > https://github.com/dims/etcd3-gateway/commit/224f40972b42c4ff16234c0e78ea765e3fe1af95
> >
> > Best,
> > -jay
> >
> > __
> > OpenStack Development Mailing List (not for usage questions)
> > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> >
> 

I filed the constraint update: https://review.openstack.org/591498

I also set the tooz patches to depend on that as a test:
https://review.openstack.org/588720

Doug

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 byte
> > 
> > This is unrelated to the change, which is simply importing test job
> > settings or updating the .gitreview file. I need someone familiar with
> > the library to help debug the issue.
> > 
> > Can we get a volunteer?
> 
> Looking into it. Seems to be related to this upstream patch to 
> python-etcd3gw:
> 
> https://github.com/dims/etcd3-gateway/commit/224f40972b42c4ff16234c0e78ea765e3fe1af95
> 
> Best,
> -jay
> 

Thanks, Jay!

I see that Dims says he pushed a release. Is that something we need to
update in the constraints list, then?

Doug

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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 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 someone familiar with
> > the library to help debug the issue.
> >
> > Can we get a volunteer?
>
> Looking into it. Seems to be related to this upstream patch to
> python-etcd3gw:
>
>
> https://github.com/dims/etcd3-gateway/commit/224f40972b42c4ff16234c0e78ea765e3fe1af95
>
> Best,
> -jay
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>


-- 
Davanum Srinivas :: https://twitter.com/dims
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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
settings or updating the .gitreview file. I need someone familiar with
the library to help debug the issue.

Can we get a volunteer?


Looking into it. Seems to be related to this upstream patch to 
python-etcd3gw:


https://github.com/dims/etcd3-gateway/commit/224f40972b42c4ff16234c0e78ea765e3fe1af95

Best,
-jay

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[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 someone familiar with
the library to help debug the issue.

Can we get a volunteer?

https://review.openstack.org/#/q/project:openstack/tooz+is:open

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev