Wednesday, 2024-05-22

opendevreviewAmit Uniyal proposed openstack/whitebox-tempest-plugin master: real time cpu test  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/91852004:51
opendevreviewAmit Uniyal proposed openstack/whitebox-tempest-plugin master: evacuation tests  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/91539305:40
opendevreviewAmit Uniyal proposed openstack/whitebox-tempest-plugin master: real time cpu test  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/91852008:12
songwenping_ hi team, deploy openstack by devstack rockylinux9.2 failed with ovsdb-server service does not exit, the useful info is aa-status commnd is not found , anybody encounter the problem?08:38
opendevreviewMerged openstack/devstack master: Display backup dashboard on Horizon when c-bak is enabled  https://review.opendev.org/c/openstack/devstack/+/91673012:50
seramihello16:53
lpiwowarHi serami o/ 16:53
kopecmartin#startmeeting qa17:00
opendevmeetMeeting started Wed May 22 17:00:07 2024 UTC and is due to finish in 60 minutes.  The chair is kopecmartin. Information about MeetBot at http://wiki.debian.org/MeetBot.17:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.17:00
opendevmeetThe meeting name has been set to 'qa'17:00
kopecmartin#link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours17:00
lpiwowaro/17:00
seramio/17:01
-opendevstatus- NOTICE: There will be a short Gerrit outage while we update to the latest 3.8 release in preparation for next weeks 3.9 upgrade.17:02
kopecmartino17:04
kopecmartino/17:04
kopecmartin#topic Announcement and Action Item 17:04
kopecmartinwe've released tempest 39.0.017:05
kopecmartin#link https://review.opendev.org/c/openstack/tempest/+/91813617:05
kopecmartinto tag zed-last17:05
kopecmartin#link https://review.opendev.org/c/openstack/releases/+/91813717:05
kopecmartin#topic Dalmatian Priority Items progress17:06
kopecmartin#link https://etherpad.opendev.org/p/qa-dalmatian-priority17:06
kopecmartini'm afraid nothing new here17:06
kopecmartin#topic Gate Status Checks17:07
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)17:07
kopecmartinno patches there17:07
kopecmartinanything urgent to review?17:07
lpiwowarnothing from my side17:08
kopecmartin#topic Sub Teams highlights17:08
kopecmartinChanges with Review-Priority == +117:08
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)17:08
kopecmartinno patches here either 17:08
kopecmartin#topic Periodic jobs Status Checks17:08
kopecmartinPeriodic stable full: https://zuul.openstack.org/builds?pipeline=periodic-stable&job_name=tempest-full-2023-1&job_name=tempest-full-2023-2&job_name=tempest-full-2024-117:08
kopecmartinPeriodic stable slow: https://zuul.openstack.org/builds?job_name=tempest-slow-2024-1&job_name=tempest-slow-2023-2&job_name=tempest-slow-2023-117:08
kopecmartinPeriodic extra tests: https://zuul.openstack.org/builds?job_name=tempest-full-2024-1-extra-tests&job_name=tempest-full-2023-2-extra-tests&job_name=tempest-full-2023-1-extra-tests17:08
kopecmartinPeriodic master: https://zuul.openstack.org/builds?project=openstack%2Ftempest&project=openstack%2Fdevstack&pipeline=periodic17:08
kopecmartintempest-all job failed once due to this LP17:10
kopecmartin#link https://bugs.launchpad.net/tempest/+bug/206623217:10
kopecmartinthere are couple of other failures, all seem to be random timeouts 17:11
kopecmartin#topic Distros check17:11
kopecmartinCentos 9: https://zuul.openstack.org/builds?job_name=tempest-full-centos-9-stream&job_name=devstack-platform-centos-9-stream&skip=017:11
kopecmartinDebian: https://zuul.openstack.org/builds?job_name=devstack-platform-debian-bullseye&job_name=devstack-platform-debian-bookworm&skip=017:11
kopecmartinRocky: https://zuul.openstack.org/builds?job_name=devstack-platform-rocky-blue-onyx17:11
kopecmartinopenEuler: https://zuul.openstack.org/builds?job_name=devstack-platform-openEuler-22.03-ovn-source&job_name=devstack-platform-openEuler-22.03-ovs&skip=017:11
kopecmartinjammy: https://zuul.opendev.org/t/openstack/builds?job_name=devstack-platform-ubuntu-jammy-ovn-source&job_name=devstack-platform-ubuntu-jammy-ovs&skip=017:11
kopecmartin\o/17:12
kopecmartinall passing17:12
kopecmartin#topic Open Discussion17:12
kopecmartinanything for the open discussion?17:12
seramiI have something 17:12
kopecmartinhi serami, sure, what's up?17:13
seramihttps://bugs.launchpad.net/tempest/+bug/1583220 I think this bugs solution would be maybe running all the tests that didnt fail and maybe returning the test that did with tempest 17:14
* kopecmartin looking 17:14
kopecmartinthe problem of that bug, if i remember correctly, is that it doesn't get to the point of running tests17:15
kopecmartinit fails right at the beginning when it's loading all the plugins and other deps17:15
lpiwowarserami so are you proposing to execute tests even when there was an issue during the phase that is responsible for discovering tests in the plugins? I think it would be great. 17:16
seramiyes, going off of this response to the bug https://bugs.launchpad.net/tempest/+bug/1583220/comments/217:17
kopecmartinthat means we'd need to catch (e.g. try except block) the problem early, evaluate and continue if possible  17:17
lpiwowarkopecmartin++17:17
kopecmartinI don't know if there is a single spot where we're loading all the plugins though, if not, it would be too complicated to catch an error like this17:19
seramiyea something along those lines. I would like to look into it deeper to see if that would be a possible route for trying to resolve this bug.17:20
kopecmartinsounds great17:22
kopecmartinwe'd really appreciate that 17:22
kopecmartinas you can see, the LP has been around for some time already :D 17:22
seramiOk great! I will try to work on it and report back next week?17:22
kopecmartinsure, sounds good17:24
kopecmartinhowever, one note17:24
kopecmartinthe meeting alternates 17:24
kopecmartinthe next week it's gonna be on Tuesday17:24
kopecmartinTuesdays biweekly at 15:00 UTC (even weeks, starting week 46, 2023)17:24
kopecmartinWednesday biweekly at 17:00 UTC (odd weeks, starting week 45, 2023)17:24
kopecmartinok then, anything else for the open discussion?17:25
lpiwowarnothing from my side. I like the idea of fixing the importing of the plugin tests!17:25
lpiwowarserami++17:26
kopecmartin#topic Bug Triage17:26
kopecmartin#link https://etherpad.openstack.org/p/qa-bug-triage-dalmatian17:26
kopecmartinthe last week's numbers are there ^^17:26
kopecmartinwe have a small increase in the open bugs for tempest17:27
kopecmartinone new for tempest cleanup 17:27
kopecmartin#link https://bugs.launchpad.net/tempest/+bug/206621417:27
kopecmartinand one i mentioned earlier 17:27
kopecmartin#link https://bugs.launchpad.net/tempest/+bug/206623217:27
kopecmartini'll try to find someone who could take them soon 17:28
kopecmartinthat's all from my side17:28
kopecmartinthank you everyone, see you next week17:28
kopecmartin#endmeeting17:28
opendevmeetMeeting ended Wed May 22 17:28:40 2024 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)17:28
opendevmeetMinutes:        https://meetings.opendev.org/meetings/qa/2024/qa.2024-05-22-17.00.html17:28
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/qa/2024/qa.2024-05-22-17.00.txt17:28
opendevmeetLog:            https://meetings.opendev.org/meetings/qa/2024/qa.2024-05-22-17.00.log.html17:28
gmannkopecmartin: sorry for missing today meeting, today m not feeling well but now onwards the wed qa meeting time conflict with my son school drop (due to change in the school timing ). I will try to join if I come back on time.17:32
kopecmartingmann: no worries, we can catch up anytime when needed (it doesn't need to be strictly during the office hour)17:33
gmannkopecmartin: sure, ping me as you do and I will check after the office hour17:33
kopecmartinsure thing17:34
kopecmartinbtw, this time slot won't work for me all the time as well .. it's 7pm here and as summer approach so do the chances of me being somewhere outside :) 17:35
gmannkopecmartin: ohk. I am ok to cancel it on wed and keep only Tuesday one. I know you adjusted the wed one for my timezone17:36
gmanneven biweekly tuesday is ok and just cancel the wed one17:36
gmannfrickler: ^^ what you say17:37
kopecmartinthat's not a bad idea, .. i'll do that, for now i can make it but once that changes, we can cancel these (at least summer: july-august) 17:38
gmann+117:38
opendevreviewArtom Lifshitz proposed openstack/whitebox-tempest-plugin master: DNM: Test with sys retry loop  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/92020418:15
opendevreviewMerged openstack/tempest master: Use service_available option to detect Neutron  https://review.opendev.org/c/openstack/tempest/+/91819119:09
opendevreviewAshley Rodriguez proposed openstack/devstack-plugin-ceph stable/2023.2: Add ingress deamon  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/90894019:19

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