*** tosky has quit IRC | 00:15 | |
*** vishalmanchanda has joined #openstack-monasca | 05:35 | |
*** nikparasyr has joined #openstack-monasca | 07:27 | |
*** tosky has joined #openstack-monasca | 08:22 | |
*** dougsz has joined #openstack-monasca | 08:49 | |
*** piotrowskim has joined #openstack-monasca | 09:04 | |
*** bandorf has joined #openstack-monasca | 12:53 | |
chaconpiza | #startmeeting monasca | 13:00 |
---|---|---|
openstack | Meeting started Tue Jan 12 13:00:03 2021 UTC and is due to finish in 60 minutes. The chair is chaconpiza. Information about MeetBot at http://wiki.debian.org/MeetBot. | 13:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:00 |
*** openstack changes topic to " (Meeting topic: monasca)" | 13:00 | |
openstack | The meeting name has been set to 'monasca' | 13:00 |
chaconpiza | Hi | 13:00 |
bandorf | Hi, everybody | 13:00 |
chaconpiza | The agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda | 13:00 |
chaconpiza | Hello Matthias | 13:00 |
chaconpiza | Let's start with the topics | 13:01 |
chaconpiza | #topic Status: RED - pip resolver issue with publish-openstack-releasenotes-python3 | 13:01 |
*** openstack changes topic to "Status: RED - pip resolver issue with publish-openstack-releasenotes-python3 (Meeting topic: monasca)" | 13:01 | |
dougsz | hello | 13:02 |
chaconpiza | Hi Doug | 13:02 |
bandorf | Hi, Doug | 13:02 |
chaconpiza | Hervé Beraud sent already the code changes to accomplish this global change | 13:03 |
chaconpiza | https://review.opendev.org/q/(projects:openstack/monasca+OR+project:openstack/python-monascaclient)+AND+topic:fix-relmgt-pip-doc | 13:03 |
chaconpiza | I have added myself as a reviewer, please feel free to take a look on the changes | 13:03 |
chaconpiza | Here they wrote the list of affected repositories http://paste.openstack.org/show/801396/ | 13:05 |
chaconpiza | #topic Tempest test Docker container, failing tests with timerange | 13:06 |
*** openstack changes topic to "Tempest test Docker container, failing tests with timerange (Meeting topic: monasca)" | 13:06 | |
chaconpiza | I am still investigating why these 3 tests fail when using the docker containers, but in devstack they pass ok | 13:07 |
chaconpiza | dougsz, do you remember whether these test, with timerange, require specific conditions? | 13:08 |
chaconpiza | like specific influx version, or something like that? | 13:09 |
dougsz | Hmm, I don't recall anything like that | 13:09 |
dougsz | which tests specifically? | 13:10 |
dougsz | ah I see on the etherpad.. | 13:10 |
chaconpiza | monasca_tempest_tests.tests.api.test_dimensions.TestDimensions.test_list_dimension_names_with_metric_name_with_timerange | 13:10 |
chaconpiza | yes, those in the agenda | 13:10 |
dougsz | These are the recently added tests from Bharat? ..just going to look | 13:11 |
chaconpiza | failing with: testtools.matchers._impl.MismatchError: ['value_1', 'value_2', 'value_3'] != ['value_2', 'value_3'] | 13:11 |
chaconpiza | yes, those from Bharat. | 13:11 |
chaconpiza | Anyways, when I stack the devstack, and execute the Tempest test they are ok | 13:11 |
dougsz | I have a bad feeling about this - the timerange for dimensions was only approximately respected by Influx | 13:12 |
bandorf | What about influx versions used in both cases? I think, this is a good direction. One metric more or less - could easily be caused by an influx change | 13:13 |
chaconpiza | I set the same configuration in the influx container than in devstack | 13:13 |
bandorf | Ah, ok | 13:14 |
dougsz | Interesting | 13:14 |
chaconpiza | Same version, in devstack 1.7.6 and Official docker image 1.7.6-alpine | 13:14 |
chaconpiza | Ok, I will continue and report here the findings. | 13:15 |
chaconpiza | #topic AOB | 13:15 |
*** openstack changes topic to "AOB (Meeting topic: monasca)" | 13:15 | |
dougsz | I think the main thing to know, is that the timerange isn't strictly respected by InfluxDB | 13:15 |
chaconpiza | good point | 13:16 |
dougsz | You may need to widen the window, if it still seems approximately sensible in the test | 13:16 |
dougsz | or narrow it, by the look of your results :\ | 13:17 |
chaconpiza | yes, it sounds like a good idea | 13:17 |
dougsz | something like that - it is far from ideal really | 13:17 |
bandorf | The time stamps used are generated by monasca? Or by influxdb? | 13:18 |
dougsz | I think they come from Monasca, and are attached to the metric | 13:18 |
dougsz | and then you say to influx, give me all the dimensions (like hostname) over this time window | 13:18 |
dougsz | and it only loosely respects the time window | 13:19 |
bandorf | OK, but in this case we could easily verify if they are correct, right? | 13:19 |
bandorf | Just query the influxdb | 13:19 |
dougsz | that true - run a raw query | 13:19 |
chaconpiza | I will | 13:20 |
bandorf | I understand your concern, regarding "loosely". But then, it could happen sometimes, sometimes not... | 13:20 |
bandorf | Martin, I assume this is 100% reproducible | 13:20 |
bandorf | ? was missing | 13:20 |
chaconpiza | yes, everytime it fails when deployed in containers | 13:21 |
chaconpiza | and everytime it's ok in devstack | 13:21 |
chaconpiza | in github.com/monasca/monasca-docker we still using the Tempesttests docker image generated from the time when tempest test was a subdirectory in monasca-api repository. I want to use the new image generated from Tempesttest own repository | 13:22 |
chaconpiza | One more issue, as you know since November Docker Hub limits the amount of pulls | 13:23 |
bandorf | Martin, if you want, we can have a call after the weekly. | 13:23 |
bandorf | I have some ideas, but takes too long to write down | 13:23 |
dougsz | Cool, along those lines I've made some progress on the Kolla Monasca CI job, so it now passes reliably using the latest Tempest tests, should hopefully be merged soon | 13:24 |
chaconpiza | ^^ sure | 13:24 |
chaconpiza | Anonymous users can pull 100 images in a period of 6 hours, it is based on external IP | 13:24 |
chaconpiza | So, some of the Travis VMs share the external IP and sometimes it is not possible to pull the images for the deploy. | 13:25 |
dougsz | :( | 13:26 |
chaconpiza | I am adding he code to check the amount of pulls that left for that external IP | 13:26 |
chaconpiza | With a registerd docker user the amount is 200 pulls and it is independant of the IP | 13:27 |
chaconpiza | Ok, those are all topics from agenda. Thanks for the hints. | 13:28 |
dougsz | thanks both | 13:29 |
bandorf | Thanks, bye | 13:29 |
chaconpiza | If there arn't other topics let's see you next week. Don't forget to add you topics in the agenda. | 13:29 |
chaconpiza | Bye | 13:29 |
chaconpiza | #endmeeting | 13:31 |
*** openstack changes topic to "Monasca Wallaby PTG Topics and Attendance (Meeting topic: monasca)" | 13:31 | |
openstack | Meeting ended Tue Jan 12 13:31:54 2021 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:31 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/monasca/2021/monasca.2021-01-12-13.00.html | 13:31 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/monasca/2021/monasca.2021-01-12-13.00.txt | 13:31 |
openstack | Log: http://eavesdrop.openstack.org/meetings/monasca/2021/monasca.2021-01-12-13.00.log.html | 13:31 |
*** openstackgerrit has joined #openstack-monasca | 15:38 | |
openstackgerrit | Adrian Czarnecki proposed openstack/monasca-persister master: [WIP] Test change https://review.opendev.org/c/openstack/monasca-persister/+/770139 | 15:38 |
*** adriancz has joined #openstack-monasca | 15:57 | |
*** bandorf has quit IRC | 16:12 | |
*** openstackgerrit has quit IRC | 16:55 | |
*** dougsz has quit IRC | 17:31 | |
*** piotrowskim has quit IRC | 17:33 | |
*** nikparasyr has left #openstack-monasca | 18:13 | |
*** vishalmanchanda has quit IRC | 20:49 | |
*** openstackgerrit has joined #openstack-monasca | 22:56 | |
openstackgerrit | Martin Chacon Piza proposed openstack/monasca-tempest-plugin master: [WIP] Check timerange tests https://review.opendev.org/c/openstack/monasca-tempest-plugin/+/770485 | 22:56 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!