*** larainema has joined #openstack-oslo | 00:42 | |
*** openstack has joined #openstack-oslo | 04:23 | |
*** ChanServ sets mode: +o openstack | 04:23 | |
*** starborn has joined #openstack-oslo | 06:41 | |
*** ralonsoh has joined #openstack-oslo | 06:45 | |
*** tosky has joined #openstack-oslo | 07:30 | |
*** rpittau|afk is now known as rpittau | 07:31 | |
*** openstackstatus has quit IRC | 07:46 | |
*** openstack has joined #openstack-oslo | 07:50 | |
*** ChanServ sets mode: +o openstack | 07:50 | |
*** dmellado has quit IRC | 07:58 | |
*** dmellado has joined #openstack-oslo | 08:04 | |
openstackgerrit | Hervé Beraud proposed openstack/oslo.cache master: Adding functional tests https://review.opendev.org/712479 | 08:08 |
---|---|---|
openstackgerrit | Hervé Beraud proposed openstack/oslo.cache master: Refactoring functional tests based on standard usages https://review.opendev.org/718223 | 08:08 |
openstackgerrit | Hervé Beraud proposed openstack/oslo.cache master: Adding functional tests for memcache_pool backend https://review.opendev.org/718176 | 08:08 |
openstackgerrit | Hervé Beraud proposed openstack/oslo.cache master: Adding the new pymemcache_pool backend https://review.opendev.org/711220 | 08:08 |
*** larainema has quit IRC | 08:30 | |
openstackgerrit | Benjamin Reichel proposed openstack/oslo.log master: Add missing SYSLOG_FACILITY to JournalHandler https://review.opendev.org/718710 | 09:38 |
*** rpittau is now known as rpittau|bbl | 09:44 | |
openstackgerrit | Hervé Beraud proposed openstack/oslo.cache master: Adding functional tests https://review.opendev.org/712479 | 10:42 |
*** raildo has joined #openstack-oslo | 11:37 | |
openstackgerrit | Sean McGinnis proposed openstack/oslo.middleware master: Drop use of six https://review.opendev.org/725664 | 12:12 |
*** rpittau|bbl is now known as rpittau | 12:18 | |
openstackgerrit | Hervé Beraud proposed openstack/oslo-specs master: Prefer to use tox env venv rather than command with tox path https://review.opendev.org/725844 | 12:23 |
*** tkajinam has joined #openstack-oslo | 12:34 | |
openstackgerrit | Hervé Beraud proposed openstack/oslo.cache master: Refactoring functional tests based on standard usages https://review.opendev.org/718223 | 12:44 |
openstackgerrit | Hervé Beraud proposed openstack/oslo.cache master: Adding functional tests for memcache_pool backend https://review.opendev.org/718176 | 12:44 |
openstackgerrit | Hervé Beraud proposed openstack/oslo.cache master: Adding the new pymemcache_pool backend https://review.opendev.org/711220 | 12:44 |
ttx | At the large scale SIG meeting today, masahito announced that they are almost ready to drop the initial code for oslo.metrics. In preparation for that I posted changes to create an empty oslo.metrics repo | 12:50 |
ttx | https://review.opendev.org/725847 and https://review.opendev.org/725848 | 12:51 |
ttx | He said they will have something ready in one-two weeks now | 12:52 |
*** ralonsoh has quit IRC | 13:08 | |
*** ralonsoh has joined #openstack-oslo | 13:11 | |
*** moguimar has joined #openstack-oslo | 13:18 | |
*** jhesketh has quit IRC | 14:22 | |
*** jhesketh has joined #openstack-oslo | 14:51 | |
*** smcginnis has quit IRC | 14:58 | |
*** smcginnis has joined #openstack-oslo | 15:04 | |
*** starborn has quit IRC | 15:12 | |
*** rpittau is now known as rpittau|afk | 16:24 | |
openstackgerrit | Hervé Beraud proposed openstack/oslo.tools master: Introduce a new tools to release oslo in a semi-automatized way https://review.opendev.org/725938 | 17:18 |
*** irclogbot_1 has quit IRC | 17:20 | |
*** irclogbot_1 has joined #openstack-oslo | 17:23 | |
eandersson | Anyone tried the osprofiler with Jaeger? | 18:00 |
eandersson | Unable to get it to actually output anything with Jaeger with the all-in-one deployment. | 18:00 |
*** ralonsoh has quit IRC | 18:19 | |
openstackgerrit | Moisés Guimarães proposed openstack/oslo.cache master: Add TLS context creation from config https://review.opendev.org/725686 | 19:19 |
bnemec | eandersson: You probably need to talk to Tovin or Ilya based on https://review.opendev.org/#/c/480018/ , but I have no idea if they're on IRC. :-/ | 19:48 |
eandersson | Thanks bnemec | 20:06 |
eandersson | Would you happen to know the :"recommended" driver? | 20:06 |
bnemec | eandersson: I don't have any particular expertise with osprofiler, but it looks like we gate on redis and sqlalchemy: https://opendev.org/openstack/osprofiler/src/branch/master/.zuul.yaml | 20:10 |
bnemec | Those are probably your safest bets then. | 20:11 |
bnemec | Actually we don't gate on those. :-/ | 20:11 |
bnemec | They're non-voting. | 20:11 |
eandersson | btw unrelated issue with oslo.messaging | 20:17 |
eandersson | hitting a weird shutdown bug | 20:17 |
eandersson | When we use get_notification_listener and a target isn't set | 20:18 |
eandersson | It looks like it is getting stuck in starting up indefinitely, which then causes it to fail to stop and hangs indenfinetly | 20:18 |
eandersson | https://zuul.opendev.org/t/openstack/build/4f25e8564cc049a1bc5b4f76f377fb70/log/logs/screen-designate-sink.txt | 20:18 |
eandersson | Trying this as a fix https://review.opendev.org/#/c/725977/1/designate/sink/service.py | 20:19 |
bnemec | kgiusti: ansmith_: ^ | 20:39 |
kgiusti | bnemec: eandersson: ouch. test hole. by "target isn't set" do you mean target parameter is None or []? | 20:45 |
eandersson | [] | 20:59 |
eandersson | Not sure why this started failing now. Either this was always broken and grenade started to gracefully shut down services, or something.. somewhere changed. :D | 21:00 |
kgiusti | eandersson: master? or other? I'll try to repo it locally, see what's up. | 21:01 |
eandersson | It's only failing in our grenade job, but was able to reproduce it on master. | 21:01 |
kgiusti | eandersson: gotta run for awhile - wifey is ringing the dinner bell. Ok will take a look shortly... | 21:02 |
eandersson | I don't think we should be passing on an empty list here, but would be nice if it at least failed fast. | 21:02 |
eandersson | kgiusti figured it out | 21:36 |
eandersson | We just don't start it, so of course stopping it fails | 21:36 |
eandersson | This has probably always been broken, but the test job just started picking up on it | 21:37 |
eandersson | https://github.com/openstack/designate/blob/master/designate/sink/service.py#L79 | 21:38 |
eandersson | > @ordered(reset_after='stop') | 21:40 |
*** raildo_ has joined #openstack-oslo | 21:45 | |
*** smcginnis has quit IRC | 21:46 | |
*** raildo has quit IRC | 21:48 | |
*** raildo_ has quit IRC | 22:01 | |
*** smcginnis has joined #openstack-oslo | 22:05 | |
*** threestrands has joined #openstack-oslo | 22:20 | |
*** tosky has quit IRC | 22:56 | |
eandersson | I do wonder why it does not just fail instantly thou | 23:21 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!