gouthamr | dviroel: the error seems weird | 00:11 |
---|---|---|
gouthamr | dviroel: i'm looking at https://openstack-ci-logs.aws.infinidat.com/81/681381/6/check/dsvm-tempest-infinibox-nfs/fa82034/console.html#_2019-09-30_14_08_46_725 | 00:12 |
dviroel | gouthamr: when the first test is skipped: SKIPPED: ('Share migration tests are disabled.',) | 00:12 |
gouthamr | dviroel: devstack seems to have created three test credentials, the test concurrency is set to 1 | 00:12 |
dviroel | gouthamr: It is supposed to release the credential on teardown, but looks like its not doing this | 00:13 |
gouthamr | dviroel: yes, that seems to be happening | 00:13 |
gouthamr | dviroel: exactly three test classes have been executed before the first failure | 00:14 |
dviroel | And the SKIPPED output looks different now | 00:14 |
dviroel | gouthamr: this was the last change on test.py https://review.opendev.org/#/c/681340/6/tempest/test.py@188 | 00:15 |
dviroel | gouthamr: and seems to be related. And cls.tearDownClass() may not being called | 00:16 |
gouthamr | interesting | 00:18 |
gouthamr | dviroel: are you seeing this in all gates? | 00:20 |
gouthamr | dviroel: mtreinish's comment seems concerning | 00:21 |
gouthamr | we use class level skips all over the place | 00:21 |
gouthamr | we shouldn't fail this, should we? https://review.opendev.org/#/c/684751/ | 00:23 |
gouthamr | unless older jobs also use a newer tempest release | 00:24 |
dviroel | gouthamr: I think that we can proceed with the fix. Sorry for not opening the LP, was a dnm change before I test this fix | 00:26 |
gouthamr | dviroel: no problem at all, i understand it's a bother to file a bug for these - but def helps in tracking, since we can retrieve the frequency/trend of our break-fixes | 00:29 |
dviroel | gouthamr: sure, my mistake | 00:29 |
gouthamr | dviroel: for this issue, could you open a bug against tempest and provide your RCA? | 00:29 |
gouthamr | dviroel: i hope it's an easy fix - we can pursue it with tempest folks and see if we have to make any changes to our plugin (hope not) | 00:30 |
dviroel | gouthamr: so should we open the bug against tempest, not our plugin? | 00:31 |
dviroel | gouthamr: looks like a tempest issue. they may going to say that we should use skip_tests() instead of raising SkipException | 00:34 |
dviroel | gouthamr: I intend to investigate a little bit more the root cause of this issue | 00:35 |
gouthamr | dviroel: yes, we don't have a LP project for manila-tempest-plugin | 00:35 |
dviroel | gouthamr: ok | 00:35 |
gouthamr | dviroel: ack, understanding if we have bugs would be cool | 00:36 |
gouthamr | if a fix is necessary on our end - we can do that, and re-release the plugin, but... | 00:36 |
gouthamr | the concern would be stable testing | 00:37 |
gouthamr | s/stable/stable branch | 00:37 |
gouthamr | dviroel: do let me know what you learn! :) | 00:37 |
dviroel | gouthamr: sure | 00:39 |
gouthamr | awesome ty! | 00:43 |
dviroel | yw | 00:49 |
*** ianychoi has quit IRC | 01:17 | |
*** ianychoi has joined #openstack-manila | 01:18 | |
*** lseki has quit IRC | 01:47 | |
*** ianychoi has quit IRC | 03:59 | |
*** ianychoi has joined #openstack-manila | 04:00 | |
*** pcaruana has joined #openstack-manila | 05:01 | |
*** ianychoi has quit IRC | 05:03 | |
*** ianychoi has joined #openstack-manila | 05:05 | |
*** dviroel has quit IRC | 05:07 | |
*** ianychoi has quit IRC | 05:27 | |
*** ianychoi has joined #openstack-manila | 05:29 | |
*** ianychoi has quit IRC | 06:00 | |
*** ianychoi has joined #openstack-manila | 06:01 | |
*** lpetrut has joined #openstack-manila | 06:31 | |
*** ianychoi has quit IRC | 06:40 | |
*** ianychoi has joined #openstack-manila | 06:42 | |
*** tosky has joined #openstack-manila | 07:16 | |
openstackgerrit | Eric Xie proposed openstack/manila master: Fix error that failed to get image for booting server https://review.opendev.org/685886 | 07:22 |
*** kopecmartin|off is now known as kopecmartin | 07:24 | |
*** e0ne has joined #openstack-manila | 08:29 | |
*** dviroel has joined #openstack-manila | 11:54 | |
*** lseki has joined #openstack-manila | 12:06 | |
*** enriquetaso has joined #openstack-manila | 12:06 | |
*** ianychoi has quit IRC | 12:10 | |
*** ianychoi has joined #openstack-manila | 12:13 | |
*** lpetrut has quit IRC | 12:24 | |
*** trident has quit IRC | 12:34 | |
*** trident has joined #openstack-manila | 12:35 | |
openstackgerrit | Merged openstack/manila stable/rocky: Fix manila-tempest-minimal-dsvm-lvm-centos-7 job https://review.opendev.org/684751 | 13:10 |
*** trident has quit IRC | 13:22 | |
*** trident has joined #openstack-manila | 13:23 | |
*** lpetrut has joined #openstack-manila | 14:40 | |
*** lpetrut has quit IRC | 14:47 | |
*** lpetrut has joined #openstack-manila | 15:13 | |
*** ianychoi has quit IRC | 15:20 | |
*** ianychoi has joined #openstack-manila | 15:23 | |
*** lpetrut has quit IRC | 15:35 | |
*** e0ne has quit IRC | 16:18 | |
*** lpetrut has joined #openstack-manila | 16:22 | |
openstackgerrit | Victoria Martinez de la Cruz proposed openstack/python-manilaclient master: Remove keystoneclient dependency from manilaclient https://review.opendev.org/647538 | 16:44 |
openstackgerrit | Douglas Viroel proposed openstack/manila master: DNM - Testing tempest fix on branch master https://review.opendev.org/686010 | 16:52 |
dviroel | gouthamr: https://bugs.launchpad.net/tempest/+bug/1846236 | 16:53 |
openstack | Launchpad bug 1846236 in tempest "User credentials not being released when skipException is raised on resource_setup()" [Undecided,In progress] - Assigned to Douglas Viroel (dviroel) | 16:53 |
gouthamr | nice, dviroel | 16:57 |
*** enriquetaso has quit IRC | 17:21 | |
*** lpetrut has quit IRC | 17:31 | |
*** e0ne has joined #openstack-manila | 17:35 | |
*** e0ne has quit IRC | 18:17 | |
openstackgerrit | Andre Luiz Beltrami Rocha proposed openstack/manila master: [DNM] Upstream test https://review.opendev.org/686026 | 18:33 |
*** andrebeltrami has joined #openstack-manila | 18:55 | |
*** e0ne has joined #openstack-manila | 19:08 | |
openstackgerrit | Victoria Martinez de la Cruz proposed openstack/python-manilaclient master: Remove keystoneclient dependency from manilaclient https://review.opendev.org/647538 | 19:22 |
*** enriquetaso has joined #openstack-manila | 20:09 | |
*** kopecmartin is now known as kopecmartin|off | 20:11 | |
*** enriquetaso has quit IRC | 20:17 | |
*** e0ne has quit IRC | 20:27 | |
*** pcaruana has quit IRC | 20:33 | |
*** enriquetaso has joined #openstack-manila | 20:41 | |
dviroel | gouthamr: the tempest fix also fix our CI issues: https://review.opendev.org/#/c/686010/ | 21:23 |
gouthamr | awesome dviroel | 21:24 |
gouthamr | i'll +1 | 21:24 |
dviroel | gouthamr: ty | 21:24 |
gouthamr | i know gmann works in the APAC timezone, probably zhufl does too - ive added both of them | 21:25 |
dviroel | ok | 21:25 |
*** openstackstatus has quit IRC | 21:32 | |
*** openstackstatus has joined #openstack-manila | 21:34 | |
*** ChanServ sets mode: +v openstackstatus | 21:34 | |
gouthamr | awesome, we already have a +2 from mtreinish | 21:43 |
dviroel | \o/ | 21:49 |
openstackgerrit | Victoria Martinez de la Cruz proposed openstack/python-manilaclient master: Remove keystoneclient dependency from manilaclient https://review.opendev.org/647538 | 22:46 |
*** enriquetaso has quit IRC | 23:01 | |
*** tosky has quit IRC | 23:02 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!