Friday, 2016-11-11

*** gyee has quit IRC00:06
*** chlong has joined #openstack-mistral00:12
*** bobh has joined #openstack-mistral00:23
*** catintheroof has quit IRC00:38
*** catintheroof has joined #openstack-mistral00:39
*** Pawnesh has quit IRC00:43
*** catintheroof has quit IRC00:43
*** jamielennox is now known as jamielennox|away00:44
*** bobh has quit IRC01:51
*** bobh has joined #openstack-mistral02:08
*** chlong has quit IRC02:11
*** bobh has quit IRC02:39
*** harlowja has quit IRC03:33
*** bobh has joined #openstack-mistral03:35
*** bobh has quit IRC03:58
*** bobh has joined #openstack-mistral04:11
*** bobh has quit IRC04:15
*** harlowja has joined #openstack-mistral04:38
*** bobh has joined #openstack-mistral04:57
*** bobh has quit IRC04:57
*** bobh has joined #openstack-mistral04:57
*** bobh has quit IRC05:30
rakhmerovd0ugal: hi, I will take over https://review.openstack.org/#/c/395696/05:39
rakhmerovxavierhardy has a holiday today05:39
*** harlowja has quit IRC05:51
*** harlowja has joined #openstack-mistral05:52
sharatsscan someone confirm this? https://bugs.launchpad.net/python-mistralclient/+bug/164100906:06
openstackLaunchpad bug 1641009 in python-mistralclient "Unwanted error message when not sourced" [Undecided,New] - Assigned to Sharat Sharma (sharat-sharma)06:06
d0ugalrakhmerov: Thanks!06:12
rakhmerovit will probably take most of my day today06:12
d0ugalrakhmerov: Yeah, I bet. Let me know if I can help06:13
rakhmerovok06:14
rakhmerovd0ugal: I still can't believe that such a horrible bug has been around for so long06:14
d0ugalrakhmerov: these things happen :) I'm just glad we now know about it06:24
*** jaosorior has joined #openstack-mistral06:32
rakhmerovyes06:33
*** janki has joined #openstack-mistral06:34
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569606:45
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569607:14
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569607:27
*** jaosorior has quit IRC07:31
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569607:40
*** jaosorior has joined #openstack-mistral08:02
*** harlowja has quit IRC08:03
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569608:06
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569608:12
*** shardy has joined #openstack-mistral08:17
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569608:24
*** jpich has joined #openstack-mistral08:31
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569608:47
d0ugalwoah, that patch is huge :)08:56
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569608:57
d0ugalrakhmerov: is there a way for me to do some basic string matching in a workflow?09:04
rakhmerovwhat do you mean by that?09:04
d0ugali.e. I want to see if the result of a task matches "(CREATE|UPDATE)_IN_PROGRESS"09:04
d0ugalrakhmerov: I guess I want something like this: http://paste.openstack.org/show/588911/09:07
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569609:08
rakhmerovso you mean you need to jump to another task if action returns something specific?09:09
d0ugalrakhmerov: Yeah, I think so09:09
rakhmerovyou can do:09:10
rakhmerovon-success:09:10
rakhmerov- taskX: <% task().result == ... %>09:11
rakhmerovtask().result will extract the result of the current task (essentially its action) and then you can do some matching09:11
d0ugaloh, cool09:11
d0ugalI had missed that feature09:11
rakhmerovtask(name) will extract some specific task data09:11
rakhmerovok09:12
d0ugalThat is great, thanks09:12
d0ugalit is even in the docs :) http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html?highlight=dsl#transitions-with-yaql-expressions09:12
rakhmerovyes :)09:13
rakhmerovd0ugal: I'm close to get that patch done09:15
rakhmerovhttp://logs.openstack.org/96/395696/13/check/gate-mistral-python27-ubuntu-xenial/a53d95c/testr_results.html.gz09:15
rakhmerovit's not that bad already09:15
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569609:16
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569609:23
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569609:26
d0ugalrakhmerov: Yeah, the change is huge but the changes look mostly simple.09:29
rakhmerovyes09:29
d0ugaloh, very close!09:30
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569609:38
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569609:40
*** openstackgerrit has quit IRC09:48
*** openstackgerrit has joined #openstack-mistral09:49
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569609:54
*** pawnesh has joined #openstack-mistral09:57
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569610:24
rakhmerovd0ugal: by any chance do you know where we lost out gate for running unit tests on postgres?10:28
rakhmerovI just noticed10:28
d0ugalrakhmerov: I didn't even remember that we had one :)10:28
rakhmerovwe did10:28
rakhmerovsomething happened not so long ago and it disappeared10:29
d0ugalYeah, I can see it on older reviews: gate-mistral-tox-unit-postgresql10:29
rakhmerovyes10:29
rakhmerovI thought maybe it's related to TripleO gate addition, no?10:29
d0ugalrakhmerov: Maybe, I'll check.10:29
rakhmerovok10:29
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569610:34
d0ugalrakhmerov: I think it may have been broken here: https://github.com/openstack-infra/project-config/commit/67b2522db#diff-b06733bee8372afe7f7e9b9ef86f24e6L599210:37
d0ugalI can't see any reviews with it after that patch (8th august)10:37
rakhmerovaah...10:38
rakhmerovI see10:38
rakhmerovI'm not I understand the exact reason yet but I think you're right10:38
d0ugalI'm not 100% sure10:38
d0ugalI don't know why it is broken10:39
rakhmerovwonder if it's something easy to fix10:39
d0ugalbut that is the last big change :)10:39
rakhmerovyes, ok10:39
d0ugalI can't actually find the tripleo ci change for mistral10:39
rakhmerov)10:39
d0ugalFound it: https://review.openstack.org/#/c/370423/10:42
d0ugalrakhmerov: btw, I need to go offline for a few hours shortly - but I will be around later to look at the review10:48
rakhmerovok10:51
openstackgerritRenat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions  https://review.openstack.org/39569610:51
rakhmerovit's done :)10:51
rakhmerovhopefully this patchset will be the last10:51
d0ugalrakhmerov: nice! I'll take a quick look now, but might not finish until later :)10:52
rakhmerovnp10:53
d0ugalrakhmerov: This indentation looks wrong? https://review.openstack.org/#/c/395696/22/mistral/tests/unit/engine/base.py,unified10:54
d0ugal(unless only the indentation was wrong previously)10:55
rakhmerovwhy is it wrong?10:55
rakhmerovI just put it under transaction10:55
rakhmerovbecause, for example, a.output leads to lazy loading10:56
rakhmerovline 18710:56
d0ugalrakhmerov: oh, so the context manager is started above the diff?10:56
rakhmerovyes10:56
d0ugalOkay, sorry :)10:56
rakhmerovit already existed, I just expanded its scope10:56
d0ugalk, makes sense10:57
rakhmerovok10:57
*** d0ugal has quit IRC11:07
openstackgerritSharat Sharma proposed openstack/mistral: Few changes related to the doc blueprint  https://review.openstack.org/39266611:36
*** clenimar has joined #openstack-mistral12:00
*** shardy is now known as shardy_lunch12:13
*** dprince has joined #openstack-mistral12:26
*** catintheroof has joined #openstack-mistral12:27
*** catintheroof has quit IRC12:31
*** bobh has joined #openstack-mistral12:37
*** bobh has quit IRC12:37
*** bobh has joined #openstack-mistral12:37
*** bobh has quit IRC12:38
*** bobh has joined #openstack-mistral12:39
*** catintheroof has joined #openstack-mistral12:40
*** bobh has quit IRC12:44
*** jaosorior has quit IRC12:47
*** bobh has joined #openstack-mistral12:56
*** brunograz has quit IRC12:58
*** bobh has quit IRC13:00
*** brunograz has joined #openstack-mistral13:06
*** bobh has joined #openstack-mistral13:27
*** hrybacki is now known as hrybacki|VDayRit13:31
*** bobh has quit IRC13:32
*** dprince has quit IRC14:00
*** dprince has joined #openstack-mistral14:01
*** catinthe_ has joined #openstack-mistral14:05
*** tonytan4ever has joined #openstack-mistral14:05
*** catintheroof has quit IRC14:08
*** shardy_lunch is now known as shardy14:18
*** janki has quit IRC14:18
*** hrybacki|VDayRit is now known as hrybacki14:29
*** d0ugal has joined #openstack-mistral14:41
hrybackihey all, asking again -- having issues with mistral when trying to delete a node on the overcloud: I've hit the end of my debugging abilities and posted https://bugs.launchpad.net/mistral/+bug/1640933 can anyone give me some additional troubleshooting pointers?14:52
openstackLaunchpad bug 1640933 in Mistral "mistral raises 'Enviornment not found' for id of an existing stack while attempting to delete a node" [Undecided,New]14:52
d0ugalhrybacki: Hey15:00
hrybackio/15:00
d0ugalhrybacki: You likely want to ask this question in #tripleo - since I don't think it is specific to mistral15:00
d0ugalhrybacki: However, I am taking a look at the bug15:01
hrybackid0ugal: ack, will do15:01
d0ugalhrybacki: (Warning: I am on a train and may get cut off, but I'll try and get back on if I can. Otherwise I'll reply on the bug)15:01
hrybackid0ugal: no worries, anything you can add to the LP would be great. I'm only in half of today anyways (vet day)15:02
d0ugalhrybacki: let's continue in #tripleo, I'm 90% sure it is a tripleo issue.15:03
*** dprince has quit IRC15:03
*** dprince has joined #openstack-mistral15:04
* hrybacki moves to #tripleo15:06
*** Kiall has joined #openstack-mistral15:10
*** AlexeyAbashkin has quit IRC15:11
*** dprince has quit IRC15:27
*** rrecio_ has joined #openstack-mistral15:56
*** tonytan4ever has quit IRC16:20
*** jpich has quit IRC17:16
*** dprince has joined #openstack-mistral17:19
*** shardy has quit IRC17:43
*** d0ugal has quit IRC17:57
*** d0ugal has joined #openstack-mistral18:12
*** rrecio_ has quit IRC18:43
*** tonytan4ever has joined #openstack-mistral18:54
*** tonytan4ever has quit IRC18:54
*** tonytan4ever has joined #openstack-mistral18:54
*** harlowja has joined #openstack-mistral18:55
*** catinthe_ has quit IRC18:56
*** d0ugal has quit IRC19:02
openstackgerritWinson Chan proposed openstack/mistral: Add cancelled state to action executions  https://review.openstack.org/38397219:20
openstackgerritWinson Chan proposed openstack/mistral: Add cancelled state to action executions  https://review.openstack.org/38397219:23
*** catintheroof has joined #openstack-mistral19:25
*** catintheroof has quit IRC19:27
*** catintheroof has joined #openstack-mistral19:29
*** catintheroof has quit IRC19:42
*** catintheroof has joined #openstack-mistral19:55
*** catintheroof has quit IRC19:59
*** rrecio has joined #openstack-mistral20:11
*** rrecio_ has joined #openstack-mistral20:23
*** rrecio has quit IRC20:23
openstackgerritWinson Chan proposed openstack/mistral: Use mock for a bad HTTP call in unit test  https://review.openstack.org/39676320:33
*** clenimar has quit IRC20:37
*** catintheroof has joined #openstack-mistral20:45
*** dprince has quit IRC21:08
*** harlowja has quit IRC21:32
*** catinthe_ has joined #openstack-mistral21:34
*** catintheroof has quit IRC21:34
*** sharatss has quit IRC21:36
*** sharatss has joined #openstack-mistral21:37
*** tonytan4ever has quit IRC22:07
openstackgerritWinson Chan proposed openstack/mistral: Use mock for a bad HTTP call in unit tests  https://review.openstack.org/39676322:59
*** harlowja has joined #openstack-mistral23:01
*** rrecio_ has quit IRC23:26
*** Kiall has quit IRC23:54
*** Kiall has joined #openstack-mistral23:55
*** catinthe_ has quit IRC23:58

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