Tuesday, 2017-08-22

*** catintheroof has quit IRC00:25
*** zhurong has joined #openstack-mistral00:45
*** thrash is now known as thrash|g0ne01:26
*** bobh has quit IRC01:32
*** catintheroof has joined #openstack-mistral02:30
*** catintheroof has quit IRC02:57
*** apetrich has quit IRC03:12
*** apetrich has joined #openstack-mistral03:17
*** gkadam has joined #openstack-mistral03:33
*** livelace has joined #openstack-mistral04:26
*** int32bit has joined #openstack-mistral06:13
*** shardy has joined #openstack-mistral06:27
*** jistr is now known as jistr|trng06:53
*** oidgar_ has joined #openstack-mistral06:57
openstackgerritint32bit proposed openstack/mistral master: Add project_id to API resources  https://review.openstack.org/49612106:59
*** int32bit_ has joined #openstack-mistral07:00
*** int32bit has quit IRC07:03
*** jtomasek has joined #openstack-mistral07:18
*** livelace2 has joined #openstack-mistral07:21
*** jpich has joined #openstack-mistral07:34
openstackgerritjunbo.li proposed openstack/mistral master: Remove build files before run tox doc builder  https://review.openstack.org/49614708:15
*** shardy has quit IRC08:25
openstackgerritint32bit proposed openstack/mistral master: Add get cron-trigger by id support  https://review.openstack.org/49615708:49
*** int32bit has joined #openstack-mistral08:52
*** int32bit_ has quit IRC08:52
*** apetrich has quit IRC09:13
*** apetrich has joined #openstack-mistral09:13
*** shardy has joined #openstack-mistral09:18
*** apetrich has quit IRC09:23
*** int32bit has quit IRC09:28
*** apetrich has joined #openstack-mistral09:35
*** zhurong has quit IRC10:17
*** apetrich has quit IRC10:23
*** shardy has quit IRC10:42
*** jkilpatr has quit IRC10:48
*** ruhe has quit IRC11:00
*** thrash|g0ne has quit IRC11:00
*** Dinesh_Bhor has quit IRC11:01
*** ruhe has joined #openstack-mistral11:01
*** Dinesh_Bhor has joined #openstack-mistral11:05
*** thrash has joined #openstack-mistral11:06
*** thrash has quit IRC11:06
*** thrash has joined #openstack-mistral11:06
*** jkilpatr has joined #openstack-mistral11:07
*** oidgar_ is now known as oidgar11:21
*** apetrich has joined #openstack-mistral11:52
*** fultonj has joined #openstack-mistral12:13
*** dprince has joined #openstack-mistral12:25
openstackgerritMateusz Kowalski proposed openstack/mistral-dashboard master: Expand parameter list for workflow execution  https://review.openstack.org/49622012:28
openstackgerritMateusz Kowalski proposed openstack/mistral-dashboard master: Expand parameter list for workflow execution  https://review.openstack.org/49622012:29
openstackgerritMateusz Kowalski proposed openstack/mistral-dashboard master: Expand parameter list for workflow execution  https://review.openstack.org/49622012:30
openstackgerritMateusz Kowalski proposed openstack/mistral-dashboard master: Expand parameter list for workflow execution  https://review.openstack.org/49622012:30
*** gkadam has quit IRC12:36
*** livelace has quit IRC12:39
*** zhurong has joined #openstack-mistral12:56
thrashlivelace2: I'm still trying to figure out just what is happening. Any progress on your side?12:58
*** sharatss has joined #openstack-mistral13:24
*** bobh has joined #openstack-mistral13:35
*** apetrich has quit IRC13:48
*** shardy has joined #openstack-mistral13:49
livelace2thrash, Hello. I have tried a lot of things, but as a temporary solution I chose a intermediate task https://paste.fedoraproject.org/paste/yPghp77K5W2Kwv9amghmvA14:05
livelace2"fixate" takes all "wrong" things and calls stop correctly14:05
thrashlivelace2: interesting...14:06
thrashd0ugal: you could probably explain that better than I14:07
d0ugalI can try14:09
* d0ugal reads14:09
*** sharatss has quit IRC14:09
*** zhurong has quit IRC14:19
d0ugalthrash: no, I'm not sure. I've never had a reason to use "join" actually14:30
d0ugalI should try it out more sometime.14:30
thrash:)14:31
thrashd0ugal: I think I meant more about the usage of on-error vs on-complete14:31
thrashetc14:31
d0ugaloh14:31
d0ugalI guess I'm not sure I understand the question then14:32
*** livelace2 has quit IRC14:34
thrashd0ugal: livelace2 (who is now gone) was having issues with unexpected behavior from his workflow, and I think it stemmed from usage of on-complete vs on-error.14:48
thrashd0ugal: and then how the outcome (error status?) of the a workflow would affect a join call... I'm still trying to figure it out.14:49
thrashd0ugal: if you're curious, this is the workflow I was testing with... http://paste.openstack.org/show/618946/14:50
thrashd0ugal: you should run it. It does not do what you would expect.14:51
d0ugalthrash: okay, you have peaked my interest.14:52
thrashd0ugal: especially since none of the workflows should actually error.14:52
thrashd0ugal: and this was livelace's solution: https://paste.fedoraproject.org/paste/yPghp77K5W2Kwv9amghmvA14:53
d0ugalthrash: interesting, that does seem like a bug14:58
d0ugalno idea what is going on :)14:58
thrashd0ugal: same!14:58
d0ugalI think it must be related to the join mechanic tho'14:58
thrashyou got 'failed because of task1' right?14:58
d0ugalthrash: yup14:58
thrashit's consistent. :D14:59
d0ugalyay?14:59
d0ugalthrash: is it failing because task1 never joins?15:01
d0ugalthrash: but it does lead to it, with on-error15:01
thrashd0ugal: that shouldn't be an error...15:01
thrashd0ugal: if the task is completed, it should just be considered "joined"15:01
d0ugalthrash: adding "stop" to on-success of task1 also fixes it15:02
thrashd0ugal: oooh... that kinda makes sense...15:03
d0ugalthrash: or removing it from on-error also fixes it15:03
thrashd0ugal: hmm... It seems though that it would probably break the logic livelace was aiming for...15:04
thrashIf something errors, then stop15:04
thrashAlthough...15:04
thrashI don't know. :|15:04
d0ugallol15:07
d0ugalso, it seems that joining works by looking at any tasks that link to the join15:07
d0ugaland because it links in an on-error it is considered a potential join15:07
d0ugalthe other fix would be to change it to "join: 2"15:07
d0ugaland thus it would wait for at least two joins15:08
d0ugalor maybe "join: 1" if you wanted any error to stop it15:08
d0ugalIf nothing else, the error could be much better.15:08
thrashso, would using on-complete function better?15:10
thrashor put another way, do what is expected?15:10
d0ugalyeah, on-complete would ensure it joins15:10
thrashI just wonder why the workaround (intermediate task) was necessary?15:11
d0ugalthrash: the intermediate task didn't help, AFAICT15:11
d0ugalit is the change from on-error to on-complete15:12
thrashahh15:12
d0ugalbut I have not tested this15:12
thrashyeah... I'll give it a shot in a few.15:12
*** oidgar has quit IRC15:17
*** thrash is now known as thrash|biab15:29
*** apetrich has joined #openstack-mistral15:38
*** thrash|biab is now known as thrash15:41
*** dixiaoli has joined #openstack-mistral15:50
*** dixiaoli has quit IRC15:54
apetrichrbrady, cheers15:55
*** oidgar has joined #openstack-mistral16:01
*** shardy has quit IRC16:06
*** catintheroof has joined #openstack-mistral16:10
*** oidgar has quit IRC16:23
*** apetrich has quit IRC17:11
*** apetrich has joined #openstack-mistral17:14
openstackgerritBob Haddleton proposed openstack/mistral master: Process input defaults and output transforms for nested AdHoc Actions  https://review.openstack.org/49474917:24
*** jpich has quit IRC17:28
*** dixiaoli has joined #openstack-mistral18:21
*** dixiaoli has quit IRC18:25
*** bobh has quit IRC18:31
*** jkilpatr has quit IRC19:55
*** portdirect is now known as tintin20:03
*** tintin is now known as portdirect20:04
*** dprince has quit IRC20:14
*** jkilpatr has joined #openstack-mistral20:15
*** rbrady has quit IRC20:32
*** catintheroof has quit IRC22:01

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