13:00:47 <chaconpiza> #startmeeting monasca
13:00:48 <openstack> Meeting started Tue Dec 15 13:00:47 2020 UTC and is due to finish in 60 minutes.  The chair is chaconpiza. Information about MeetBot at http://wiki.debian.org/MeetBot.
13:00:50 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
13:00:52 <openstack> The meeting name has been set to 'monasca'
13:01:11 <chaconpiza> Hi
13:01:13 <piotrowskim> hi
13:01:15 <adriancz> Hi
13:01:21 <chaconpiza> Hi Michal
13:01:23 <chaconpiza> Hi Adrian
13:01:42 <chaconpiza> The agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda
13:03:17 <chaconpiza> Before to start I would like to propose to cancel the meetings from December 22th and December 29th because of holiday leave.
13:04:18 <chaconpiza> Then, the next Monasca meeting would be on January 5th
13:04:46 <chaconpiza> If you are agreed I will write it in the agenda.
13:04:55 <adriancz> sounds good to me
13:05:01 <piotrowskim> +1
13:05:08 <chaconpiza> Ok, let's start with the topics
13:05:24 <chaconpiza> #topic New pip version is more strict
13:06:31 <chaconpiza> Recently the version of pip was upgraded and this new version doesn't allow discrepancies between the dependencies
13:06:37 <chaconpiza> http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019285.html
13:07:17 <chaconpiza> It impacts not only Monasca repositories but all OpenStack repositories with python
13:08:17 <chaconpiza> For the update I am using the topic "update-lower-constraints" because is where mainly it is failing.
13:08:36 <chaconpiza> https://review.opendev.org/q/(projects:openstack/monasca+OR+project:openstack/python-monascaclient)+AND+topic:%2509+update-lower-constraints
13:09:19 <chaconpiza> Right now I am updating monasca-notification repository
13:09:40 <chaconpiza> monasca-api and monasca-ui are already updated.
13:10:23 <chaconpiza> Would you like to divide and help to finish with this topic?
13:10:48 <chaconpiza> monasca-persister, monasca-agent, etc. should be updated
13:11:32 <piotrowskim> i can help if you want, we can divide
13:12:02 <chaconpiza> Great, Michal would you like to take for example monasca-persister
13:12:34 <chaconpiza> you just need to clone it, and then execute tox -elower-constraints
13:12:34 <piotrowskim> yes, anything you want
13:13:09 <chaconpiza> you can execute "tox" it will execute other tests
13:13:52 <chaconpiza> Adrian, would you like to check whether Monasca-common needs and update?
13:13:52 <piotrowskim> ok
13:14:19 <adriancz> I can check monasca-common
13:14:25 <chaconpiza> thanks
13:15:02 <chaconpiza> lets jump into the second topic
13:15:12 <chaconpiza> #topic Monasca-API py38 tests concurrency issues
13:15:48 <chaconpiza> It was only discussed internally in Fj.
13:16:17 <chaconpiza> Last week I reported that I had problems with the execution of Monasca-API py38 tests
13:17:30 <chaconpiza> it failed because of a missing required parameter in the config, from influxdb the parameter name
13:17:52 <chaconpiza> nevertheless, this parameter is loaded from the fixtures.
13:18:48 <chaconpiza> The reason is that the set of "policy" test should be executed by an independant worker
13:19:20 <chaconpiza> My Virtual Machine had only 2 cores, then those tests where executed together with other tests and failed
13:20:02 <chaconpiza> In Zuul VM we have more cores, so the 22 policy tests can be executed alone.
13:20:42 <chaconpiza> I could not find the way to set the amount of workers using "tox"
13:21:21 <chaconpiza> Tox calls "stestr" where is possible to pass the argument --concurrency
13:22:34 <chaconpiza> without that argument stestr will launch so many workers as cores
13:22:46 <chaconpiza> #mistery solved
13:23:39 <chaconpiza> #topic AOB
13:24:22 <chaconpiza> Do you have any other point to discuss today?
13:25:54 <piotrowskim> not from my side
13:27:03 <adriancz> also nothing from my side
13:27:17 <chaconpiza> Ok, then let's close the meeting and see you here on January 5th 🎄
13:27:40 <chaconpiza> Thanks for the attendance, bye.
13:27:51 <piotrowskim> thanks, bye
13:27:53 <adriancz> thanks and bye
13:28:06 <chaconpiza> #endmeeting