*** gyee has quit IRC | 00:06 | |
*** chlong has joined #openstack-mistral | 00:12 | |
*** bobh has joined #openstack-mistral | 00:23 | |
*** catintheroof has quit IRC | 00:38 | |
*** catintheroof has joined #openstack-mistral | 00:39 | |
*** Pawnesh has quit IRC | 00:43 | |
*** catintheroof has quit IRC | 00:43 | |
*** jamielennox is now known as jamielennox|away | 00:44 | |
*** bobh has quit IRC | 01:51 | |
*** bobh has joined #openstack-mistral | 02:08 | |
*** chlong has quit IRC | 02:11 | |
*** bobh has quit IRC | 02:39 | |
*** harlowja has quit IRC | 03:33 | |
*** bobh has joined #openstack-mistral | 03:35 | |
*** bobh has quit IRC | 03:58 | |
*** bobh has joined #openstack-mistral | 04:11 | |
*** bobh has quit IRC | 04:15 | |
*** harlowja has joined #openstack-mistral | 04:38 | |
*** bobh has joined #openstack-mistral | 04:57 | |
*** bobh has quit IRC | 04:57 | |
*** bobh has joined #openstack-mistral | 04:57 | |
*** bobh has quit IRC | 05:30 | |
rakhmerov | d0ugal: hi, I will take over https://review.openstack.org/#/c/395696/ | 05:39 |
---|---|---|
rakhmerov | xavierhardy has a holiday today | 05:39 |
*** harlowja has quit IRC | 05:51 | |
*** harlowja has joined #openstack-mistral | 05:52 | |
sharatss | can someone confirm this? https://bugs.launchpad.net/python-mistralclient/+bug/1641009 | 06:06 |
openstack | Launchpad bug 1641009 in python-mistralclient "Unwanted error message when not sourced" [Undecided,New] - Assigned to Sharat Sharma (sharat-sharma) | 06:06 |
d0ugal | rakhmerov: Thanks! | 06:12 |
rakhmerov | it will probably take most of my day today | 06:12 |
d0ugal | rakhmerov: Yeah, I bet. Let me know if I can help | 06:13 |
rakhmerov | ok | 06:14 |
rakhmerov | d0ugal: I still can't believe that such a horrible bug has been around for so long | 06:14 |
d0ugal | rakhmerov: these things happen :) I'm just glad we now know about it | 06:24 |
*** jaosorior has joined #openstack-mistral | 06:32 | |
rakhmerov | yes | 06:33 |
*** janki has joined #openstack-mistral | 06:34 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 06:45 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 07:14 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 07:27 |
*** jaosorior has quit IRC | 07:31 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 07:40 |
*** jaosorior has joined #openstack-mistral | 08:02 | |
*** harlowja has quit IRC | 08:03 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 08:06 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 08:12 |
*** shardy has joined #openstack-mistral | 08:17 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 08:24 |
*** jpich has joined #openstack-mistral | 08:31 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 08:47 |
d0ugal | woah, that patch is huge :) | 08:56 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 08:57 |
d0ugal | rakhmerov: is there a way for me to do some basic string matching in a workflow? | 09:04 |
rakhmerov | what do you mean by that? | 09:04 |
d0ugal | i.e. I want to see if the result of a task matches "(CREATE|UPDATE)_IN_PROGRESS" | 09:04 |
d0ugal | rakhmerov: I guess I want something like this: http://paste.openstack.org/show/588911/ | 09:07 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 09:08 |
rakhmerov | so you mean you need to jump to another task if action returns something specific? | 09:09 |
d0ugal | rakhmerov: Yeah, I think so | 09:09 |
rakhmerov | you can do: | 09:10 |
rakhmerov | on-success: | 09:10 |
rakhmerov | - taskX: <% task().result == ... %> | 09:11 |
rakhmerov | task().result will extract the result of the current task (essentially its action) and then you can do some matching | 09:11 |
d0ugal | oh, cool | 09:11 |
d0ugal | I had missed that feature | 09:11 |
rakhmerov | task(name) will extract some specific task data | 09:11 |
rakhmerov | ok | 09:12 |
d0ugal | That is great, thanks | 09:12 |
d0ugal | it is even in the docs :) http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html?highlight=dsl#transitions-with-yaql-expressions | 09:12 |
rakhmerov | yes :) | 09:13 |
rakhmerov | d0ugal: I'm close to get that patch done | 09:15 |
rakhmerov | http://logs.openstack.org/96/395696/13/check/gate-mistral-python27-ubuntu-xenial/a53d95c/testr_results.html.gz | 09:15 |
rakhmerov | it's not that bad already | 09:15 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 09:16 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 09:23 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 09:26 |
d0ugal | rakhmerov: Yeah, the change is huge but the changes look mostly simple. | 09:29 |
rakhmerov | yes | 09:29 |
d0ugal | oh, very close! | 09:30 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 09:38 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 09:40 |
*** openstackgerrit has quit IRC | 09:48 | |
*** openstackgerrit has joined #openstack-mistral | 09:49 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 09:54 |
*** pawnesh has joined #openstack-mistral | 09:57 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 10:24 |
rakhmerov | d0ugal: by any chance do you know where we lost out gate for running unit tests on postgres? | 10:28 |
rakhmerov | I just noticed | 10:28 |
d0ugal | rakhmerov: I didn't even remember that we had one :) | 10:28 |
rakhmerov | we did | 10:28 |
rakhmerov | something happened not so long ago and it disappeared | 10:29 |
d0ugal | Yeah, I can see it on older reviews: gate-mistral-tox-unit-postgresql | 10:29 |
rakhmerov | yes | 10:29 |
rakhmerov | I thought maybe it's related to TripleO gate addition, no? | 10:29 |
d0ugal | rakhmerov: Maybe, I'll check. | 10:29 |
rakhmerov | ok | 10:29 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 10:34 |
d0ugal | rakhmerov: I think it may have been broken here: https://github.com/openstack-infra/project-config/commit/67b2522db#diff-b06733bee8372afe7f7e9b9ef86f24e6L5992 | 10:37 |
d0ugal | I can't see any reviews with it after that patch (8th august) | 10:37 |
rakhmerov | aah... | 10:38 |
rakhmerov | I see | 10:38 |
rakhmerov | I'm not I understand the exact reason yet but I think you're right | 10:38 |
d0ugal | I'm not 100% sure | 10:38 |
d0ugal | I don't know why it is broken | 10:39 |
rakhmerov | wonder if it's something easy to fix | 10:39 |
d0ugal | but that is the last big change :) | 10:39 |
rakhmerov | yes, ok | 10:39 |
d0ugal | I can't actually find the tripleo ci change for mistral | 10:39 |
rakhmerov | ) | 10:39 |
d0ugal | Found it: https://review.openstack.org/#/c/370423/ | 10:42 |
d0ugal | rakhmerov: btw, I need to go offline for a few hours shortly - but I will be around later to look at the review | 10:48 |
rakhmerov | ok | 10:51 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Fix REST API dangling transactions https://review.openstack.org/395696 | 10:51 |
rakhmerov | it's done :) | 10:51 |
rakhmerov | hopefully this patchset will be the last | 10:51 |
d0ugal | rakhmerov: nice! I'll take a quick look now, but might not finish until later :) | 10:52 |
rakhmerov | np | 10:53 |
d0ugal | rakhmerov: This indentation looks wrong? https://review.openstack.org/#/c/395696/22/mistral/tests/unit/engine/base.py,unified | 10:54 |
d0ugal | (unless only the indentation was wrong previously) | 10:55 |
rakhmerov | why is it wrong? | 10:55 |
rakhmerov | I just put it under transaction | 10:55 |
rakhmerov | because, for example, a.output leads to lazy loading | 10:56 |
rakhmerov | line 187 | 10:56 |
d0ugal | rakhmerov: oh, so the context manager is started above the diff? | 10:56 |
rakhmerov | yes | 10:56 |
d0ugal | Okay, sorry :) | 10:56 |
rakhmerov | it already existed, I just expanded its scope | 10:56 |
d0ugal | k, makes sense | 10:57 |
rakhmerov | ok | 10:57 |
*** d0ugal has quit IRC | 11:07 | |
openstackgerrit | Sharat Sharma proposed openstack/mistral: Few changes related to the doc blueprint https://review.openstack.org/392666 | 11:36 |
*** clenimar has joined #openstack-mistral | 12:00 | |
*** shardy is now known as shardy_lunch | 12:13 | |
*** dprince has joined #openstack-mistral | 12:26 | |
*** catintheroof has joined #openstack-mistral | 12:27 | |
*** catintheroof has quit IRC | 12:31 | |
*** bobh has joined #openstack-mistral | 12:37 | |
*** bobh has quit IRC | 12:37 | |
*** bobh has joined #openstack-mistral | 12:37 | |
*** bobh has quit IRC | 12:38 | |
*** bobh has joined #openstack-mistral | 12:39 | |
*** catintheroof has joined #openstack-mistral | 12:40 | |
*** bobh has quit IRC | 12:44 | |
*** jaosorior has quit IRC | 12:47 | |
*** bobh has joined #openstack-mistral | 12:56 | |
*** brunograz has quit IRC | 12:58 | |
*** bobh has quit IRC | 13:00 | |
*** brunograz has joined #openstack-mistral | 13:06 | |
*** bobh has joined #openstack-mistral | 13:27 | |
*** hrybacki is now known as hrybacki|VDayRit | 13:31 | |
*** bobh has quit IRC | 13:32 | |
*** dprince has quit IRC | 14:00 | |
*** dprince has joined #openstack-mistral | 14:01 | |
*** catinthe_ has joined #openstack-mistral | 14:05 | |
*** tonytan4ever has joined #openstack-mistral | 14:05 | |
*** catintheroof has quit IRC | 14:08 | |
*** shardy_lunch is now known as shardy | 14:18 | |
*** janki has quit IRC | 14:18 | |
*** hrybacki|VDayRit is now known as hrybacki | 14:29 | |
*** d0ugal has joined #openstack-mistral | 14:41 | |
hrybacki | hey 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 |
openstack | Launchpad 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 |
d0ugal | hrybacki: Hey | 15:00 |
hrybacki | o/ | 15:00 |
d0ugal | hrybacki: You likely want to ask this question in #tripleo - since I don't think it is specific to mistral | 15:00 |
d0ugal | hrybacki: However, I am taking a look at the bug | 15:01 |
hrybacki | d0ugal: ack, will do | 15:01 |
d0ugal | hrybacki: (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 |
hrybacki | d0ugal: no worries, anything you can add to the LP would be great. I'm only in half of today anyways (vet day) | 15:02 |
d0ugal | hrybacki: let's continue in #tripleo, I'm 90% sure it is a tripleo issue. | 15:03 |
*** dprince has quit IRC | 15:03 | |
*** dprince has joined #openstack-mistral | 15:04 | |
* hrybacki moves to #tripleo | 15:06 | |
*** Kiall has joined #openstack-mistral | 15:10 | |
*** AlexeyAbashkin has quit IRC | 15:11 | |
*** dprince has quit IRC | 15:27 | |
*** rrecio_ has joined #openstack-mistral | 15:56 | |
*** tonytan4ever has quit IRC | 16:20 | |
*** jpich has quit IRC | 17:16 | |
*** dprince has joined #openstack-mistral | 17:19 | |
*** shardy has quit IRC | 17:43 | |
*** d0ugal has quit IRC | 17:57 | |
*** d0ugal has joined #openstack-mistral | 18:12 | |
*** rrecio_ has quit IRC | 18:43 | |
*** tonytan4ever has joined #openstack-mistral | 18:54 | |
*** tonytan4ever has quit IRC | 18:54 | |
*** tonytan4ever has joined #openstack-mistral | 18:54 | |
*** harlowja has joined #openstack-mistral | 18:55 | |
*** catinthe_ has quit IRC | 18:56 | |
*** d0ugal has quit IRC | 19:02 | |
openstackgerrit | Winson Chan proposed openstack/mistral: Add cancelled state to action executions https://review.openstack.org/383972 | 19:20 |
openstackgerrit | Winson Chan proposed openstack/mistral: Add cancelled state to action executions https://review.openstack.org/383972 | 19:23 |
*** catintheroof has joined #openstack-mistral | 19:25 | |
*** catintheroof has quit IRC | 19:27 | |
*** catintheroof has joined #openstack-mistral | 19:29 | |
*** catintheroof has quit IRC | 19:42 | |
*** catintheroof has joined #openstack-mistral | 19:55 | |
*** catintheroof has quit IRC | 19:59 | |
*** rrecio has joined #openstack-mistral | 20:11 | |
*** rrecio_ has joined #openstack-mistral | 20:23 | |
*** rrecio has quit IRC | 20:23 | |
openstackgerrit | Winson Chan proposed openstack/mistral: Use mock for a bad HTTP call in unit test https://review.openstack.org/396763 | 20:33 |
*** clenimar has quit IRC | 20:37 | |
*** catintheroof has joined #openstack-mistral | 20:45 | |
*** dprince has quit IRC | 21:08 | |
*** harlowja has quit IRC | 21:32 | |
*** catinthe_ has joined #openstack-mistral | 21:34 | |
*** catintheroof has quit IRC | 21:34 | |
*** sharatss has quit IRC | 21:36 | |
*** sharatss has joined #openstack-mistral | 21:37 | |
*** tonytan4ever has quit IRC | 22:07 | |
openstackgerrit | Winson Chan proposed openstack/mistral: Use mock for a bad HTTP call in unit tests https://review.openstack.org/396763 | 22:59 |
*** harlowja has joined #openstack-mistral | 23:01 | |
*** rrecio_ has quit IRC | 23:26 | |
*** Kiall has quit IRC | 23:54 | |
*** Kiall has joined #openstack-mistral | 23:55 | |
*** catinthe_ has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!