Tuesday, 2019-04-02

*** Liang__ has joined #openstack-oslo00:50
*** Liang__ is now known as LiangFang00:59
*** LiangFang has quit IRC01:14
*** Liang__ has joined #openstack-oslo01:24
*** Liang__ is now known as LiangFang01:26
*** lbragstad has joined #openstack-oslo02:02
*** rcernin_ has joined #openstack-oslo02:05
*** rcernin has quit IRC02:06
*** bobh has joined #openstack-oslo02:07
*** rcernin_ has quit IRC02:12
*** rcernin has joined #openstack-oslo02:15
*** bobh has quit IRC02:17
*** samueldmq has quit IRC03:15
*** LiangFang has quit IRC04:14
*** Liang__ has joined #openstack-oslo04:15
*** lbragstad has quit IRC05:33
*** pcaruana has joined #openstack-oslo05:35
*** hberaud|gone is now known as hberaud07:01
*** tosky has joined #openstack-oslo07:09
*** e0ne has joined #openstack-oslo07:16
*** iurygregory has joined #openstack-oslo07:18
*** yan0s has joined #openstack-oslo07:34
*** Liang__ has quit IRC07:40
*** Liang__ has joined #openstack-oslo07:42
*** e0ne has quit IRC08:01
*** e0ne has joined #openstack-oslo08:08
*** a-pugachev has joined #openstack-oslo08:43
*** e0ne has quit IRC09:07
*** rcernin has quit IRC09:11
*** e0ne has joined #openstack-oslo09:15
*** Liang__ has quit IRC09:34
*** a-pugachev has quit IRC09:35
*** a-pugachev has joined #openstack-oslo09:39
*** e0ne has quit IRC09:51
*** hberaud is now known as hberaud|school-r09:55
*** zigo has joined #openstack-oslo10:00
*** e0ne has joined #openstack-oslo10:28
*** e0ne has quit IRC10:45
*** e0ne has joined #openstack-oslo10:52
*** ansmith_ has quit IRC11:10
*** hberaud|school-r is now known as hberaud11:13
*** njohnston_ has joined #openstack-oslo11:17
*** e0ne has quit IRC11:56
*** e0ne has joined #openstack-oslo12:03
*** ansmith_ has joined #openstack-oslo12:23
*** e0ne has quit IRC12:31
*** kgiusti has joined #openstack-oslo12:42
*** e0ne has joined #openstack-oslo12:44
gsantomaggio@kgiusti  https://bugs.launchpad.net/oslo.messaging/+bug/182277812:54
gsantomaggiop.s thanks for your examples :)12:54
openstackLaunchpad bug 1822778 in oslo.messaging "INTERNAL_ERROR - Cannot declare a queue during RabbitMQ start" [Undecided,New]12:54
kgiustigsantomaggio: wow - nice catch!12:55
gsantomaggiothanks, we had this problem during an update, now ha have isolated the problem, so it is easy to reproduce without openstack12:57
*** openstackgerrit has joined #openstack-oslo12:58
openstackgerritStephen Finucane proposed openstack/oslo.privsep master: Follow the new PTI for document build  https://review.openstack.org/54933612:58
*** raildo has joined #openstack-oslo12:59
kgiustigsantomaggio: that's good to hear.  Unfortunately our functional tests just test against a single rabbitmq instance (not a cluster).13:00
kgiustigsantomaggio: we would never have hit that problem in test.13:00
gsantomaggiowell, this is rare condition, the problem is not about the error.13:03
gsantomaggioit is that you can lose messages even part of the cluster is up.13:03
gsantomaggioI have seen that oslo can tolerate connection errors etc, we should add also this condition :)13:04
kgiustigsantomaggio: most definitely agree!13:04
gsantomaggio@kgiusti  let me try to work in python :D :D13:04
gsantomaggiofrom Erlang to Python !13:05
kgiustigsantomaggio: this is a great community to get started in python - plenty of experienced folks willing to help you.13:05
gsantomaggioGreat! thanks!13:05
kgiustigsantomaggio: thank you for finding that!13:06
openstackgerritStephen Finucane proposed openstack/oslo.vmware master: Follow the new PTI for document build  https://review.openstack.org/54908613:11
openstackgerritStephen Finucane proposed openstack/oslo.reports master: Follow the new PTI for document build  https://review.openstack.org/54933913:17
*** lbragstad has joined #openstack-oslo13:22
*** lpetrut has joined #openstack-oslo13:26
openstackgerritStephen Finucane proposed openstack/oslo.concurrency master: Follow the new PTI for document build  https://review.openstack.org/54933713:28
*** trident has quit IRC13:30
*** trident has joined #openstack-oslo13:33
*** e0ne has quit IRC13:36
openstackgerritStephen Finucane proposed openstack/oslo.db master: docs: Use sphinxcontrib.apidoc for building API docs  https://review.openstack.org/64932813:40
*** e0ne has joined #openstack-oslo13:42
*** e0ne has quit IRC13:43
openstackgerritStephen Finucane proposed openstack/oslo.policy master: Follow the new PTI for document build  https://review.openstack.org/54908813:44
openstackgerritStephen Finucane proposed openstack/oslo.i18n master: Follow the new PTI for document build  https://review.openstack.org/54908413:44
*** lpetrut has quit IRC14:00
*** kgiusti has quit IRC14:07
*** e0ne has joined #openstack-oslo14:10
*** smcginnis_pto is now known as smcginnis14:16
*** hberaud is now known as hberaud|school-r14:24
*** hberaud|school-r is now known as hberaud14:34
*** Liang__ has joined #openstack-oslo14:51
*** lpetrut has joined #openstack-oslo14:59
*** Liang__ is now known as LiangFang14:59
*** yan0s has quit IRC15:04
*** kgiusti has joined #openstack-oslo15:06
*** e0ne has quit IRC15:11
*** lpetrut has quit IRC15:14
*** LiangFang has quit IRC15:29
*** a-pugachev has quit IRC15:29
*** e0ne has joined #openstack-oslo15:38
*** a-pugachev has joined #openstack-oslo15:46
*** iurygregory has quit IRC15:55
*** a-pugachev has quit IRC15:58
*** a-pugachev has joined #openstack-oslo15:59
smcginnisbnemec or others: I'm back to working on some upgrade checker unit tests. Running the checker itself works fine, but in unit tests I'm getting 'oslo_config.cfg.NotInitializedError: call expression on parser has not been invoked'16:16
smcginnisAny advice as to what I need to do to get that initialized in the test?16:16
bnemecsmcginnis: First guess would be that the config object wasn't initialized. Are you using the config fixture?16:18
smcginnisbnemec: No, I'm not inheriting our usual base class since this is testing the CLI.16:20
smcginnisI can look at that. Thanks!16:20
bnemecsmcginnis: Hmm, we never actually call the conf object in the upgradecheck unit tests though: https://github.com/openstack/oslo.upgradecheck/blob/master/oslo_upgradecheck/tests/test_upgradecheck.py#L7816:21
smcginnisbnemec: So it will fail runtime too?16:22
* smcginnis double checks16:22
smcginnisOr is on the checker to call it?16:22
smcginnisOh, runtime works.16:23
bnemecsmcginnis: Oh, it's because upgradecheck.main calls it: https://github.com/openstack/oslo.upgradecheck/blob/master/oslo_upgradecheck/upgradecheck.py#L19916:23
bnemecSo actually that should be fine.16:23
bnemecIs your code somewhere I can see it?16:23
smcginnisbnemec: Adding unit testing to this: https://review.openstack.org/#/c/647937/16:24
smcginnisbnemec: I would have thought that since the checks import cinder.service and others that all conf would be loaded by the point my unit test tries to access things.16:24
bnemecsmcginnis: I'm not sure. I know the designate unit test base class does some explicit config setup: https://github.com/openstack/designate/blob/master/designate/tests/__init__.py#L38616:28
bnemecI assume your unit test is just calling the check function directly?16:28
smcginnisYeah16:28
*** e0ne has quit IRC16:28
smcginnisOK, if I try to do "CONF([], project='cinder')" it causes oslo_config.cfg.ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option16:38
*** a-pugachev has quit IRC16:39
*** hberaud is now known as hberaud|gone16:46
*** e0ne has joined #openstack-oslo18:04
openstackgerritMerged openstack/oslo.messaging master: Unmark RabbitMQ heartbeat as experimental  https://review.openstack.org/64770918:41
*** gmann is now known as gmann_afk19:04
*** e0ne has quit IRC19:20
*** ianychoi has quit IRC19:32
*** ianychoi has joined #openstack-oslo19:33
*** pcaruana has quit IRC20:30
*** ansmith_ has quit IRC20:44
*** kgiusti has left #openstack-oslo21:51
*** harlowja has joined #openstack-oslo22:10
*** rcernin has joined #openstack-oslo22:25
*** gmann_afk is now known as gmann23:11
*** tosky has quit IRC23:24

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!