Wednesday, 2021-10-13

opendevreviewMerged openstack/nova master: Define new functional test tox env for placement gate to run  https://review.opendev.org/c/openstack/nova/+/81367900:55
opendevreviewSteve Baker proposed openstack/nova master: Remain in DELETING for ironic CLEANING, CLEANWAIT  https://review.opendev.org/c/openstack/nova/+/81372902:01
opendevreviewMerged openstack/placement master: Use 'functional-without-sample-db-tests' tox env for placement nova job  https://review.opendev.org/c/openstack/placement/+/81368002:03
opendevreviewmelanie witt proposed openstack/nova master: Handle urlencoded lists when filtering servers by tags  https://review.opendev.org/c/openstack/nova/+/81373603:29
*** bhagyashris is now known as bhagyashris|rover05:21
bauzasgood morning Nova06:54
gibibauzas: o/06:55
gibigmann: thanks for unblocking the placement gate with https://review.opendev.org/c/openstack/placement/+/813680 I have concerns that we only solved the local problem and not the root of the problem in zuul. I do think that tox_extra_args is defined to pass extra args to tox, and the test case filter regexp is such extra args06:56
gibiit is not even a problem that zuul passes that args to tox when printing the config as tox accepts the extra args there too, but the problem is that it is passed without proper quoting06:57
gibiso whoever will use tox_extra_args for anything in zuul that needs quoting will hit the same issue as we hit06:57
bauzascan't disagree with gibi here07:02
bauzasbut at least we unblocked the periodic run07:02
gibibauzas: yeah, I'm OK to unblock the gate then fix the real problem 07:03
gibithat is a good order07:03
gibibauzas: if you have time for a smallish workaround fix to review that would be appreciated https://review.opendev.org/c/openstack/nova/+/81341907:07
bauzasgibi: sure, today I'm trying to dedicate time for upstream reviews and bug triage07:08
gibithanks07:08
alecorps7hello07:17
bauzasgibi: -1 for a relnote missing but see my comments https://review.opendev.org/c/openstack/nova/+/81341907:38
gibibauzas: thanks, I will respin07:39
gibibauzas: regarding a better solution I discussed that with sean-k-mooney 07:39
gibibauzas: we need more info from neutron to decide when to wait for a plug event from neutron07:39
bauzasgibi: we can discuss this next week with the neutron folks07:40
gibibauzas: we can try yes07:40
bauzasgibi: what I'd like is that *all* neutron backends should provide an event07:40
bauzasnova shouldn't know which backend neutron uses 07:40
gibibauzas: yes that would be also an option but I think that is a harder one07:40
bauzasat least for an event07:41
bauzasI don't understand why it'd be hard for neutron to provide an event for plugs 07:41
bauzasagain, having events be different between neutron backends looks bad to me07:42
bauzasgibi: just added a point about this in https://etherpad.opendev.org/p/nova-yoga-ptg L10507:44
gibibauzas: thanks I will try to fill in the details htere07:49
gibisean-k-mooney: ^^ 07:49
gibify07:49
gibifyi07:49
* bauzas wonders whether our CI should suffer from the OVH outage they have atm08:20
fricklerbauzas: lots of jobs with POST_FAILURE for failing log upload, but they seem to be back now, so safe to recheck hopefully08:42
bauzasfrickler: yeah the outage is now done08:44
bauzasthey isolated the faulty DC08:44
bauzasthread in French https://twitter.com/olesovhcom/status/144819687902043340908:45
opendevreviewElod Illes proposed openstack/nova stable/ussuri: Revert "[stable-only] Set lower-constraints job as non-voting"  https://review.opendev.org/c/openstack/nova/+/81378408:47
sean-k-mooneybauzas: nova really really really need to know what what backend neutron uses09:45
sean-k-mooneybauzas: or they need to tell use exactly when they will send the envents for that backend opacly09:46
sean-k-mooneybauzas: not all backend can send plug time events because they dont all have a way to send info too neutron about when the port is created and its finsihed wiring it up09:47
sean-k-mooneybauzas: at present ovn cannot do that although the ml2 dirver can be modifed to eventually do that09:47
sean-k-mooneybauzas: for odl they had to create a websocket on the netorn server and modify odl to seend events to that websocket to implemente plug time events whihc invovled a lot fo code development in odl09:48
sean-k-mooneybauzas: contrail still has not implemnted multiple port binding gettingthem to send plug time events likely will never happen09:48
sean-k-mooneylinux bridge can send pulg time event but because it currently pool for interface chcnages insted of opening a netlink socket and reciving event it can miss the removal and addtion of interface on hard reboot09:49
bauzassean-k-mooney: sorry but for me, events are like notifications09:50
bauzassean-k-mooney: it's kinda a public API09:50
sean-k-mooneybauzas: its more a contract09:51
sean-k-mooneybauzas: i proposed that neutron tell use when they send events or normalise to a common contract back in train and neutron did not agree to either09:52
opendevreviewAlexey Stupnikov proposed openstack/nova master: Rollback problematic port bindings on source host only  https://review.opendev.org/c/openstack/nova/+/81365909:52
sean-k-mooneybauzas: you can see in the first version fo thsi we had a network_events section https://review.opendev.org/c/openstack/neutron-specs/+/645173/1/specs/train/port-binding-extended-information.rst#14109:55
sean-k-mooneybauzas: this is the orginal etherpad i wrote with rodolfo https://etherpad.opendev.org/p/portbinding-records09:58
sean-k-mooneyit was coverd durign the train corss project session https://etherpad.opendev.org/p/ptg-train-xproj-nova-neutron09:59
*** mdbooth9 is now known as mdbooth10:00
sean-k-mooneybauzas: i am fine with finding a better solution to what i proposed in thte past however nova must know the behaivor of the neutron backend to operat correctly10:00
sean-k-mooneywhat we are doing today is complex and very error prone and i spend far too much of my time currently fixing bugs that are cause by not knowing when events will be sent10:01
bauzassean-k-mooney: that's my concern10:06
bauzasthe more nova needs to know about neutron, the more issues we could get10:06
bauzasas operators need to set different options per service10:07
bauzasand they can miss some related options10:07
sean-k-mooneybauzas: i have been trying to get neuton to expose the info we need for litrally year at this point with the goal of ensureing that no config option are need in nova10:07
sean-k-mooneythis has been an ongoing battle since before placment or os-vif was a thing10:08
sean-k-mooneyso i agree10:08
sean-k-mooneywe shoudl not need operators to care or set anything10:08
sean-k-mooneybut to do that we must know either what contract the neutron backend has abstractly or we need to embed that knolage in nova and just know what backend it is10:09
sean-k-mooneycurrently we try tro guess based on the vif_type and some other partmeter in the port binding_details field10:09
sean-k-mooneybut we dont really have the info we need10:09
bauzassean-k-mooney: yeah hence the need of a nova-neutron discussion at the PTG10:11
sean-k-mooneyhttps://github.com/openstack/nova/blob/7b063e4d0518af3e57872bc0288a94edcd33c19d/nova/network/model.py#L560-L579 this is what i have tried to do lately since the last time they rejected adding the events10:11
sean-k-mooneywith has_bind_time basically being https://github.com/openstack/nova/blob/7b063e4d0518af3e57872bc0288a94edcd33c19d/nova/network/model.py#L481-L49010:12
sean-k-mooneybauzas: im happy for there to be a PTG discussion on this since i planned to bring this up anyway as part fo the ovn migration disucssion10:13
bauzascool10:13
sean-k-mooneybauzas: but i just dont have high confidence that anything will be done about it10:13
sean-k-mooneyits at least the 4th time we will have talked about it10:14
bauzasit's a yet again "Dare to Care" discussion, heh10:14
sean-k-mooneyif we really want to fix this perhaps we (nova pepole) might need to go implement it in neuton10:15
bauzaswell10:15
bauzasfirst, let's see what's coming 10:15
sean-k-mooneyfor reasons i know that our neturon folk at redhat are proposing adding plug time event support to ovn10:16
sean-k-mooneyreason being live migration10:16
sean-k-mooneybut to actully fix ovn live migration we  need to actully change ovn too10:16
sean-k-mooneythe way ovn is currently desigined its not possibel to have 0 down time live migration with libvirt10:17
lpetruthi, could you please take another look over the gmr patch? https://review.opendev.org/c/openstack/nova/+/81092210:26
sean-k-mooneysure10:27
lpetrutthanks10:27
bauzaslpetrut: excellent catch10:31
bauzaslpetrut: could you please fill a bug against gmr not working properly due to uswsgi10:31
bauzasI'd like this to be documented in the yoga relnotes if we merge it10:32
sean-k-mooneybauzas: its not really a GMR bug10:32
sean-k-mooneyyou already found that we can pass signals to the python app if we configure uwsgi correctly10:33
sean-k-mooneybut by default it will trap the sig_usr210:33
lpetrutI've added a Nova release note. indeed, it doesn't seem like an oslo.reports bug, if needed I can file a bug against nova. last time, the consensus was that it's a minor feature that doesn't require a blueprint10:43
*** mdbooth3 is now known as mdbooth10:44
opendevreviewLucian Petrut proposed openstack/nova master: api: enable oslo.reports when using uwsgi  https://review.opendev.org/c/openstack/nova/+/81092210:53
gibisean-k-mooney: I made a bit of progress witht the unshelve functional test. There is a reschedule happening, but it feels like it is on an instance from another test case?!  see my last comment with logs in https://review.opendev.org/c/openstack/nova/+/81367411:26
gibisean-k-mooney: the subunit file has a lot more information that what is visible from the job-output.txt 11:33
gibiit can be extracted to individual tests and it shows that the instance uuid logged in our failed test is actually mentioned in another test case log as well11:34
sean-k-mooneygibi: dod upi see https://review.opendev.org/c/openstack/nova/+/81369511:34
sean-k-mooneyah you did11:35
sean-k-mooneygibi: i feel like when we are waiting for the virsion notificiaotn in that case we need to wait for one related to the vm we are unshlving 11:35
sean-k-mooneybut i tought the notifier was per test instnace11:36
gibisean-k-mooney: the notifier should be unique per test case too11:36
gibihttps://paste.opendev.org/show/809961/11:36
gibisee this paste11:36
gibithis mentions the same uuid in two test case logs11:36
sean-k-mooneythe fact that there are 4 in my case feels supiocisly because 4 tests run when i filter11:36
sean-k-mooneyi.e. if i fileter by test_unshelve_offloaded_server_with_qos_port_pci_update_fails11:36
sean-k-mooneyit runs 4 versions of that test11:37
songwenping_Hi,team, when i once put two nodes in one aggregate, nova sheduler only update one node to the aggregate, if i use the other node to create vm, there are no valid host failed, the log is AZFilter return 0 hosts.11:37
gibisean-k-mooney: yepp there are 4 versions11:37
gibisean-k-mooney: if you see the 4 test case interacts via the notifier that is also a problem11:37
gibiis should not 11:37
sean-k-mooneygibi: so im not sure that they do but i could print all of the notificaiotn object i guess11:37
sean-k-mooneysee what they are11:38
gibiyeah that could help11:38
songwenping_sean-k-mooney, gibi: when does nova-scheduler update host aggregate map, change host from aggregate?11:44
gibisean-k-mooney: I checked 3 reproduction form the gate, it is always nova.tests.functional.test_servers.ServersTestV219.test_description_errors test case logs that mentions the same instance uuid as the failed unshelve test case11:46
gibisongwenping_: I don't know without looking into the code, sorry11:46
sean-k-mooneygibi: interesting so to repoduce this we shoudl run both of those tests11:47
sean-k-mooneyit does sound like we are sharing global state some how11:47
gibisean-k-mooney: yeah, it is alway 61 seconds after the succesfull run of .ServersTestV219.test_description_errors that the unshelve test fails 11:48
gibithat sounds like a 60 sec timout on an RPC11:48
songwenping_thanks gibi. :(11:49
gibisongwenping_: sorry I knee deep in someting else at the moment11:49
sean-k-mooneysongwenping_: nova does not move host between aggreates. you have to use the api to do that11:50
gibisean-k-mooney: so my assumption is that the test_description_errors case does not end cleanly11:50
sean-k-mooneysongwenping_: i dont think we cache that infor in the scheduler its not part of the host state objects11:50
sean-k-mooneysongwenping_: so once its commited to the db i think the schduler will see it11:50
songwenping_sean-k-mooney: nova-scheduler update part of these hosts.11:52
sean-k-mooneysongwenping_: im not sure what you mean by that11:54
sean-k-mooneythe nova scedular nerver modfies aggreates or compute nodes11:54
sean-k-mooneyit just makes claims in plcement and selesct the destionation for instances11:55
sean-k-mooneyaggreate membership si entrily mange extrenally by the nova-api11:55
songwenping_sean-k-mooney: nova-scheduler update its host_aggregate_map attribute11:55
songwenping_nova-api change the aggregate's host11:56
songwenping_let me debug on my env first.11:56
sean-k-mooneywhat release of openstack are you using11:58
songwenping_R11:58
sean-k-mooneyrocky11:58
songwenping_yes11:58
sean-k-mooneyim not sure that exist in the host manager anymore11:58
sean-k-mooneyok it does11:59
sean-k-mooneyhttps://github.com/openstack/nova/blob/master/nova/scheduler/host_manager.py#L35311:59
sean-k-mooneyits plural         host_aggregates_map not host_aggregate_map12:00
songwenping_yes sorry12:00
sean-k-mooneyso its called here https://github.com/openstack/nova/blob/7b063e4d0518af3e57872bc0288a94edcd33c19d/nova/scheduler/manager.py#L662-L67012:01
sean-k-mooneywhich is called in a number of places in tghe compute api https://github.com/openstack/nova/blob/7b063e4d0518af3e57872bc0288a94edcd33c19d/nova/compute/api.py#L623112:02
sean-k-mooneythis is where we update it when you add a host https://github.com/openstack/nova/blob/7b063e4d0518af3e57872bc0288a94edcd33c19d/nova/compute/api.py#L641412:02
sean-k-mooneysongwenping_: so we update it after we update it in the db but before we update it in placment12:04
sean-k-mooneysongwenping_: so if you are using placment for aggres there is a very short period of time where the host is a member of an aggreate but placment doe snot know yet12:04
sean-k-mooneyhowever all of this happens before the api request returns12:04
songwenping_yeah, but the host param seems a single once12:05
sean-k-mooneythe invocation of  the schduler metohd  is a cast12:06
sean-k-mooneyso it might take a while after we retrun for that to propageate and the schdulers to update12:06
songwenping_sean-k-moony: not exactly, we wait a long time.12:10
sean-k-mooneysongwenping_: what is the actul problem you are seeing12:12
sean-k-mooneyhave you filed a bug describing it with logs12:12
songwenping_not yet, i am not sure12:12
sean-k-mooneyi currently on a call so i dont really have time to help debug it now12:12
songwenping_no hurry.12:13
songwenping_i am debugging now.12:14
gibisean-k-mooney: seems test_description_errors can fail and leave running greenthreads behind: https://paste.opendev.org/show/809966/ 12:48
gibiI mean can produce an error without the testcase failing12:49
gibithen leaking running greanthreads12:49
sean-k-mooneyi see12:49
sean-k-mooneyok and i guess that can somehow impact other tests12:49
gibiyeah it is still strange how these tests interact. there is a global state somewhere12:50
sean-k-mooneycould there somehow be sharing betwen the fake_impl for oslo.messaging12:50
sean-k-mooneyor the db fixture. it seams like somehost when those finally time out it trigres the db to be cleaned up12:51
sean-k-mooneyor i guess the notifcation fixture but really im just speculating12:53
gibiI dig forward..12:53
sean-k-mooneyat least we have something to investigate12:53
gibiyeah12:54
opendevreviewFederico Ressi proposed openstack/nova master: Debug Nova APIs call failures  https://review.opendev.org/c/openstack/nova/+/80668313:03
opendevreviewFederico Ressi proposed openstack/nova master: Check Nova project changes with Tobiko scenario test cases  https://review.opendev.org/c/openstack/nova/+/80685313:04
kashyapsean-k-mooney: I haven't checked the specs and the Git logs yet - do you recall what's the status of vDPA in upstream Nova?13:18
sean-k-mooneywe have partial support13:19
sean-k-mooneywe do not support any move operations13:19
sean-k-mooneyand we only support it for netwok devices13:19
kashyapAh, right - no move support13:19
sean-k-mooneywith ovs hardware offload13:20
sean-k-mooneye.g. we do not support vdpa in legacy mode only in switchdev mode and the sriovnic_agent only support legacy mode13:21
sean-k-mooneyso you cant use vdpa with openstack without ovs as the contol plane using tcflower to instll flow into the nic13:21
sean-k-mooneykashyap: was there a resaond you wanted to know13:21
sean-k-mooneyfor our product it will be tech previwe in 17 until we can actully support at least some of the move ops13:22
kashyapsean-k-mooney: Not for product - I was curious from an upstream PoV13:22
sean-k-mooneyi may add more support this cycle but hardware has been a limiting factor to working on this13:23
kashyapThe reason was just I was reading about vDPA and it reminded me of it13:23
sean-k-mooneyack13:23
*** bhagyashris|rover is now known as bhagyashris13:39
sean-k-mooneydoes this look familar to anyone 14:23
sean-k-mooneyhttps://paste.opendev.org/show/809977/14:23
sean-k-mooney] GET /placement/resource_providers?in_tree=4838f356-678a-477c-a2b8-7a743ad0842c => generated 162 bytes in 5 msecs (HTTP/1.1 404)14:23
sean-k-mooneybut in the debug logs the path is wrong14:24
sean-k-mooney92.168.1.10 "GET /placemen//resource_providers?in_tree=4838f356-678a-477c-a2b8-7a743ad0842c" status: 404 14:24
sean-k-mooneythe apach2 config just has ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api/" retry=0 14:25
sean-k-mooneythis is causeing  "/usr/local/bin/nova-status --config-file /etc/nova/nova.conf upgrade check" to fail which breaks devstack14:26
alecorpshello14:26
alecorpsis someone can have a look to the PR 808791 ?14:27
sean-k-mooneyPR as in pull request14:28
gibisean-k-mooney: you have wrong config in you apache proxy 14:28
gibisean-k-mooney: in devstack14:28
gibisean-k-mooney: searching for the commit...14:28
gibisean-k-mooney: https://review.opendev.org/c/openstack/devstack/+/81130314:28
sean-k-mooneygibi: i guess i need to pull devstack?14:28
gibiprobably yes14:28
gibiyou need the above fix is you have a new enough apache 14:29
sean-k-mooneyoh ok14:29
sean-k-mooneyit removed the / on the socket14:29
sean-k-mooneyalecorps: what is PR 80879114:30
alecorpshttps://review.opendev.org/c/openstack/nova/+/80879114:30
alecorpsyes pull request :)14:31
alecorpssorry14:31
sean-k-mooneyalecorps: ok that is not a pull request14:31
sean-k-mooneyits a gerrit reivew14:31
alecorpsyes sorry14:31
sean-k-mooneythey are diffenet code review systems we used ot somtiem get PRs to the github mirror 14:31
sean-k-mooneyok so that is a new feature14:32
sean-k-mooneydos it have a approve spec or blueprint14:32
sean-k-mooneyhttps://blueprints.launchpad.net/nova/+spec/vmware-fcd14:33
sean-k-mooneyok so that is not approved currently14:33
sean-k-mooneyso ideally we need to review that at the next team meeting and either approve as a specless blueprint or request a spec if its invalice14:34
alecorpsok, do i need to be there ?14:34
sean-k-mooneyit looks likke its self contained to the vmware code14:34
sean-k-mooneyit just need to be put on the adgenda14:34
sean-k-mooneyhovever we might not have next weeks meeting because of the ptg14:35
sean-k-mooneyso the meeting after14:35
alecorpsok cool14:35
sean-k-mooneyi can take a look at it in the mean time but procetully its blocked until the paper work is done14:35
sean-k-mooneyyou could just add it to the ptg adgenda too14:35
alecorpsunderstood, thanks14:35
alecorpsI iwll add it in the agenda14:37
alecorpsi added it in open discussion on the wiki14:47
alecorpslet me know if it's ok for you ? thanks14:47
sean-k-mooneyyep that shoudl be fine 14:49
sean-k-mooneyif your going to attend the PTG next week you could also add it to https://etherpad.opendev.org/p/nova-yoga-ptg14:50
sean-k-mooneyotherwise we will likely cover it tuseday week as i expect next weeks meeing is cancled for the ptg14:50
gmanngibi: ack, as i have removed the use of tox_extra_args  now but yes in future if we use then this is something to note down. 14:53
alecorpsthanks Sean, not sure for ptg, i will try14:54
opendevreviewSylvain Bauza proposed openstack/nova-specs master: Move the implemented specs for the xena release  https://review.opendev.org/c/openstack/nova-specs/+/81224815:38
bauzasgibi: stephenfin (if you're around) : approval for the xena implemented specs would be appreciated ^15:39
bauzasi just rebased my own change into brinzhang's change as he was missing a few bits15:39
stephenfinbauzas: done15:57
bauzasstephenfin: ta15:58
bauzassean-k-mooney: I moved your PTG point about rbac for novaclient during the rbac popup team meeting session we plan15:59
bauzasbut we can put it off this slot and just discuss between us15:59
sean-k-mooneyok15:59
bauzasor we can leave it there during the meeting and we don't have time to go thru it, we can try to find another time 16:00
sean-k-mooneywell basically i think we shoudl be deprecating the novaclinet cli so i dont think we shoudl add the project id passthough feature to novaclinet for rbac16:00
bauzassean-k-mooney: sorry, I messed up your colors by pasting, btw.16:00
sean-k-mooneyits fine16:00
sean-k-mooneymove things as you see fit16:00
bauzasI'm just doing a first round16:04
bauzasprobably something like "paperwork nova", then "general nova", then others16:05
* bauzas stops for the day, see ya16:16
opendevreviewMerged openstack/nova-specs master: Move the implemented specs for the xena release  https://review.opendev.org/c/openstack/nova-specs/+/81224816:22
stephenfinmelwitt: good spot on https://review.opendev.org/c/openstack/nova/+/81214416:26
stephenfindansmith: So nova-compute doesn't access the DB and iirc, you're expected to upgrade all services at once, right? i.e. the N and N-1 in a single deployment only applies to nova-compute N-116:31
sean-k-mooneystephenfin: nova-compute only accesses the db via the conductor16:31
dansmithstephenfin: you're expected to upgrade all the non-compute services at once, yes, largely because of schema but not only for that16:31
stephenfinOkay, so that being the case, why do we insist that DB columns are removed in a later cycle than the corresponding SQLAlchemy model fields?  16:32
opendevreviewMerged openstack/nova-specs master: Re-propose Unified Limits in Nova  https://review.opendev.org/c/openstack/nova-specs/+/80902016:32
dansmithso you can apply new schema before you roll any of that new code16:32
stephenfinah16:32
* stephenfin puts that in the docs16:33
dansmithschema apply being potentially very expensive, rewriting tables, etc16:33
dansmithit's in the upgrade doc somewhere, I just linked it the other day16:33
stephenfinyup, and having to come first for the additive stuff16:33
dansmithideally if you've rolled the schema, then "upgrading" is just starting new containers, which can be pretty quick16:33
gibigmann: ack, I will file a bug to zuul when I have time about the quoting issue 16:37
sean-k-mooneyprovieded we have only made aditive changes in principal for something like an FFU we can fully upgrade the db schema while running n-3 compute nodes and then do all the online migration when we bounce the containers.16:37
sean-k-mooneythe queens to train ffu in oo however stop on each release to do the db sync for some reaons16:38
sean-k-mooneyso i dont think they have ever actuly done that in practice where tehy did the db sync rom the targent n release while the n-3 contianer where running16:39
melwittstephenfin: thanks for the detailed explanation about the auto-generation stuff!16:40
stephenfinnw, it's *very* cool, if you ask me16:40
stephenfinzzzeek++16:40
gibisean-k-mooney: I manage to make a stable local reproduction for the unshelve func test bug https://bugs.launchpad.net/nova/+bug/1946339/comments/616:54
gibinow I just have to debug it to find the leaking global state between the tests16:55
sean-k-mooneythat great16:58
opendevreviewsean mooney proposed openstack/nova master: [WIP] adress intermitent failure of functional tests  https://review.opendev.org/c/openstack/nova/+/81369516:58
sean-k-mooneyi just fixed the pep8 issues with ^16:58
sean-k-mooneygibi: also thanks for the devstack tip it fixed my placment issue16:59
sean-k-mooneygibi: could it be form this17:02
sean-k-mooneyhttps://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/_drivers/impl_fake.py#L148-L15917:02
sean-k-mooneygibi: could we be reusing the same exchange between tests17:03
sean-k-mooneyif we initalise the fake messaign drver without passing a unique exchange name per test17:04
sean-k-mooneygibi: tox allows use to group test per class correct17:04
sean-k-mooneycoudl you try that with your reopducecer and see it that helps17:04
sean-k-mooneygibi: we do try and cleanup the exchanges https://github.com/openstack/nova/blob/7b063e4d0518af3e57872bc0288a94edcd33c19d/nova/tests/fixtures/nova.py#L741-L74417:11
sean-k-mooneybut that does not reset self._default_exchange 17:13
sean-k-mooneyi guess that is not required17:13
sean-k-mooneyself._exchanges.setdefault(name, FakeExchange(name)) shoudl still be a new exchange17:14
sean-k-mooneygibi: just looking at test_description_errors17:52
sean-k-mooneythe create_server funciton its calling i think is expected to wait for it to be active17:52
sean-k-mooneyoh17:52
sean-k-mooneyit not using the one form the integrated helper17:53
sean-k-mooneyso ya your right its not waiting17:53
gibisean-k-mooney: sorry I had to go offline17:58
gibiwill read back tomorrow17:58
opendevreviewJulia Kreger proposed openstack/nova master: WIP Ironic - Handle instance host on rebalance  https://review.opendev.org/c/openstack/nova/+/81389721:36
melwittstephenfin: I dunno if you noticed this too but the arm64 non-voting jobs started failing often recently https://zuul.openstack.org/builds?job_name=openstack-tox-py38-arm64&job_name=openstack-tox-py39-arm64+%28non-voting%29&project=openstack%2Fnova and the timing coincided with when a few of the db-related test patches landed. is there any chance it's related?21:53
melwittthis one in particular https://review.opendev.org/c/openstack/nova/+/81029121:54
melwittthe other two that merged at the same time were https://review.opendev.org/c/openstack/nova/+/810856 and https://review.opendev.org/c/openstack/nova/+/810857 which I thought aren't likely to be related... linking them too just in case21:55
-opendevstatus- NOTICE: Both Gerrit and Zuul services are being restarted briefly for minor updates, and should return to service momentarily; all previously running builds will be reenqueued once Zuul is fully started again22:50

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