| *** bobh has quit IRC | 00:06 | |
| *** zhurong has joined #openstack-mistral | 00:33 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 01:08 | |
| *** AlexeyAbashkin has quit IRC | 01:13 | |
| *** pengdake has joined #openstack-mistral | 01:14 | |
| *** yangyapeng has joined #openstack-mistral | 01:19 | |
| *** pengdake has quit IRC | 01:36 | |
| *** pengdake has joined #openstack-mistral | 02:02 | |
| *** itlinux has joined #openstack-mistral | 02:43 | |
| *** daidv has quit IRC | 03:09 | |
| *** jrist has quit IRC | 03:11 | |
| *** jrist has joined #openstack-mistral | 03:12 | |
| *** harlowja has quit IRC | 03:24 | |
| *** daidv has joined #openstack-mistral | 03:24 | |
| *** yangyapeng has quit IRC | 03:26 | |
| *** yangyapeng has joined #openstack-mistral | 03:27 | |
| *** yangyapeng has quit IRC | 03:33 | |
| *** FL1SK has quit IRC | 03:49 | |
| *** harlowja has joined #openstack-mistral | 03:59 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 04:09 | |
| rakhmerov | apetrich: hi, when does it happen? | 04:10 |
|---|---|---|
| rakhmerov | yes, I've seen it once in a while | 04:10 |
| *** AlexeyAbashkin has quit IRC | 04:14 | |
| *** daidv has quit IRC | 04:28 | |
| *** daidv has joined #openstack-mistral | 04:28 | |
| *** FL1SK has joined #openstack-mistral | 04:39 | |
| *** daidv has quit IRC | 04:50 | |
| *** daidv has joined #openstack-mistral | 04:50 | |
| *** zhurong has quit IRC | 05:04 | |
| *** yangyapeng has joined #openstack-mistral | 05:17 | |
| *** yangyapeng has quit IRC | 05:21 | |
| *** zhurong has joined #openstack-mistral | 05:47 | |
| *** Anil0591 has quit IRC | 05:51 | |
| *** yangyapeng has joined #openstack-mistral | 06:03 | |
| *** harlowja has quit IRC | 06:06 | |
| *** d0ugal_ has joined #openstack-mistral | 06:40 | |
| *** d0ugal has quit IRC | 06:42 | |
| apetrich | rakhmerov, I think it was an infra issue. the deployment was very weird. I've redeployed and I can't reproduce | 06:47 |
| apetrich | thanks anyway | 06:47 |
| rakhmerov | apetrich: ok, good | 06:51 |
| *** chandankumar has quit IRC | 07:04 | |
| *** chandankumar has joined #openstack-mistral | 07:09 | |
| *** jrist has quit IRC | 07:27 | |
| *** jrist has joined #openstack-mistral | 07:27 | |
| *** daidv has quit IRC | 07:46 | |
| *** jpich has joined #openstack-mistral | 07:49 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 08:00 | |
| *** daidv has joined #openstack-mistral | 08:03 | |
| *** AlexeyAbashkin has quit IRC | 08:07 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 08:10 | |
| therve | rakhmerov, Do you really need to add objgraph as a dep? | 08:17 |
| rakhmerov | therve: hi | 08:18 |
| therve | Hi :) | 08:18 |
| rakhmerov | not 100% necessary but it'd be nice to push some tools related to it upstream | 08:18 |
| rakhmerov | so that they become part of the project | 08:18 |
| rakhmerov | not only some snippets that I'd have to inject to the code manually all the time | 08:18 |
| rakhmerov | that's my motivation | 08:19 |
| therve | Yeah, but adding it as a dep to the service would be strange | 08:19 |
| rakhmerov | why? | 08:19 |
| therve | Because I don't want it install on my production servers? | 08:19 |
| rakhmerov | it's just a lib that helps testing and diagnosing things | 08:19 |
| rakhmerov | pretty much like unit tests | 08:19 |
| therve | You have a different test-requirements though | 08:20 |
| rakhmerov | well, it's an option too although not too good I think | 08:20 |
| rakhmerov | why wouldn't you want it on a production server? | 08:20 |
| therve | I'm saying just go ahead and use it in your tools, those would be great | 08:21 |
| rakhmerov | do see any harm? Maybe I'm just not fully understanting.. | 08:21 |
| therve | People can simply install objgraph as needed | 08:21 |
| rakhmerov | you mean just 'import objgraph' where needed and hope that it'll never be called during tests and normal runs? | 08:22 |
| rakhmerov | hm.. | 08:23 |
| rakhmerov | if so, may be.. | 08:23 |
| therve | I mean, not hope, verify it in CI :) | 08:23 |
| rakhmerov | well, yes | 08:23 |
| rakhmerov | got it | 08:23 |
| rakhmerov | if it's considered compliant with our guidelines then it'd work for me | 08:24 |
| therve | rakhmerov, Like objgraph depend on graphviz | 08:24 |
| therve | You could end up installing X on a server to have it working | 08:24 |
| therve | It's probably 50M of memory you don't want on your production servers | 08:25 |
| rakhmerov | I just for some reason don't like the idea to have a code in the system that depends on something which is not in the requirements | 08:25 |
| rakhmerov | dunno.. | 08:25 |
| rakhmerov | ok | 08:25 |
| rakhmerov | but I got your point, ok | 08:25 |
| rakhmerov | I'll follow up in the email | 08:26 |
| therve | It's the kind of thing that would be nice in a extra section of setup.cfg | 08:29 |
| rakhmerov | yes | 08:30 |
| therve | I don't know if requirements bump that, though | 08:31 |
| rakhmerov | yep | 08:36 |
| rakhmerov | ok, I've sent a follow up | 08:37 |
| rakhmerov | therve: you can also add your thoughts there if you'd like ) | 08:37 |
| rakhmerov | I just really like this lib | 08:37 |
| rakhmerov | very good stuff, helped me find a lot of problems | 08:37 |
| *** Alexey_Abashkin has joined #openstack-mistral | 08:52 | |
| *** AlexeyAbashkin has quit IRC | 08:54 | |
| *** Alexey_Abashkin is now known as AlexeyAbashkin | 08:54 | |
| therve | Oh yeah no doubt, it's very useful | 08:55 |
| *** AlexeyAbashkin has quit IRC | 08:55 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 08:58 | |
| *** zhurong has quit IRC | 09:00 | |
| *** gkadam has joined #openstack-mistral | 09:09 | |
| *** gkadam_ has joined #openstack-mistral | 09:10 | |
| *** gkadam has quit IRC | 09:13 | |
| *** AlexeyAbashkin has quit IRC | 10:53 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 11:18 | |
| *** dprince has joined #openstack-mistral | 11:32 | |
| *** gkadam_ has quit IRC | 11:46 | |
| *** pengdake has quit IRC | 11:46 | |
| *** gkadam_ has joined #openstack-mistral | 11:47 | |
| *** pengdake has joined #openstack-mistral | 11:49 | |
| *** bobh has joined #openstack-mistral | 13:19 | |
| *** thrash is now known as thrash|biab | 13:39 | |
| *** yangyapeng has quit IRC | 13:48 | |
| *** pengdake has quit IRC | 14:05 | |
| *** itlinux has quit IRC | 14:22 | |
| *** yangyapeng has joined #openstack-mistral | 14:28 | |
| *** apetrich has quit IRC | 15:06 | |
| *** apetrich has joined #openstack-mistral | 15:08 | |
| *** itlinux has joined #openstack-mistral | 15:19 | |
| *** itlinux has quit IRC | 15:26 | |
| *** itlinux has joined #openstack-mistral | 15:37 | |
| *** dprince has quit IRC | 15:48 | |
| *** itlinux has quit IRC | 16:03 | |
| *** itlinux has joined #openstack-mistral | 16:06 | |
| *** dprince has joined #openstack-mistral | 16:22 | |
| *** yangyapeng has quit IRC | 16:43 | |
| *** yangyapeng has joined #openstack-mistral | 16:43 | |
| *** jpich has quit IRC | 16:46 | |
| *** AlexeyAbashkin has quit IRC | 16:53 | |
| *** jaosorior has quit IRC | 16:56 | |
| *** itlinux has quit IRC | 16:57 | |
| *** yangyapeng has quit IRC | 16:58 | |
| *** gkadam__ has joined #openstack-mistral | 17:09 | |
| *** chandankumar has quit IRC | 17:10 | |
| *** ttsiouts has quit IRC | 17:11 | |
| *** gkadam has joined #openstack-mistral | 17:11 | |
| *** gkadam_ has quit IRC | 17:12 | |
| *** gkadam__ has quit IRC | 17:15 | |
| *** thrash|biab is now known as thrash | 17:17 | |
| *** chkumar246 has joined #openstack-mistral | 17:27 | |
| *** dprince has quit IRC | 17:55 | |
| *** dprince has joined #openstack-mistral | 17:55 | |
| *** itlinux has joined #openstack-mistral | 17:56 | |
| *** yangyapeng has joined #openstack-mistral | 17:59 | |
| *** gkadam has quit IRC | 18:01 | |
| *** harlowja has joined #openstack-mistral | 18:01 | |
| *** yangyapeng has quit IRC | 18:04 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 18:18 | |
| *** AlexeyAbashkin has quit IRC | 18:23 | |
| *** toure is now known as toure|biab | 18:24 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 19:08 | |
| *** AlexeyAbashkin has quit IRC | 19:13 | |
| *** weshay is now known as weshay_brb | 19:30 | |
| *** weshay_brb is now known as weshay | 19:31 | |
| *** thrash is now known as thrash|g0ne | 21:42 | |
| *** dprince has quit IRC | 21:49 | |
| *** itlinux has quit IRC | 21:57 | |
| *** bobh has quit IRC | 22:11 | |
| *** bobh has joined #openstack-mistral | 22:14 | |
| *** bobh has quit IRC | 22:20 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 23:08 | |
| *** itlinux has joined #openstack-mistral | 23:10 | |
| *** AlexeyAbashkin has quit IRC | 23:12 | |
| *** itlinux has quit IRC | 23:22 | |
| *** bobh has joined #openstack-mistral | 23:47 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!