Re: [openstack-dev] [requirements][heat][congress] gabbi<1.42.1 causing error in queens dsvm

2018-08-14 Thread Eric K


From:  Rabi Mishra 
Date:  Monday, August 13, 2018 at 10:10 PM
> On Tue, Aug 14, 2018 at 4:40 AM, Eric K  wrote:
>> It appears that gabbi<1.42.1 is causing on error with heat tempest
>> plugin in congress stable/queens dsvm job [1][2][3].
> I wonder why you're enabling heat-tempest-plugin in the first place? I see a
> number of tempest plugins enabled. However, you don't seem to gate on the
> tests in those plugins[1].
> 
> [1] 
> https://github.com/openstack/congress/blob/master/playbooks/legacy/congress-de
> vstack-api-base/run.yaml#L61
Hi Rabi,

When folks worked on transitioning from in-tree tempest tests to a separate
plugin, it seemed as though enabling these plugins
was necessary to get some of the skip checks like this to succeed:
https://github.com/openstack/congress-tempest-plugin/blob/master/congress_te
mpest_plugin/tests/scenario/congress_datasources/test_aodh.py#L32

But maybe that's not the case and there's a better way. Would be great to
shed these extra tempest plugins actually.
> 
>  
>> The issue was
>> addressed in heat tempest plugin [4], but the problem remains for
>> stable/queens jobs because the queens upper-constraint is still at
>> 1.40.0 [5].
>> 
> 
> Yeah, a uc bump to 1.42.1 is required if you're enabling it.
>  
>> Any suggestions on how to proceed? Thank you!
>> 
>> [1] https://bugs.launchpad.net/heat-tempest-plugin/+bug/1749218
>> [2] https://bugzilla.redhat.com/show_bug.cgi?id=1609361
>> [3] 
>> http://logs.openstack.org/41/567941/2/check/congress-devstack-api-mysql/c232d
>> 8a/job-output.txt.gz#_2018-08-13_11_46_28_441837
>> [4] https://review.openstack.org/#/c/544025/
>> [5] 
>> https://github.com/openstack/requirements/blob/stable/queens/upper-constraint
>> s.txt#L245
>> 
>> __
>> 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
> 
> 
> 
> -- 
> Regards,
> Rabi Mishra
> 
> __
> 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 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] [requirements][heat][congress] gabbi<1.42.1 causing error in queens dsvm

2018-08-14 Thread Eric K


On 8/13/18, 11:03 PM, "Tony Breeds"  wrote:

>On Mon, Aug 13, 2018 at 04:10:30PM -0700, Eric K wrote:
>> It appears that gabbi<1.42.1 is causing on error with heat tempest
>> plugin in congress stable/queens dsvm job [1][2][3]. The issue was
>> addressed in heat tempest plugin [4], but the problem remains for
>> stable/queens jobs because the queens upper-constraint is still at
>> 1.40.0 [5].
>> 
>> Any suggestions on how to proceed? Thank you!
>
>https://review.openstack.org/591561 Should fix it.  You can create a
>no-op test that:
>
>Depends-On: https://review.openstack.org/591561
>
>to verify it works.  Doing so and reporting the change ID would be
>really helpful.
>
>Yours Tony.
Thank you, Tony!

Here's a no-op test:
https://review.openstack.org/#/c/591805/
>__
>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 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] [requirements][heat][congress] gabbi<1.42.1 causing error in queens dsvm

2018-08-14 Thread Tony Breeds
On Mon, Aug 13, 2018 at 04:10:30PM -0700, Eric K wrote:
> It appears that gabbi<1.42.1 is causing on error with heat tempest
> plugin in congress stable/queens dsvm job [1][2][3]. The issue was
> addressed in heat tempest plugin [4], but the problem remains for
> stable/queens jobs because the queens upper-constraint is still at
> 1.40.0 [5].
> 
> Any suggestions on how to proceed? Thank you!

https://review.openstack.org/591561 Should fix it.  You can create a
no-op test that:

Depends-On: https://review.openstack.org/591561 

to verify it works.  Doing so and reporting the change ID would be
really helpful.

Yours Tony.


signature.asc
Description: PGP signature
__
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] [requirements][heat][congress] gabbi<1.42.1 causing error in queens dsvm

2018-08-13 Thread Rabi Mishra
On Tue, Aug 14, 2018 at 4:40 AM, Eric K  wrote:

> It appears that gabbi<1.42.1 is causing on error with heat tempest
> plugin in congress stable/queens dsvm job [1][2][3].

I wonder why you're enabling heat-tempest-plugin in the first place? I see
a number of tempest plugins enabled. However, you don't seem to gate on the
tests in those plugins[1].

[1]
https://github.com/openstack/congress/blob/master/playbooks/legacy/congress-devstack-api-base/run.yaml#L61


> The issue was
> addressed in heat tempest plugin [4], but the problem remains for
> stable/queens jobs because the queens upper-constraint is still at
> 1.40.0 [5].
>
>
Yeah, a uc bump to 1.42.1 is required if you're enabling it.


> Any suggestions on how to proceed? Thank you!
>
> [1] https://bugs.launchpad.net/heat-tempest-plugin/+bug/1749218
> [2] https://bugzilla.redhat.com/show_bug.cgi?id=1609361
> [3] http://logs.openstack.org/41/567941/2/check/congress-
> devstack-api-mysql/c232d8a/job-output.txt.gz#_2018-08-13_11_46_28_441837
> [4] https://review.openstack.org/#/c/544025/
> [5] https://github.com/openstack/requirements/blob/stable/
> queens/upper-constraints.txt#L245
>
> __
> 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
>



-- 
Regards,
Rabi Mishra
__
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] [requirements][heat][congress] gabbi<1.42.1 causing error in queens dsvm

2018-08-13 Thread Matthew Thode
On 18-08-13 16:10:30, Eric K wrote:
> It appears that gabbi<1.42.1 is causing on error with heat tempest
> plugin in congress stable/queens dsvm job [1][2][3]. The issue was
> addressed in heat tempest plugin [4], but the problem remains for
> stable/queens jobs because the queens upper-constraint is still at
> 1.40.0 [5].
> 
> Any suggestions on how to proceed? Thank you!
> 
> [1] https://bugs.launchpad.net/heat-tempest-plugin/+bug/1749218
> [2] https://bugzilla.redhat.com/show_bug.cgi?id=1609361
> [3] 
> http://logs.openstack.org/41/567941/2/check/congress-devstack-api-mysql/c232d8a/job-output.txt.gz#_2018-08-13_11_46_28_441837
> [4] https://review.openstack.org/#/c/544025/
> [5] 
> https://github.com/openstack/requirements/blob/stable/queens/upper-constraints.txt#L245
> 

iirc, a UC bump is allowed if it fixes gating, so that's alright by me
(reqs)

-- 
Matthew Thode (prometheanfire)


signature.asc
Description: PGP signature
__
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] [requirements][heat][congress] gabbi<1.42.1 causing error in queens dsvm

2018-08-13 Thread Eric K
It appears that gabbi<1.42.1 is causing on error with heat tempest
plugin in congress stable/queens dsvm job [1][2][3]. The issue was
addressed in heat tempest plugin [4], but the problem remains for
stable/queens jobs because the queens upper-constraint is still at
1.40.0 [5].

Any suggestions on how to proceed? Thank you!

[1] https://bugs.launchpad.net/heat-tempest-plugin/+bug/1749218
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1609361
[3] 
http://logs.openstack.org/41/567941/2/check/congress-devstack-api-mysql/c232d8a/job-output.txt.gz#_2018-08-13_11_46_28_441837
[4] https://review.openstack.org/#/c/544025/
[5] 
https://github.com/openstack/requirements/blob/stable/queens/upper-constraints.txt#L245

__
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