17:00:07 <kopecmartin> #startmeeting qa 17:00:07 <opendevmeet> Meeting 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:07 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 17:00:07 <opendevmeet> The meeting name has been set to 'qa' 17:00:09 <kopecmartin> #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours 17:00:29 <lpiwowar> o/ 17:01:03 <serami> o/ 17:04:31 <kopecmartin> o 17:04:32 <kopecmartin> o/ 17:04:51 <kopecmartin> #topic Announcement and Action Item 17:05:18 <kopecmartin> we've released tempest 39.0.0 17:05:19 <kopecmartin> #link https://review.opendev.org/c/openstack/tempest/+/918136 17:05:40 <kopecmartin> to tag zed-last 17:05:41 <kopecmartin> #link https://review.opendev.org/c/openstack/releases/+/918137 17:06:22 <kopecmartin> #topic Dalmatian Priority Items progress 17:06:22 <kopecmartin> #link https://etherpad.opendev.org/p/qa-dalmatian-priority 17:06:36 <kopecmartin> i'm afraid nothing new here 17:07:36 <kopecmartin> #topic Gate Status Checks 17:07:36 <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:45 <kopecmartin> no patches there 17:07:48 <kopecmartin> anything urgent to review? 17:08:18 <lpiwowar> nothing from my side 17:08:18 <kopecmartin> #topic Sub Teams highlights 17:08:18 <kopecmartin> Changes with Review-Priority == +1 17:08:18 <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:29 <kopecmartin> no patches here either 17:08:37 <kopecmartin> #topic Periodic jobs Status Checks 17:08:37 <kopecmartin> Periodic 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-1 17:08:37 <kopecmartin> Periodic stable slow: https://zuul.openstack.org/builds?job_name=tempest-slow-2024-1&job_name=tempest-slow-2023-2&job_name=tempest-slow-2023-1 17:08:39 <kopecmartin> Periodic 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-tests 17:08:41 <kopecmartin> Periodic master: https://zuul.openstack.org/builds?project=openstack%2Ftempest&project=openstack%2Fdevstack&pipeline=periodic 17:10:32 <kopecmartin> tempest-all job failed once due to this LP 17:10:33 <kopecmartin> #link https://bugs.launchpad.net/tempest/+bug/2066232 17:11:29 <kopecmartin> there are couple of other failures, all seem to be random timeouts 17:11:51 <kopecmartin> #topic Distros check 17:11:51 <kopecmartin> Centos 9: https://zuul.openstack.org/builds?job_name=tempest-full-centos-9-stream&job_name=devstack-platform-centos-9-stream&skip=0 17:11:51 <kopecmartin> Debian: https://zuul.openstack.org/builds?job_name=devstack-platform-debian-bullseye&job_name=devstack-platform-debian-bookworm&skip=0 17:11:53 <kopecmartin> Rocky: https://zuul.openstack.org/builds?job_name=devstack-platform-rocky-blue-onyx 17:11:55 <kopecmartin> openEuler: https://zuul.openstack.org/builds?job_name=devstack-platform-openEuler-22.03-ovn-source&job_name=devstack-platform-openEuler-22.03-ovs&skip=0 17:11:57 <kopecmartin> jammy: https://zuul.opendev.org/t/openstack/builds?job_name=devstack-platform-ubuntu-jammy-ovn-source&job_name=devstack-platform-ubuntu-jammy-ovs&skip=0 17:12:17 <kopecmartin> \o/ 17:12:19 <kopecmartin> all passing 17:12:32 <kopecmartin> #topic Open Discussion 17:12:32 <kopecmartin> anything for the open discussion? 17:12:50 <serami> I have something 17:13:26 <kopecmartin> hi serami, sure, what's up? 17:14:02 <serami> https://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:55 * kopecmartin looking 17:15:30 <kopecmartin> the problem of that bug, if i remember correctly, is that it doesn't get to the point of running tests 17:15:43 <kopecmartin> it fails right at the beginning when it's loading all the plugins and other deps 17:16:13 <lpiwowar> serami 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:17:10 <serami> yes, going off of this response to the bug https://bugs.launchpad.net/tempest/+bug/1583220/comments/2 17:17:35 <kopecmartin> that means we'd need to catch (e.g. try except block) the problem early, evaluate and continue if possible 17:17:53 <lpiwowar> kopecmartin++ 17:19:01 <kopecmartin> I 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 this 17:20:01 <serami> yea 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:22:08 <kopecmartin> sounds great 17:22:13 <kopecmartin> we'd really appreciate that 17:22:22 <kopecmartin> as you can see, the LP has been around for some time already :D 17:22:57 <serami> Ok great! I will try to work on it and report back next week? 17:24:11 <kopecmartin> sure, sounds good 17:24:16 <kopecmartin> however, one note 17:24:22 <kopecmartin> the meeting alternates 17:24:37 <kopecmartin> the next week it's gonna be on Tuesday 17:24:40 <kopecmartin> Tuesdays biweekly at 15:00 UTC (even weeks, starting week 46, 2023) 17:24:40 <kopecmartin> Wednesday biweekly at 17:00 UTC (odd weeks, starting week 45, 2023) 17:25:20 <kopecmartin> ok then, anything else for the open discussion? 17:25:58 <lpiwowar> nothing from my side. I like the idea of fixing the importing of the plugin tests! 17:26:20 <lpiwowar> serami++ 17:26:34 <kopecmartin> #topic Bug Triage 17:26:34 <kopecmartin> #link https://etherpad.openstack.org/p/qa-bug-triage-dalmatian 17:26:45 <kopecmartin> the last week's numbers are there ^^ 17:27:04 <kopecmartin> we have a small increase in the open bugs for tempest 17:27:21 <kopecmartin> one new for tempest cleanup 17:27:22 <kopecmartin> #link https://bugs.launchpad.net/tempest/+bug/2066214 17:27:30 <kopecmartin> and one i mentioned earlier 17:27:36 <kopecmartin> #link https://bugs.launchpad.net/tempest/+bug/2066232 17:28:11 <kopecmartin> i'll try to find someone who could take them soon 17:28:30 <kopecmartin> that's all from my side 17:28:39 <kopecmartin> thank you everyone, see you next week 17:28:40 <kopecmartin> #endmeeting