Earlier  
Posted Nick Remark
#openstack-nova - 2021-10-12
16:48:55 bauzas https://review.opendev.org/q/project:openstack/nova+branch:stable/ussuri+is:open
16:49:16 bauzas humpf
16:49:19 elodilles I went through the patches and commented on the etherpad for some
16:49:39 bauzas I guess one last release would be appreciated
16:49:48 bauzas before we call it EM
16:49:49 elodilles there are some that needs a second +2 only
16:50:05 bauzas elodilles: we can make some kind of status updates at the meetings
16:50:23 elodilles bauzas: sure, I'll prepare with that
16:50:28 bauzas elodilles: and ping me and a few other stable cores to look at ussuri this week and the week after PTG
16:50:41 elodilles ack
16:50:55 bauzas #topic Sub/related team Highlights
16:51:01 bauzas Libvirt (lyarwood)
16:51:08 bauzas lyarwood is not there, nothing to mention
16:51:22 bauzas let's move straight to the last bit of the agenda
16:51:25 bauzas #topic Open discussion
16:51:29 bauzas Next week meeting to be cancelled (PTG). Agreed ?
16:51:36 gibi agre
16:51:37 gibi e
16:51:52 bauzas anyone disagreeing ?
16:51:56 bauzas 2..
16:51:56 bauzas 1..
16:52:00 bauzas 3..
16:52:13 bauzas OK, that's it, will send the email
16:52:32 bauzas I'm done with the agenda now, anyone wanting to raise anything ?
16:52:45 bauzas we have 8 mins in the balance :)
16:53:08 gibi just circle back to the placement functional failure
16:53:16 bauzas wfm
16:53:17 gibi it still visible on master
16:53:22 bauzas gmann: you had thoughts ?
16:53:29 gibi and I do belive this causing https://opendev.org/zuul/zuul-jobs/commit/c02c28a982da8d5a9e7b4ca38d30967f6cd1531d
16:53:34 gmann I think this is because of https://opendev.org/zuul/zuul-jobs/commit/c02c28a982da8d5a9e7b4ca38d30967f6cd1531d
16:53:35 gibi that we include the regexp to the call
16:53:41 gmann gibi: ah you are fast
16:53:59 gibi we simply not need the regexp in that call
16:54:03 gibi or we need to quote it
16:54:30 gibi but I don't know how to feed this back to zuul
16:54:49 gibi gmann: :)
16:55:12 gmann I think bext way is not to include the test regex in tox_extra_args and instead add it as part of command itself
16:55:15 gmann best
16:55:34 gmann let me try that
16:56:14 gibi gmann: ack, we can even left out the regexp param that is not needed for the --showconfig call I think
16:56:35 bauzas gmann: gibi: thanks for the findings
16:56:46 gmann yeah, tox_extra_args purpose is completely separate then test regex
16:56:46 gibi I have nothing else for today
16:56:52 gibi gmann: ack
16:57:09 sean-k-mooney we normally do that with posargs like this https://github.com/openstack/placement/blob/master/tox.ini#L40
16:57:21 gmann yeah
16:57:40 sean-k-mooney then invoke tox like "tox -e fucntional -- <regex goes here>"
16:59:04 sean-k-mooney i think we can likely close the meeting there
16:59:14 bauzas yeah I was about to say
16:59:20 bauzas we can continue off meeting
16:59:36 bauzas let me call it done
16:59:40 opendevmeet Meeting ended Tue Oct 12 16:59:40 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
16:59:40 bauzas #endmeeting
16:59:41 opendevmeet Log: https://meetings.opendev.org/meetings/nova/2021/nova.2021-10-12-16.00.log.html
16:59:41 opendevmeet Minutes (text): https://meetings.opendev.org/meetings/nova/2021/nova.2021-10-12-16.00.txt
16:59:41 opendevmeet Minutes: https://meetings.opendev.org/meetings/nova/2021/nova.2021-10-12-16.00.html
16:59:46 bauzas thanks all
16:59:56 gibi bauzas: thanks!
17:00:15 sean-k-mooney gibi: for https://bugs.launchpad.net/nova/+bug/1946339 i think we are getting to here but i never see log lings corresponding to https://github.com/openstack/nova/blob/a8d3ab2513c39aeac3393b2154988316dfa2db3a/nova/tests/functional/test_servers_resource_request.py#L2568-L2574
17:00:25 bauzas gibi: thanks for spotting the root cause while I was deblatering for some paperwork :)
17:06:38 gibi sean-k-mooney: yeah but that becuase we fail at the assert https://github.com/openstack/nova/blob/a8d3ab2513c39aeac3393b2154988316dfa2db3a/nova/tests/functional/test_servers_resource_request.py#L2560\
17:08:35 sean-k-mooney are you sure about that we might be
17:08:46 sean-k-mooney i did not see that in the log as explcitly failing
17:08:52 sean-k-mooney did i miss that
17:09:15 gibi I'm looking at this https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_b15/713498/27/check/nova-tox-functional-py38/b1582a8/job-output.txt
17:09:23 gibi it has
17:09:24 gibi 2021-10-08 01:21:54.733579 | ubuntu-focal | testtools.matchers._impl.MismatchError: 'UnexpectedResourceProviderNameForPCIRequest' != 'DBNonExistentTable'
17:09:59 sean-k-mooney ah right
17:11:38 sean-k-mooney error_notification = self.notifier.wait_for_versioned_notifications(
17:11:39 sean-k-mooney 'compute.exception')[0]
17:11:44 sean-k-mooney we are just takign the first error
17:11:45 gibi yepp
17:11:57 gibi I have to drop for today
17:12:03 sean-k-mooney could it be the order of the excption could change and we get more then one
17:12:08 sean-k-mooney ok
17:12:09 gibi I pushed a small patch with an extra log seeing what triggers the reschedule
17:12:26 gibi https://review.opendev.org/c/openstack/nova/+/813674
17:12:38 sean-k-mooney im not sure there is a reschdule
17:12:48 sean-k-mooney but cool lets see what that shows
17:12:53 sean-k-mooney ill play with a bit locally
17:13:19 gibi this line in the stack trace File "/home/zuul/src/opendev.org/openstack/nova/nova/compute/manager.py", line 2263, in _do_build_and_run_instance
17:13:26 gibi points to a reschedule for me
17:14:30 gibi anyhow leaving now. thanks for the shared thinking
17:14:35 gibi o/
17:19:45 sean-k-mooney hum
17:19:48 sean-k-mooney ERROR: Cannot install jsonschema>=3.2.0, openstack-placement==1.0.0 and openstack-placement==1.1.0 because these package versions have conflicting dependencies.
17:19:50 sean-k-mooney The conflict is caused by:
17:19:52 sean-k-mooney The user requested jsonschema>=3.2.0
17:19:54 sean-k-mooney openstack-placement 1.1.0 depends on jsonschema<3.0.0 and >=2.6.0
17:19:56 sean-k-mooney The user requested jsonschema>=3.2.0
17:19:58 sean-k-mooney openstack-placement 1.0.0 depends on jsonschema<3.0.0 and >=2.6.0
17:20:00 sean-k-mooney The user requested (constraint) jsonschema===3.2.0
17:20:11 sean-k-mooney that was form trying to run nova func test on master
17:20:17 sean-k-mooney it cant create the pip env
17:21:35 sean-k-mooney placmenet required >=3.2.0
17:21:36 sean-k-mooney https://github.com/openstack/placement/blob/master/requirements.txt#L10
17:23:00 sean-k-mooney which is the same as uc https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L547
17:24:18 sean-k-mooney oh
17:24:30 sean-k-mooney this is the same suds-jurko issue

Earlier   Later