Tuesday, 2023-06-06

gmannkopecmartin: these are ready to end support for stable/xena https://review.opendev.org/q/topic:xena-last03:39
opendevreviewRajat Dhasmana proposed openstack/tempest master: Add test to rebuild volume backed instance  https://review.opendev.org/c/openstack/tempest/+/83101810:32
opendevreviewJames Parker proposed openstack/whitebox-tempest-plugin master: Add socket affinity testing  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/85144713:32
opendevreviewJames Parker proposed openstack/whitebox-tempest-plugin master: Add socket affinity testing  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/85144713:36
opendevreviewJames Parker proposed openstack/whitebox-tempest-plugin master: Add socket affinity testing  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/85144713:38
opendevreviewJames Parker proposed openstack/whitebox-tempest-plugin master: Add socket affinity testing  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/85144713:42
kopecmartin#startmeeting qa15:00
opendevmeetMeeting started Tue Jun  6 15:00:16 2023 UTC and is due to finish in 60 minutes.  The chair is kopecmartin. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
opendevmeetThe meeting name has been set to 'qa'15:00
kopecmartin#link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours15:00
kopecmartinagenda ^15:00
frickler\o15:00
kopecmartino/15:00
lpiwowaro/15:01
kopecmartin#topic Announcement and Action Item (Optional)15:02
kopecmartinthere's gonna be the openinfra summit next week15:03
lpiwowar\o/15:03
kopecmartini'm gonna cancel our regular office hour on June 13th 15:03
kopecmartinone other announcement 15:04
kopecmartinwe're about to release xena-last tempest release15:04
kopecmartin#link https://review.opendev.org/q/topic:xena-last15:04
kopecmartin#topic Bobcat Priority Items progress15:05
kopecmartin#link https://etherpad.opendev.org/p/qa-bobcat-priority15:05
* frickler didn't get to check the venv failures15:05
fricklerI also wanr to bump cirros, they made new releases with updated kernels15:07
kopecmartinme neither :/ 15:08
kopecmartinyeah, sounds good, we could at least propose the change and see how many things will get broken 15:08
fricklerI hope not too many, unless canonical has introduced regressions into the kernel15:09
kopecmartinyup , we'll see 15:09
kopecmartin#topic OpenStack Events Updates and Planning15:10
kopecmartinanyone else planning to be in Vancouver except me, gmann and lpiwowar?15:10
kopecmartinthe link for the etherpad, if there are any topics to be discussed in person: 15:11
kopecmartin#link https://etherpad.opendev.org/p/vancouver-june2023-qa15:11
kopecmartinmoving on15:13
kopecmartin#topic Gate Status Checks15:13
kopecmartin#link https://review.opendev.org/q/label:Review-Priority%253D%252B2+status:open+(project:openstack/tempest+OR+project:openstack/patrole+OR+project:openstack/devstack+OR+project:openstack/grenade)15:13
kopecmartinnothing there15:14
kopecmartinany urgent patches to review?15:14
lpiwowarI updated the comment on this patch: https://review.opendev.org/c/openstack/tempest/+/881575 ... But I do not think it is urgent. 15:14
lpiwowarIt is the patch that fixes cleanup for the object_storate tests.15:14
kopecmartinthanks, yeah, right now there are couple of patches before we can merge this one (considering the current unstable behaviour of the CI)15:15
lpiwowarGot it:)15:15
kopecmartin#topic Bare rechecks15:16
kopecmartin#link https://etherpad.opendev.org/p/recheck-weekly-summary15:16
kopecmartinthis hasn't been updated, so nothing new there15:16
kopecmartin#topic Periodic jobs Status Checks15:16
kopecmartinperiodic stable full15:16
kopecmartin#link https://zuul.openstack.org/builds?pipeline=periodic-stable&job_name=tempest-full-yoga&job_name=tempest-full-xena&job_name=tempest-full-zed&job_name=tempest-full-2023-115:16
kopecmartinperiodic stable slow15:16
kopecmartin#link https://zuul.openstack.org/builds?job_name=tempest-slow-2023-1&job_name=tempest-slow-zed&job_name=tempest-slow-yoga&job_name=tempest-slow-xena15:16
kopecmartinperiodic extra tests15:16
kopecmartin#link https://zuul.openstack.org/builds?job_name=tempest-full-2023-1-extra-tests&job_name=tempest-full-zed-extra-tests&job_name=tempest-full-yoga-extra-tests&job_name=tempest-full-xena-extra-tests15:16
kopecmartinperiodic master15:16
kopecmartin#link https://zuul.openstack.org/builds?project=openstack%2Ftempest&project=openstack%2Fdevstack&pipeline=periodic15:16
kopecmartintempest-slow-2023-1 timeouts in ~50% of all the runs :/ 15:17
fricklercould these be related to mysql slowdown?15:19
kopecmartinmaybe, it took 50 minutes to deploy devstack15:19
kopecmartin#link https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_6d0/periodic-stable/opendev.org/openstack/tempest/master/tempest-slow-2023-1/6d0d1c2/job-output.txt15:19
kopecmartin*4015:20
kopecmartinand the tests took 2 hours, what's strange is that tempest was executed with concurrency=2 but i see only one thread running tests o.O15:21
fricklertempest run --serial --regex '\[.*\bslow\b.*\]' --concurrency=215:22
kopecmartinin a passing build, the installation of devstack takes only 30 min15:22
frickler--serial15:22
kopecmartinoh, yeah, so why is --concurrency=2 there?15:22
fricklerto confuse casual reviewers? ;)15:23
kopecmartin:D for sure 15:23
fricklermaybe we need to split this into two jobs, half the tests each15:23
frickleror some day rekindle the discussion with opendev about flavor memory15:24
kopecmartinright! --serial and --parallel decide whether the --concurrency value will be used , if --serial is passed, the concurrency is ignored ... 15:25
kopecmartinwhat's ironic about that is that slow job was created to avoid timeouts :D 15:25
kopecmartin... or try to run it in parallel? 15:26
kopecmartinalthough it might timeout too but from different reasons 15:26
fricklerwe could give it a try, but I fear that it will trigger oom issues15:26
kopecmartingmann: what do you think?15:27
kopecmartini can propose a patch to run the tests in parallel, just as an experiment 15:28
kopecmartinthe other jobs look good, not sure why centos9-stream fails again though15:28
kopecmartinbut it's just started today, maybe it won't repeat 15:28
kopecmartinand the tempest-full-test-account-no-admin-py3 job will be fixed once lpiwowar's patch is merged (was already linked above)15:29
lpiwowarkopecmartin: +115:29
kopecmartin#topic Distros check15:29
kopecmartincs-915:29
kopecmartin#link https://zuul.openstack.org/builds?job_name=tempest-full-centos-9-stream&job_name=devstack-platform-centos-9-stream&skip=015:29
kopecmartinfedora15:29
kopecmartin#link https://zuul.openstack.org/builds?job_name=devstack-platform-fedora-latest&skip=015:29
kopecmartindebian15:30
kopecmartin#link https://zuul.openstack.org/builds?job_name=devstack-platform-debian-bullseye&skip=015:30
kopecmartinfocal15:30
kopecmartin#link https://zuul.opendev.org/t/openstack/builds?job_name=devstack-platform-ubuntu-focal&skip=015:30
kopecmartinrocky15:30
kopecmartin#link https://zuul.openstack.org/builds?job_name=devstack-platform-rocky-blue-onyx15:30
kopecmartinopenEuler15:30
kopecmartin#link https://zuul.openstack.org/builds?job_name=devstack-platform-openEuler-22.03-ovn-source&job_name=devstack-platform-openEuler-22.03-ovs&skip=015:30
kopecmartinwe're about to delete the devstack-platform-ubuntu-focal job15:30
fricklerdid we talk about dropping fedora already?15:30
kopecmartin#link https://review.opendev.org/c/openstack/tempest/+/88495215:30
kopecmartinonce the CI agrees and finally merges that15:31
kopecmartini think so15:31
kopecmartinlet me try to find it15:31
fricklerhmm, I can force merge the above, got some other forcing to do anyway15:31
fricklerand since it is job removal only, no need to wait for random jobs passing15:31
kopecmartinthat be great frickler , thanks15:32
kopecmartinfound it15:33
kopecmartin#link https://meetings.opendev.org/meetings/qa/2023/qa.2023-05-23-15.00.log.html#l-8515:33
fricklercan we also delete the devstack focal platform job as followup?15:33
kopecmartinwe talked about fedora couple weeks ago15:33
kopecmartinhm, one moment15:33
kopecmartinseems so15:34
kopecmartinit's not used anywhere else 15:34
kopecmartin#lin https://codesearch.opendev.org/?q=devstack-platform-ubuntu-focal&i=nope&literal=nope&files=&excludeFiles=&repos=15:35
frickleroh, so I said I'd do fedora removal patches. guess I need to do that, then :D15:35
kopecmartin:D loop me in the reviews please15:36
fricklerguess I'll combine focal + fedora15:37
fricklerfor the alliteration fun + to avoid conflicts15:37
kopecmartinsounds good15:38
kopecmartin#topic Sub Teams highlights15:38
kopecmartinChanges with Review-Priority == +115:38
kopecmartin#link https://review.opendev.org/q/label:Review-Priority%253D%252B1+status:open+(project:openstack/tempest+OR+project:openstack/patrole+OR+project:openstack/devstack+OR+project:openstack/grenade)15:38
kopecmartinwe have there the 3 patches to tag tempest and this one15:39
kopecmartin#link https://review.opendev.org/c/openstack/tempest/+/88476415:39
kopecmartini'm on those15:40
kopecmartinone strange thing in https://review.opendev.org/c/openstack/tempest/+/885089 gmann, otherwise good to go15:41
kopecmartin#topic Open Discussion15:41
kopecmartinanything for the open discussion?15:41
fricklerthe GIT_DEPTH thing?15:41
fricklerat first I was wondering whether we should revert the patch until we have a solution. but it also got backported already15:42
kopecmartin#link https://bugs.launchpad.net/devstack/+bug/202302015:43
kopecmartini've reported that so that we have it tracked 15:43
kopecmartinit's not that urgent15:43
kopecmartinthe bug we fixed by that patch was a bit more pressing and was blocking some jobs15:43
kopecmartinanyway, it's a bug and we need to find a solution working with depth too 15:44
fricklerok15:46
kopecmartin#topic Bug Triage15:47
kopecmartin#link https://etherpad.openstack.org/p/qa-bug-triage-bobcat15:47
kopecmartinthis is basically all from my side15:48
kopecmartinthank you everyone15:49
kopecmartinsee you in Vancouver or in 2 weeks online :) 15:49
kopecmartin#endmeeting15:49
opendevmeetMeeting ended Tue Jun  6 15:49:51 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:49
opendevmeetMinutes:        https://meetings.opendev.org/meetings/qa/2023/qa.2023-06-06-15.00.html15:49
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/qa/2023/qa.2023-06-06-15.00.txt15:49
opendevmeetLog:            https://meetings.opendev.org/meetings/qa/2023/qa.2023-06-06-15.00.log.html15:49
lpiwowaro/15:50
fricklero/15:50
opendevreviewMerged openstack/tempest master: Remove ubuntu focal job  https://review.opendev.org/c/openstack/tempest/+/88495215:54
rpittaugmann, hi! similar to the timeout issues mentioned by dansmith on Friday, we're seeing an increase of timeout in the ironic unit tests since today16:00
dansmithrpittau: my timeouts were tempest tests and sort of a different reason it sounds like16:00
dansmithi.e. no deadlocks, but some lack of parallelism which is inherent in how tempest splits up its tests16:01
rpittauyeah, I noticed that, just wondering if there is something similar happening since apparently some workers got way fewer tests than others16:01
dansmithack, well, testr is going to split tests evenly by lexical sort AFAIK, unless you control the splitting with the testr.conf (see the one in tempest's repo and the docs)16:02
rpittauand unfortunately it looks like they get stuck in random places16:02
dansmithhowever, if lexical ordering ends up not being equal work, then that will happen16:02
dansmith(i.e. if your A tests take less time than your Z tests)16:03
dansmithbut if they're getting stuck, you need to fix that first for sure16:03
rpittauheh yep :)16:04
rpittauI'm troubleshooting in the meantime, just wanted to see if maybe there was something known going on16:04
opendevreviewMartin Kopec proposed openstack/tempest master: Incrase timeout in tempest-slow-2023-1 job  https://review.opendev.org/c/openstack/tempest/+/88537016:05
opendevreviewGorka Eguileor proposed openstack/devstack-plugin-ceph master: Add service secret to libvirt when cinder enabled  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/88537416:38
gmannkopecmartin: which job you mentioned to split the test and run in serial ? for many jobs I have separated the tests except slow job i think17:05
gmannrpittau: you can group the test to run under same worker if you know these tests are always fast otherwise it can lead to more worst situation 17:06
kopecmartingmann: tempest-slow-2023-1 - it's been timeouting recently https://zuul.openstack.org/builds?job_name=tempest-slow-2023-1&job_name=tempest-slow-zed&job_name=tempest-slow-yoga&job_name=tempest-slow-xena19:05
gmannkopecmartin: ohk but it is same as tempest-slow job also where I saw many timeout recently 19:06
kopecmartinoh, right, i was concerned only about the periodic jobs and didn't realize that this one inherits from tempest-slow which votes on changes .. 19:14
gmannyeah, I have one action item on this from our PTG discussion on how to make tempest-slow job more shorter or separate tests. but I have not spend time on that.19:18
gmannwill try to check if anything we can do on that19:18
opendevreviewMerged openstack/whitebox-tempest-plugin master: Add socket affinity testing  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/85144719:31
opendevreviewGhanshyam proposed openstack/tempest master: End support for stable/xena  https://review.opendev.org/c/openstack/tempest/+/88508920:37
opendevreviewGhanshyam proposed openstack/tempest master: Pin stable/2023.1 constraint in tox to release 35.0.0  https://review.opendev.org/c/openstack/tempest/+/88509020:37
opendevreviewGhanshyam proposed openstack/tempest master: Switch back the tox constraint to master  https://review.opendev.org/c/openstack/tempest/+/88509120:37
opendevreviewJames Parker proposed openstack/whitebox-tempest-plugin master: Convert found vlan to int  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/88541321:13
opendevreviewMerged openstack/tempest master: Remove closure _unshelve_server not useful  https://review.opendev.org/c/openstack/tempest/+/88282321:18

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