Tuesday, 2020-05-12

*** gregwork has quit IRC00:42
*** Liang__ has joined #openstack-qa01:09
*** tkajinam has quit IRC01:29
*** tkajinam has joined #openstack-qa01:29
openstackgerritColleen Murphy proposed openstack/devstack master: Fix pip distro package removal for focal  https://review.opendev.org/72699401:41
openstackgerritIan Wienand proposed openstack/devstack stable/train: Add ensure-virtualenv role  https://review.opendev.org/72700002:07
*** viks____ has joined #openstack-qa02:25
*** paras333 has joined #openstack-qa02:58
*** hongbin has joined #openstack-qa03:00
*** paras333 has quit IRC03:28
*** rh-jelabarre has quit IRC03:47
*** yamamoto has joined #openstack-qa03:53
*** gcheresh_ has joined #openstack-qa04:31
*** evrardjp has quit IRC04:36
*** evrardjp has joined #openstack-qa04:36
*** yamamoto has quit IRC04:43
*** hongbin has quit IRC05:04
*** udesale has joined #openstack-qa05:35
*** brinzhang has quit IRC06:11
*** abdysn has joined #openstack-qa06:11
*** brinzhang has joined #openstack-qa06:12
*** nightmare_unreal has joined #openstack-qa06:14
*** brinzhang has quit IRC06:14
*** brinzhang has joined #openstack-qa06:15
*** tkajinam has quit IRC06:35
*** tkajinam has joined #openstack-qa06:36
*** slaweq has joined #openstack-qa07:11
*** vishakha has joined #openstack-qa07:28
*** ralonsoh has joined #openstack-qa07:33
*** tosky has joined #openstack-qa07:35
openstackgerritRodolfo Alonso Hernandez proposed openstack/tempest master: Prevent raising exception if IP address is set in _hotplug_server  https://review.opendev.org/71635507:35
openstackgerritRajat Dhasmana proposed openstack/tempest master: Add flexibility to set volume size from conf  https://review.opendev.org/72709107:47
*** dtantsur|afk is now known as dtantsur07:54
*** jpena|off is now known as jpena07:56
*** rpittau|afk is now known as rpittau07:58
*** lucasagomes has joined #openstack-qa08:09
*** yamamoto has joined #openstack-qa08:22
*** yamamoto has quit IRC08:24
abdysnHi all, tried to deploy devstack on a fresh centos8.0 machine, and i get this error http://paste.openstack.org/show/793416/, any ideas?08:28
abdysnthanks08:29
toskyI would try to remove the RPM package of PyYAML which is probably installed and retry08:30
abdysntosky, ok, will check08:45
abdysntosky, i think it passed the point, thanks for the help :)08:50
tosky:)08:51
*** yamamoto has joined #openstack-qa09:04
*** yamamoto has quit IRC09:09
dtantsurfolks, it seems that flake8 3.8.0 started breaking projects09:24
dtantsurshould we maybe release hacking with a cap for it to give people time to adapt?09:24
*** gfidente has joined #openstack-qa09:25
dtantsurping stephenfin since you last touched this code ^^^09:30
*** jhesketh has joined #openstack-qa09:31
stephenfinI'd be hoping people were capping stuff themselves. What's the break?09:31
dtantsurstephenfin: 3.8.0 pulled in new pycodestyle with new rules09:33
dtantsursince hacking caps flake8<4.0, many projects started seeing pep8 failures on master and ussuri09:34
dtantsurit's especially sad since E741 is pretty silly09:34
stephenfinAh, so it's code style checks that are failing rather than them not following semver. That's better at least09:34
dtantsurwell, we could argue about the definition of semver here09:35
dtantsurbut we better see what can be done :)09:35
dtantsuran example: https://zuul.opendev.org/t/openstack/build/f9af3924c00649558fec37314afbb60d09:35
stephenfinyeah, maybe a new patch release to cap the flake8 version followed by a new minor version to bump it09:35
dtantsurI'd say the latter should be major09:36
stephenfine741 has been there for a long time09:36
dtantsuryeah, but it has never been reported before09:36
stephenfinat least I recognise the error message09:36
dtantsurif I understood right, because flake8 was capping pycodestyle09:36
stephenfinYeah, I suspect they improved their parser to catch stuff they previously missed09:37
stephenfinso yeah, bugfix really09:37
dtantsursigh09:37
stephenfinbut f522 is new09:37
dtantsurF522 is the only one in this run that looks helpful to me09:37
stephenfinIf you want to submit a patch to pin flake8 to a given minor (vs. major) version, I'd be happy to review09:39
*** Liang__ has quit IRC09:45
openstackgerritDmitry Tantsur proposed openstack/hacking master: Cap flake8 < 3.8.0  https://review.opendev.org/72713309:49
dtantsurstephenfin: something like ^^09:49
stephenfindtantsur: Ideal. Could I get a follow-up to bump that to 3.9.0 and I'll +2 both and sort out the release paperwork?09:50
dtantsursure09:50
openstackgerritDmitry Tantsur proposed openstack/hacking master: Enable flake8 3.8.*  https://review.opendev.org/72713409:51
dtantsurstephenfin: ^^09:51
stephenfinOh, wdyk, I can't +2 since I'm not core there. I thought I was :-\ Looks like you need bnemec and gmann09:52
dtantsursigh09:54
dtantsurSIGH09:54
dtantsurwe're working on fixing the issues in ironic projects meanwhile.. but I suspect many projects may be broken09:55
dtantsurE741 is easy to violate09:55
dtantsurand multi-line #noqa are broken now09:55
stephenfinYeah, nova is anyway09:55
stephenfinngl, I don't agree with E741 in the context of list comprehensions09:55
dtantsurwe're adding it to the ignore list fwiw09:55
stephenfingiven their extremely narrow scope09:56
dtantsurI understand the motivation, but it brings more harm IMO09:56
stephenfinprobably wise09:58
openstackgerritLuigi Toscano proposed openstack/devstack master: New TEMPEST_VOLUME_REVERT_TO_SNAPSHOT setting  https://review.opendev.org/72714210:08
*** udesale_ has joined #openstack-qa10:18
*** rpittau is now known as rpittau|bbl10:19
*** udesale has quit IRC10:21
toskystephenfin: there was a call for hacking maintainer a few weeks ago; if you want, just ask gmann10:34
*** gcheresh_ has quit IRC10:52
*** gtema has joined #openstack-qa10:53
*** lucasagomes is now known as lucas-hungry11:01
*** rfolco has joined #openstack-qa11:16
fricklerstephenfin: dtantsur: I'd be willing to fast-approve 727133, but I'm unsure about the nova failure, is that unrelated and will be fixed differently?11:26
*** samueldmq_ has joined #openstack-qa11:28
*** gcheresh_ has joined #openstack-qa11:28
dtantsurit's suspicious11:33
*** jpena is now known as jpena|lunch11:33
dtantsuralthough the way the test is running is weird11:34
dtantsurfrickler, stephenfin, do you know why the nova job doesn't use tox?11:34
*** samueldmq_ has quit IRC11:34
dtantsurH210 was introduced earlier, not in 3.8.011:34
dtantsurfrickler: I *think* the breakage is pre-existing, but I'll let stephenfin comment11:35
*** samueldmq_ has joined #openstack-qa11:36
*** rh-jelabarre has joined #openstack-qa11:36
*** samueldmq_ is now known as samueldmq11:40
AJaegerdtantsur: which nova job are you talking about?11:41
AJaegeroh, the integration one?11:42
AJaegerdtantsur: failing also in https://review.opendev.org/#/c/725500/11:42
AJaegerdtantsur: and it uses tox, see https://zuul.opendev.org/t/openstack/build/8f457a5b17414b1aaa9da41210cfcfdf/console#3/0/10/ubuntu-bionic11:43
*** raildo has joined #openstack-qa11:44
dtantsurokay, so we can assume the failure unrelated to the patch?11:47
dtantsurI guess it's not blacklisting H210 yet11:47
AJaegerdtantsur: it runs hacking with all only H* enabled to see what the hacking changes would do on nova.11:48
dtantsurright11:48
AJaegerdtantsur: I prefer passing tests as well11:49
dtantsurwho doesn't? :) but I wonder if nova wants to fix H210 in the near future. it's plenty of work.11:50
*** nweinber has joined #openstack-qa11:52
*** lucas-hungry is now known as lucasagomes11:55
AJaegeryeah, 11757 lines ;(12:01
*** vishalmanchanda has quit IRC12:07
*** gfidente is now known as gfidente|pto12:11
*** abdysn has quit IRC12:12
*** rpittau|bbl is now known as rpittau12:21
*** rfolco is now known as rfolco|rover12:27
stephenfinyeah, that won't be fixed12:30
stephenfin:)12:30
stephenfinI've no idea why it's ignored though12:31
stephenfinoh, it's off by default12:31
stephenfindtantsur, frickler: yeah, that's definitely pre-existing. We need to figure out a way to enable hacking checks while keeping the off by default checks switched off https://github.com/openstack/hacking/blob/7b7ba01d5bcb82b1c4e4dda3bafb4edcabefa08c/integration-test/test.sh#L5012:33
*** jpena|lunch is now known as jpena12:40
*** vishalmanchanda has joined #openstack-qa12:41
*** elod_pto is now known as elod12:42
openstackgerritMerged openstack/hacking master: Cap flake8 < 3.8.0  https://review.opendev.org/72713312:45
*** paras333 has joined #openstack-qa13:18
*** spotz has joined #openstack-qa13:27
gmanndtantsur: stephenfin but we need to release the hacking new version and then use that otherwise it is still broken on project side13:36
gmannoffice hour time13:37
gmann#startmeeting qa13:37
openstackMeeting started Tue May 12 13:37:27 2020 UTC and is due to finish in 60 minutes.  The chair is gmann. Information about MeetBot at http://wiki.debian.org/MeetBot.13:37
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.13:37
*** openstack changes topic to " (Meeting topic: qa)"13:37
openstackThe meeting name has been set to 'qa'13:37
gmannwho all here today ?13:37
masayukighi13:37
paras333Hi!!13:37
soniya29hello13:37
toskyhello13:38
gmann#link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours13:38
gmannagenda for today ^^13:38
gmann#topic Announcement and Action Item13:39
*** openstack changes topic to "Announcement and Action Item (Meeting topic: qa)"13:39
gmannno AI from last meeting13:39
*** redrobot has quit IRC13:39
gmannI am skipping the ussuri progress things13:39
gmann#topic OpenStack Events Updates and Planning13:40
*** openstack changes topic to "OpenStack Events Updates and Planning (Meeting topic: qa)"13:40
gmann#link https://etherpad.opendev.org/p/qa-victoria-ptg13:40
gmannmasayukig: did you see the room change for QA ?13:40
masayukiggmann: yeah, I just saw that.13:42
gmannthanks for updating etherpad13:42
gmannanything to share, update on PTG ?13:42
masayukignp :)13:42
masayukignothing so far13:42
gmannok13:42
gmannwe need to plan topic schedule so that we can utilize the time in much better way13:43
gmannwe have time to do that.13:43
masayukigyeah, I'll make a draft plan13:44
gmannthanks13:44
gmann#topic Sub Teams highlights13:44
*** openstack changes topic to "Sub Teams highlights (Meeting topic: qa)"13:44
gmannTempest13:44
gmann#link https://review.opendev.org/#/q/project:openstack/tempest+status:open13:44
gmannopen reviews ^^13:44
gmannOne update is - we have merged the cleanup CLI running in gate. it runs in tempest-full-parallel job13:45
gmannthanks kopecmartin for making it working13:45
masayukigkopecmartin++ :)13:46
gmannwe will discuss this in PTG also to make it default in all jobs based on its stability.13:46
gmannand to capture the resources leakage report to fix the tests13:46
gmannanything on Tempest side ?13:47
gmannPatrole13:48
gmannnothing much to share on Patrole from my side13:48
gmannstable jobs setup is done for Patrole also13:48
gmannHacking13:48
paras333I am preparing the list where we can add the most common/useful checks in hacking itself13:49
paras333https://etherpad.opendev.org/p/hacking13:49
gmannwe got the breakage due to flake8 new version. either we can say they did not follow the version or we were optimize of capping it with <4.0.0. anyways our capping was obvious wrong13:49
gmannwe should have cap with exact working version not with future things13:50
gmannpatch is merged in hacking but i think we need to release it to fix the gate. I will check after meeting13:51
gmannparas333: thanks for that13:51
masayukiggmann: thanks13:51
gmannparas333: once flake8 things are done then we can start looking into those rules13:52
paras333gmann:  ack13:52
gmann#topic Community goal tracking13:52
*** openstack changes topic to "Community goal tracking (Meeting topic: qa)"13:52
gmann#link https://etherpad.opendev.org/p/qa-community-wide-goals-tracking13:53
*** openstackstatus has quit IRC13:53
gmannussuri goals are completed and we will start Victoria goal soon13:53
gmann#topic Bug Triage13:53
*** openstack changes topic to "Bug Triage (Meeting topic: qa)"13:53
gmann#link https://etherpad.opendev.org/p/qa-bug-triage-ussuri13:54
gmannkopecmartin: any new news, critical bug other than hacking one13:54
*** openstackstatus has joined #openstack-qa13:54
*** ChanServ sets mode: +v openstackstatus13:54
toskyI'd say: https://review.opendev.org/#/c/726885/13:55
gmannok, let's keep review the bugs/patches on etherpad13:55
gmann#topic Critical Reviews13:55
*** openstack changes topic to "Critical Reviews (Meeting topic: qa)"13:55
gmanntosky thanks, i will check. I think we did move every test to use that conf13:56
toskyall but that one, it seems - a slip13:56
gmann+213:57
gmannany other review need more attension ?13:57
gmann#topic Open Discussion13:57
*** openstack changes topic to "Open Discussion (Meeting topic: qa)"13:57
gmannanything else to discuss today ?13:57
paras333gmann:  https://bugs.launchpad.net/tempest/+bug/167620713:57
openstackLaunchpad bug 1676207 in tempest "test_create_router_set_gateway_with_fixed_ip is flaky" [High,In progress] - Assigned to Paras Babbar (pbabbar)13:57
toskythis one seems to fix a bug: https://review.opendev.org/#/c/725812/13:58
soniya29gmann: I don't have updates on scenario manager for now13:58
gmannparas333: this is fix right - https://review.opendev.org/#/c/713151/13:58
gmann#link https://review.opendev.org/#/c/713151/13:58
paras333gmann:  correct13:59
gmannsoniya29: ok, I think we have not review the proposal. I will check that in this week and comment13:59
gmannparas333: ok, added in list13:59
soniya29gmann: sure13:59
paras333gmann:  thanks!13:59
gmanntosky: yeah, we need to check it on ceph job also. I will add patch to unckip the test on ceph side and see no other issue14:00
toskyI was going to say that the "make the ceph job voting" also requires attention, but you proposed it, so you can't vote again :)14:00
gmannah it there #link https://review.opendev.org/#/c/725819/114:00
gmanntosky: that is not merged ?14:00
*** brinzhang_ has joined #openstack-qa14:01
gmannmasayukig: please review this https://review.opendev.org/#/c/724948/14:01
gmann#link https://review.opendev.org/#/c/724948/14:01
toskyyep14:01
gmannanything else to discuss?14:01
masayukiggmann: sure, I'll put them on my list14:01
gmannthanks14:02
gmannlet's close for today. thanks everyone for joining14:02
gmann#endmeeting14:02
*** openstack changes topic to "Discussion of OpenStack Quality Assurance Projects (tempest, devstack, grenade, and friends) | docs https://wiki.openstack.org/wiki/QA | specs https://review.openstack.org/#/q/project:openstack/qa-specs | channel logs http://eavesdrop.openstack.org/irclogs/%23openstack-qa/"14:02
masayukigthanks!14:02
openstackMeeting ended Tue May 12 14:02:19 2020 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:02
openstackMinutes:        http://eavesdrop.openstack.org/meetings/qa/2020/qa.2020-05-12-13.37.html14:02
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/qa/2020/qa.2020-05-12-13.37.txt14:02
openstackLog:            http://eavesdrop.openstack.org/meetings/qa/2020/qa.2020-05-12-13.37.log.html14:02
*** brinzhang has quit IRC14:04
kopecmartingmann: ah, sorry, i missed the meeting :/14:04
toskyjust add +2 to all open reviews14:05
tosky:)14:05
gmannkopecmartin: np!14:05
*** brinzhang_ has quit IRC14:06
gmannmasayukig: can you +1 this need on the urgency for new release - https://review.opendev.org/#/c/727191/114:07
kopecmartintosky: :D .. anything you want me to look right away?14:08
soniya29gmann, kopecmartin, paras333, https://bugs.launchpad.net/tempest/+bug/1613819 this bug is too old and we don't have any new update - can we close this?14:09
openstackLaunchpad bug 1613819 in tempest "v3 credentials client does not honour the configured domain" [High,New]14:09
kopecmartinsoniya29: it has a very high heat .. i'd really verify first if it's a bug or not14:10
kopecmartinsoniya29: it's old and the discussion is quite long there .. if you have some time could you look into it? maybe the situation got changed over the years and it's not a bug anymore ..14:11
soniya29kopecmartin: okay, I will look into it14:13
gmannsoniya29: we do pass configured admin domain i think but it will be better check in code if we do pass domain for keystone or domain tests ?14:14
soniya29gmann, okay14:15
gmannsoniya29: or I can check that as sometime ago we removed passing it for scope things?14:16
gmannsoniya29: is this bug on etherpad ?14:16
soniya29gmann: its on launchpad https://bugs.launchpad.net/tempest/+bug/155121814:17
openstackLaunchpad bug 1551218 in tempest "tempest uses compute network client to discover fixed_network" [Medium,Confirmed]14:17
masayukiggmann: done14:18
soniya29gmann: no its not there on etherpad14:19
gmannsoniya29: please add on etherpad too just in case we miss14:20
gmannmasayukig: thanks14:20
soniya29gmann: sure14:20
*** tkajinam has quit IRC14:37
*** ralonsoh has quit IRC14:40
*** ralonsoh has joined #openstack-qa14:40
*** ralonsoh has quit IRC14:44
*** rcernin has quit IRC14:48
*** paras333 has quit IRC15:03
*** paras333 has joined #openstack-qa15:04
*** dtantsur is now known as dtantsur|afk15:08
*** dasp_ has quit IRC15:14
*** dasp has joined #openstack-qa15:16
openstackgerritLee Yarwood proposed openstack/devstack-plugin-ceph master: DNM: Test RBD image download from Glance  https://review.opendev.org/72722515:17
openstackgerritLee Yarwood proposed openstack/devstack-plugin-ceph master: DNM: Test RBD image download from Glance  https://review.opendev.org/72722515:34
*** Guest49293 has joined #openstack-qa15:37
*** Guest49293 is now known as redrobot15:38
*** dasp has quit IRC15:41
*** dasp has joined #openstack-qa15:42
openstackgerritLee Yarwood proposed openstack/devstack-plugin-ceph master: DNM: Test RBD image download from Glance  https://review.opendev.org/72722515:55
clarkbgmann: not all projects had set ignore_basepython_conflict that is why I sent the email15:58
clarkbgmann: I'm trying to remember who hit it a few weeks ago, octavia maybe? but ironic had a few repos without it set that got fixed yesterday15:58
clarkbbut most have had it set15:59
gmannclarkb: humm, I remember doing that as part of py2 drop patches but yes few repos are always possible15:59
*** rpittau is now known as rpittau|afk16:10
*** lucasagomes has quit IRC16:17
*** gcheresh_ has quit IRC16:31
*** gcheresh_ has joined #openstack-qa16:33
*** evrardjp has quit IRC16:36
*** evrardjp has joined #openstack-qa16:36
*** udesale_ has quit IRC16:41
*** gtema has quit IRC16:53
*** gtema has joined #openstack-qa16:54
*** gtema has quit IRC16:55
*** vishalmanchanda has quit IRC16:57
AJaegerclarkb: in openstack namespace, we have 701 repos with a tox.ini file and ~360 use ignore_basepython_conflict = True16:58
openstackgerritGhanshyam Mann proposed openstack/tempest master: Bump hacking min version to 3.0.1  https://review.opendev.org/72727617:07
*** jpena is now known as jpena|off17:14
openstackgerritLee Yarwood proposed openstack/devstack-plugin-ceph master: DNM: Test RBD image download from Glance  https://review.opendev.org/72722517:26
*** iurygregory has quit IRC17:27
*** gcheresh_ has quit IRC17:32
*** viks____ has quit IRC17:43
*** nightmare_unreal has quit IRC17:54
openstackgerritMartin Kopec proposed openstack/tempest master: Fix check_floating_ip_status utility's output  https://review.opendev.org/70429317:58
*** vishalmanchanda has joined #openstack-qa18:04
*** dustinc has joined #openstack-qa18:05
*** iurygregory has joined #openstack-qa18:31
openstackgerritMerged openstack/devstack stable/train: Add ensure-virtualenv role  https://review.opendev.org/72700019:21
openstackgerritMerged openstack/devstack master: Fix pip distro package removal for focal  https://review.opendev.org/72699419:21
*** camelCaser has quit IRC19:35
*** camelCaser has joined #openstack-qa19:35
*** slaweq has quit IRC19:57
*** slaweq has joined #openstack-qa20:01
*** slaweq has quit IRC20:06
*** nweinber has quit IRC20:14
*** slaweq has joined #openstack-qa20:35
*** vishalmanchanda has quit IRC20:37
openstackgerritLee Yarwood proposed openstack/devstack-plugin-ceph master: DNM: Test RBD image download from Glance  https://review.opendev.org/72722520:48
*** vishakha has quit IRC20:51
*** rfolco|rover is now known as rfolco|rover|off21:06
*** slaweq has quit IRC21:13
*** ccamposr__ has joined #openstack-qa21:21
*** ccamposr has quit IRC21:23
*** slaweq has joined #openstack-qa21:25
*** slaweq has quit IRC21:30
*** paras333 has quit IRC22:08
*** rh-jelabarre has quit IRC22:13
*** ccamposr has joined #openstack-qa22:32
*** ccamposr__ has quit IRC22:35
openstackgerritLee Yarwood proposed openstack/devstack-plugin-ceph master: DNM: Test RBD image download from Glance  https://review.opendev.org/72722522:36
*** tkajinam has joined #openstack-qa22:54
*** raildo_ has joined #openstack-qa22:57
*** raildo has quit IRC23:00
*** tosky has quit IRC23:14
*** rcernin has joined #openstack-qa23:19
*** gfidente|pto has quit IRC23:27
*** raildo_ has quit IRC23:33
*** arif-ali has quit IRC23:51
*** arif-ali has joined #openstack-qa23:51
*** paras333 has joined #openstack-qa23:51
*** paras333 has quit IRC23:56

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!