Wednesday, 2016-10-05

*** gnuoy has quit IRC00:42
*** gnuoy has joined #openstack-mistral00:43
*** rbrady has quit IRC01:01
*** toddjohn has quit IRC01:06
*** toddjohn has joined #openstack-mistral01:06
*** toddjohn has quit IRC01:11
*** rbrady has joined #openstack-mistral01:25
*** brian_price has quit IRC01:45
*** gyee has quit IRC01:46
*** rrecio has quit IRC02:15
*** rrecio has joined #openstack-mistral02:15
*** toddjohn has joined #openstack-mistral03:08
*** toddjohn has quit IRC03:13
*** rbrady has quit IRC03:16
*** rrecio has quit IRC03:20
*** vishwanathj has quit IRC03:50
*** toddjohn has joined #openstack-mistral04:08
*** toddjohn has quit IRC04:14
*** hparekh has joined #openstack-mistral04:24
*** janki has joined #openstack-mistral04:40
*** sharatss_ has joined #openstack-mistral04:57
*** jaosorior has joined #openstack-mistral05:07
openstackgerritSharat Sharma proposed openstack/python-mistralclient: Added the # -*- coding: utf-8 -*- to the conf.py  https://review.openstack.org/38214505:16
openstackgerritpawnesh kumar proposed openstack/mistral: Added missing utf-8 encoding standards  https://review.openstack.org/38214805:27
*** jaosorior has quit IRC05:35
*** jaosorior has joined #openstack-mistral05:35
*** toddjohn has joined #openstack-mistral06:10
*** toddjohn has quit IRC06:15
*** jchhatbar has joined #openstack-mistral06:32
*** janki has quit IRC06:32
*** shardy has joined #openstack-mistral06:33
openstackgerritSharat Sharma proposed openstack/mistral-dashboard: Maintain releasenotes for mistral dashboard  https://review.openstack.org/38216306:36
openstackgerritSharat Sharma proposed openstack/python-mistralclient: Added the # -*- coding: utf-8 -*- to the conf.py  https://review.openstack.org/38214506:50
*** Ravikiran_K has joined #openstack-mistral07:00
*** AlexeyAbashkin has quit IRC07:07
*** jpich has joined #openstack-mistral07:33
*** shardy_ has joined #openstack-mistral07:34
*** shardy has quit IRC07:36
openstackgerritpawnesh kumar proposed openstack/mistral: Declare the encoding of file  https://review.openstack.org/38214807:38
*** AlexeyAbashkin has joined #openstack-mistral07:46
openstackgerritSharat Sharma proposed openstack/mistral: Changed the requirement version of cachetools  https://review.openstack.org/38218207:49
*** shardy_ is now known as shardy07:57
*** toddjohn has joined #openstack-mistral08:11
*** toddjohn has quit IRC08:16
d0ugalsharatss_: ^ doesn't that need to be changed in global-requirements first?08:24
sharatss_d0ugal: ok i will propose it there08:37
d0ugalsharatss_: Any idea why the tests still failed?08:39
sharatss_d0ugal: _WF_EX_CACHE[cachetools.hashkey(wf_ex_id)] = wf_spec08:40
sharatss_d0ugal: something similar to this fails in all the tests08:41
sharatss_d0ugal: both mistral and client are failing08:41
sharatss_d0ugal: is it required to be changed in global-requirements? coz i don find cachedtools there08:45
hparekhsharatss_ d0ugal : Please see my comment on patch08:47
hparekhI think we have to fix code not requirement08:47
d0ugalsharatss_: https://github.com/openstack/requirements/blob/master/global-requirements.txt#L1808:49
d0ugalhparekh: but we need to fix the gate first?08:49
hparekhyeah if we fix it code it will be fixed in our gate08:49
d0ugalIs it a trivial fix?08:49
hparekhactually we have to use hashkey function fron its actual module08:49
hparekhwe just need to fix import part08:50
d0ugaloh okay, if it is an easy fix I support that08:50
rakhmerovhi all08:50
d0ugalI had assumed it was harder, given it is a major release08:50
rakhmerovI'm late to the party08:50
*** jaosorior is now known as jaosorior_lunch08:50
hparekhrakhmerov: hi08:51
d0ugalrakhmerov: not late, it is just getting started ;)08:51
sharatss_hparekh: so we need to fix it in our code now?08:51
hparekhyes08:52
hparekhwe just need to fix in mistral/workbook/parser.py08:52
hparekhsharatss_: Can you do it ? Or I should do08:53
sharatss_hparekh: i wish to with a little help from you08:53
rakhmerovsorry, what's the exact problem that we need to fix?08:54
d0ugalrakhmerov: a new cachetools is breaking us08:55
d0ugalrakhmerov: version 2.008:55
rakhmerovhparekh: what's the patch that you mentioned? Where you left a comment08:55
rakhmerovd0ugal: in what way?08:55
hparekhsharatss_: Give me minute I have already fix in my environment.08:55
rakhmerovhparekh: maybe then you will submit it?08:56
sharatss_hparekh: okay :)08:56
d0ugalrakhmerov: all the tests are broken? See any recent review.08:56
d0ugalrakhmerov: like https://review.openstack.org/#/c/382148/08:56
sharatss_rakhmerov: this was the patch https://review.openstack.org/38218208:56
rakhmerovok, many thanks08:56
rakhmerovooh, I see08:57
rakhmerovit should be easy to fix08:58
openstackgerritHardik Parekh proposed openstack/mistral: Import haskey from keys module  https://review.openstack.org/38220108:58
sharatss_hparekh: will the older patches pass gate after this merge on recheck?09:03
hparekhsharatss_: yeah09:06
sharatss_hparekh: thanks09:06
d0ugalsharatss_: You may need to rebase them09:07
sharatss_d0ugal: yeah, i will do it09:08
rakhmerovif it's a trivial rebase it'll happen transparently09:08
rakhmerovin this case it is09:09
rakhmerovddeja: hi Dawid, can you please approve https://review.openstack.org/#/c/382201 ? I see that tests passed09:10
*** toddjohn has joined #openstack-mistral09:13
hparekhkong: ^^09:15
*** toddjohn has quit IRC09:17
*** TonyXu has joined #openstack-mistral09:18
*** jaosorior_lunch is now known as jaosorior09:46
*** hparekh has quit IRC10:44
*** Ravikiran_K has quit IRC11:04
openstackgerritMerged openstack/mistral: Import haskey from keys module  https://review.openstack.org/38220111:25
openstackgerritDougal Matthews proposed openstack/mistral: Add a way to save action executions that run synchronously  https://review.openstack.org/37636611:26
openstackgerritDougal Matthews proposed openstack/mistral: Minor changes in the installation guides  https://review.openstack.org/38105011:26
openstackgerritDougal Matthews proposed openstack/mistral: Minor changes to the documentation  https://review.openstack.org/38097611:26
openstackgerritDougal Matthews proposed openstack/mistral: Describe vital details for debugging in PyCharm  https://review.openstack.org/38160311:27
openstackgerritDougal Matthews proposed openstack/mistral: Add Jinja evaluator  https://review.openstack.org/37481311:27
therverakhmerov, I have a yaql question, is it ok if I ask here?11:34
*** shardy is now known as shardy_lunch11:35
therved0ugal, Do you know a bit about the yaql library?12:26
d0ugaltherve: not all that much, what's up?12:26
therved0ugal, I wonder about how using yaql contexts properly12:26
thervemistral creates a root context and then children of it, I was wondering if it was the recommended way12:27
therve(That's for heat)12:27
d0ugalah12:27
d0ugalI don't know enough to answer than unfortunately12:27
*** shardy_lunch is now known as shardy12:28
therveOK, no worries :)12:28
*** sharatss_ has quit IRC12:58
*** dprince has joined #openstack-mistral13:16
openstackgerritMerged openstack/mistral: Minor changes to the documentation  https://review.openstack.org/38097613:23
openstackgerritMerged openstack/mistral: Minor changes in the installation guides  https://review.openstack.org/38105013:23
*** zhenguo has joined #openstack-mistral13:32
*** jaosorior has quit IRC13:36
*** jaosorior has joined #openstack-mistral13:36
*** toddjohn_ has joined #openstack-mistral13:37
d0ugalCan somebody please re +A this? https://review.openstack.org/#/c/376366/13:39
*** sharatss_ has joined #openstack-mistral13:39
sharatss_please review https://review.openstack.org/#/c/382163/13:39
*** TonyXu has quit IRC13:49
*** jchhatbar has quit IRC13:51
*** TonyXu has joined #openstack-mistral14:04
*** dprince has quit IRC14:10
openstackgerritSharat Sharma proposed openstack/mistral-specs: Changed the home-page of mistral-specs in setup.cfg  https://review.openstack.org/38244814:15
*** jaosorior has quit IRC14:16
*** toddjohn_ has quit IRC14:29
*** gnuoy has quit IRC14:38
*** clenimar has quit IRC14:38
*** gnuoy has joined #openstack-mistral14:39
*** clenimar has joined #openstack-mistral14:39
*** toddjohn has joined #openstack-mistral15:00
*** jistr is now known as jistr|call15:01
openstackgerritAndras Kovi proposed openstack/mistral: Update documentation for multi-vim support  https://review.openstack.org/35656715:07
*** jistr|call is now known as jistr15:13
*** sharatss_ has quit IRC15:19
*** rrecio has joined #openstack-mistral15:20
*** rrecio has quit IRC15:20
*** rrecio has joined #openstack-mistral15:21
*** toddjohn has quit IRC15:23
*** brian_price has joined #openstack-mistral15:25
*** vishwanathj has joined #openstack-mistral15:31
*** jaosorior has joined #openstack-mistral15:37
*** dprince has joined #openstack-mistral15:39
*** zhenguo has quit IRC15:43
*** jpich has quit IRC16:00
*** rrecio_ has joined #openstack-mistral16:00
*** rrecio has quit IRC16:04
*** rrecio has joined #openstack-mistral16:23
*** rrecio_ has quit IRC16:26
*** jaosorior has quit IRC16:42
*** rrecio has quit IRC17:24
*** rrecio has joined #openstack-mistral17:25
*** rrecio has quit IRC17:29
*** rrecio has joined #openstack-mistral17:31
*** shardy is now known as shardy_afk17:32
*** jpich has joined #openstack-mistral20:08
*** bobh has joined #openstack-mistral21:05
*** dprince has quit IRC21:10
*** bobh has quit IRC21:11
*** jpich has quit IRC21:33
*** bobh has joined #openstack-mistral21:59
*** rrecio has quit IRC22:08
*** vishwanathj has quit IRC22:18
*** bobh has quit IRC22:36
*** bobh has joined #openstack-mistral22:37
*** bobh has quit IRC22:38
*** bobh has joined #openstack-mistral23:01
*** brian_price has quit IRC23:28
*** bobh has quit IRC23:49

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