opendevreview | Merged openstack/tempest master: Optimize the resource creation and status waiting in scenario tests https://review.opendev.org/c/openstack/tempest/+/889207 | 01:18 |
---|---|---|
opendevreview | Ghanshyam Mann proposed openstack/tempest master: Default tox env to python 3.10 https://review.opendev.org/c/openstack/tempest/+/889370 | 01:24 |
opendevreview | Ghanshyam Mann proposed openstack/tempest master: Add logs in generate-tempest-plugins-list.py https://review.opendev.org/c/openstack/tempest/+/889333 | 01:47 |
opendevreview | Ghanshyam Mann proposed openstack/tempest master: Add logs in generate-tempest-plugins-list.py https://review.opendev.org/c/openstack/tempest/+/889333 | 01:50 |
opendevreview | Lajos Katona proposed openstack/tempest master: Scenario test for routed provider networks https://review.opendev.org/c/openstack/tempest/+/665155 | 08:54 |
opendevreview | Lajos Katona proposed openstack/tempest master: Scenario test for routed provider networks https://review.opendev.org/c/openstack/tempest/+/665155 | 09:00 |
opendevreview | sean mooney proposed openstack/tempest master: Disable immediate discard of unused blocks in make_fs https://review.opendev.org/c/openstack/tempest/+/886991 | 09:08 |
brunos | Hi, I hope this is the right place to ask. | 11:16 |
brunos | I would like to get a detailed record of all test results together with all API calls during a Tempest run to compare them with other (non-Tempest) API tests. I have tried `tempest run --subunit | tee tempest.log` in combination with `tempest describe-subunit-calls -s tempest.log -o calls.json` which goes in the right direction. But then I don't get any output indicating the test results (ok, failed, etc.). Also there are no request/reponse | 11:16 |
brunos | headers/bodies included in the output. | 11:16 |
brunos | How can I achieve that? Are there other tools I am missing? | 11:16 |
kopecmartin | brunos: hi, tempest.log file contains all api calls | 12:02 |
kopecmartin | i have it in my tempest folder (i also run tests from there) | 12:02 |
kopecmartin | frickler: hi, by any chance, do you know about any call restrictions from nodes in zuul? we have a weird issue with one new test - it seems like it can't reach download.cirros-cloud.net to download a cirros image | 12:05 |
kopecmartin | https://3d5f8e104b98e6ae1568-073541c2c949b4a8cbf06d070b6f5771.ssl.cf1.rackcdn.com/888755/12/check/glance-multistore-cinder-import/8347e6d/testr_results.html | 12:05 |
brunos | kopecmartin: Yes, that's right. But there seem to be no test results in there nor request/reponse headers or bodies. | 12:07 |
kopecmartin | brunos: can you check your tempest.conf .. f.e. i have debug = true under [DEFAULT] section | 12:09 |
brunos | kopecmartin: Oh, that was indeed not switched on :facepalm:. Now everything I wanted is there. Thanks. | 12:12 |
kopecmartin | i'm glad i could help | 12:13 |
kopecmartin | all the options that can be set can be found here | 12:13 |
kopecmartin | https://docs.openstack.org/tempest/latest/sampleconf.html | 12:13 |
brunos | Thanks. | 12:16 |
frickler | kopecmartin: there should be no restrictions in general, would have to check glance logs for details of the error | 12:48 |
frickler | but also accessing external resources in CI should be avoided in general, as it leads to unstable tests | 12:51 |
frickler | I don't see anything obvious in the g-api log | 12:51 |
frickler | but if you want to import an image via http in devstack, you'd better serve it locally on the test node | 12:53 |
frickler | another thing to note might be that the download.cirros-cloud.net URL redirects to the image on github, maybe glance has an issue following redirects? | 12:55 |
kopecmartin | frickler: there is 'Name or service not known' error in https://3d5f8e104b98e6ae1568-073541c2c949b4a8cbf06d070b6f5771.ssl.cf1.rackcdn.com/888755/12/check/glance-multistore-cinder-import/8347e6d/controller/logs/screen-g-api.txt | 13:22 |
kopecmartin | interestingly it works locally :/ | 13:22 |
opendevreview | Lajos Katona proposed openstack/tempest master: Scenario test for routed provider networks https://review.opendev.org/c/openstack/tempest/+/665155 | 14:02 |
frickler | kopecmartin: "import_from": "http://tempest-dummy-img-file-1930614148.qcow2" | 14:14 |
frickler | that looks pretty weird | 14:14 |
frickler | that's also the only relevant NXDOMAIN result I see in the unbound log | 14:16 |
kopecmartin | frickler: right, although that's another test (and that one passed o.O ) - https://review.opendev.org/c/openstack/tempest/+/888755/12/tempest/api/image/v2/admin/test_image_task.py#147 | 14:20 |
frickler | kopecmartin: the other thing I note is that the cirros URL is a .tar.gz, but the import_type says qcow2 | 14:31 |
opendevreview | Merged openstack/devstack master: Remove unused file https://review.opendev.org/c/openstack/devstack/+/886975 | 14:45 |
kopecmartin | #startmeeting qa | 15:00 |
opendevmeet | Meeting started Tue Jul 25 15:00:11 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 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
opendevmeet | The meeting name has been set to 'qa' | 15:00 |
kopecmartin | #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_next_Office_hours | 15:00 |
kopecmartin | agenda ^^ | 15:00 |
lpiwowar | o/ | 15:00 |
kopecmartin | o/ | 15:01 |
kopecmartin | #topic Announcement and Action Item (Optional) | 15:01 |
kopecmartin | nothing from my side | 15:01 |
kopecmartin | #topic Bobcat Priority Items progress | 15:01 |
kopecmartin | #link https://etherpad.opendev.org/p/qa-bobcat-priority | 15:01 |
* kopecmartin checking the doc | 15:01 | |
kopecmartin | #link https://review.opendev.org/c/openstack/devstack/+/558930 | 15:03 |
kopecmartin | that lgtm , but i need others to check it out too | 15:03 |
kopecmartin | gmann: ^^ | 15:04 |
kopecmartin | #topic OpenStack Events Updates and Planning | 15:05 |
kopecmartin | the next PTG will be held virtually | 15:05 |
kopecmartin | October 23-27, 2023 | 15:05 |
kopecmartin | #link https://ptg2023.openinfra.dev/ | 15:05 |
kopecmartin | we need to register the team by August 20th | 15:05 |
kopecmartin | #link https://openinfrafoundation.formstack.com/forms/oct2023_ptg_team_signup | 15:05 |
frickler | \o | 15:06 |
kopecmartin | o/ | 15:07 |
kopecmartin | #topic Gate Status Checks | 15: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) | 15:08 |
kopecmartin | one review there, i've just rechecked that | 15:08 |
kopecmartin | #topic Bare rechecks | 15:09 |
kopecmartin | #link https://etherpad.opendev.org/p/recheck-weekly-summary | 15:09 |
kopecmartin | all good there, still under 15% | 15:09 |
kopecmartin | #topic Periodic jobs Status Checks | 15:09 |
kopecmartin | periodic stable full | 15:09 |
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-1 | 15:09 |
kopecmartin | periodic stable slow | 15:09 |
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-xena | 15:09 |
kopecmartin | periodic extra tests | 15:10 |
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-tests | 15:10 |
kopecmartin | periodic master | 15:10 |
kopecmartin | #link https://zuul.openstack.org/builds?project=openstack%2Ftempest&project=openstack%2Fdevstack&pipeline=periodic | 15:10 |
kopecmartin | surprisingly all good \o/ | 15:10 |
lpiwowar | \o/ | 15:10 |
kopecmartin | #topic Distros check | 15:10 |
kopecmartin | cs-9 | 15:10 |
kopecmartin | #link https://zuul.openstack.org/builds?job_name=tempest-full-centos-9-stream&job_name=devstack-platform-centos-9-stream&skip=0 | 15:10 |
kopecmartin | fedora | 15:10 |
kopecmartin | #link https://zuul.openstack.org/builds?job_name=devstack-platform-fedora-latest&skip=0 | 15:10 |
kopecmartin | debian | 15:10 |
kopecmartin | #link https://zuul.openstack.org/builds?job_name=devstack-platform-debian-bullseye&skip=0 | 15:10 |
kopecmartin | focal | 15:10 |
kopecmartin | #link https://zuul.opendev.org/t/openstack/builds?job_name=devstack-platform-ubuntu-focal&skip=0 | 15:10 |
kopecmartin | rocky | 15:11 |
kopecmartin | #link https://zuul.openstack.org/builds?job_name=devstack-platform-rocky-blue-onyx | 15:11 |
kopecmartin | openEuler | 15:11 |
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=0 | 15:11 |
kopecmartin | all good apart from tempest-full-centos-9-stream which timeouts on periodic pipeline | 15:11 |
kopecmartin | tempest tests take too long :/ | 15:13 |
kopecmartin | we're about to merge (waiting on CI) this whole series of patches | 15:14 |
kopecmartin | #link https://review.opendev.org/c/openstack/tempest/+/889202/1 | 15:14 |
kopecmartin | that might help there, we'll see, hopefully they'll get merged soon | 15:14 |
kopecmartin | #topic Sub Teams highlights | 15:14 |
kopecmartin | Changes with Review-Priority == +1 | 15:14 |
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:14 |
kopecmartin | frickler: do we wanna wait with dropping fedora? | 15:15 |
kopecmartin | #link https://review.opendev.org/c/openstack/devstack/+/885467 | 15:15 |
kopecmartin | if yes, then we should remove the priority flag | 15:15 |
frickler | I'm not sure, will waiting help anyone? | 15:16 |
kopecmartin | i don't think so .. as that's an old version of fedora anyway | 15:17 |
kopecmartin | i changed my vote to +2 | 15:18 |
frickler | so let's go ahead. we still can revert if someone complains | 15:18 |
frickler | but we agreed to keep focal for this cycle? | 15:19 |
frickler | so I'll WIP that one | 15:19 |
kopecmartin | yeah, i think so | 15:21 |
kopecmartin | #topic Open Discussion | 15:21 |
kopecmartin | anything for the open discussion? | 15:22 |
lpiwowar | Yes, I have something. Today I was taking a look at a failure of test_list_no_containers in the tempest-full-test-account-no-admin-py3 job and I noticed that the issue now is caused by cinder not deleting containers when swift is used as a back up driver. I'm not sure whether the behavior on the side of cinder is correct or not. Does anybody by | 15:22 |
lpiwowar | any chance know whether it is Ok that cinder does not delete the containers? If it is Ok we would need to fix the clean up for volume back up tests. | 15:22 |
lpiwowar | #link https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_8a2/periodic/opendev.org/openstack/tempest/master/tempest-full-test-account-no-admin-py3/8a2ef81/testr_results.html | 15:22 |
lpiwowar | #link https://paste.openstack.org/show/bqbT4JFbOmhFNlGvROlA/ | 15:22 |
kopecmartin | any idea tosky: ^^ | 15:23 |
lpiwowar | I'm just trying to find someone who will be able to tell me whether it is or isn't a bug on the side of cinder. | 15:23 |
lpiwowar | I think it is probably ok. But I just want to be sure before I fix it in tempest. | 15:24 |
tosky | erm... no :/ | 15:25 |
lpiwowar | The behavior is not ok? | 15:25 |
tosky | you may try on #openstack-cinder, at most tomorrow during the cinder meeting | 15:25 |
kopecmartin | perfect, lpiwowar already summarized that into an LP | 15:26 |
lpiwowar | ack tosky, thanks. I will try that. | 15:26 |
kopecmartin | #link https://bugs.launchpad.net/tempest/+bug/2028671 | 15:26 |
kopecmartin | lpiwowar: share that LP with openstack-cinder | 15:26 |
lpiwowar | kopecmartin, ack. | 15:27 |
kopecmartin | frickler: btw, we already have a fix proposed for the git depth issue in devstack | 15:27 |
kopecmartin | #link https://review.opendev.org/c/openstack/devstack/+/889012 | 15:27 |
kopecmartin | seems to be working just fine | 15:28 |
frickler | ok, I'll take a look | 15:29 |
kopecmartin | thanks | 15:29 |
kopecmartin | anything else to discuss? | 15:29 |
lpiwowar | nothing from my side | 15:29 |
kopecmartin | #topic Bug Triage | 15:29 |
kopecmartin | #link https://etherpad.openstack.org/p/qa-bug-triage-bobcat | 15:29 |
kopecmartin | numbers recorded as always ^ | 15:30 |
kopecmartin | that's it | 15:30 |
kopecmartin | thanks everyone | 15:30 |
kopecmartin | #endmeeting | 15:30 |
opendevmeet | Meeting ended Tue Jul 25 15:30:41 2023 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:30 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/qa/2023/qa.2023-07-25-15.00.html | 15:30 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/qa/2023/qa.2023-07-25-15.00.txt | 15:30 |
opendevmeet | Log: https://meetings.opendev.org/meetings/qa/2023/qa.2023-07-25-15.00.log.html | 15:30 |
frickler | thx kopecmartin | 15:30 |
lpiwowar | thanks, kopecmartin | 15:31 |
kopecmartin | :) | 15:32 |
opendevreview | Merged openstack/devstack master: Fix reboot on fedora like nodes https://review.opendev.org/c/openstack/devstack/+/878718 | 16:18 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!