16:00:59 #startmeeting Mistral 16:01:00 Meeting started Mon May 30 16:00:59 2016 UTC and is due to finish in 60 minutes. The chair is rakhmerov. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:01:01 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:01:04 The meeting name has been set to 'mistral' 16:01:19 hi 16:01:21 hi 16:02:26 hparekh_: doing good? 16:02:51 rakhmerov: Yeah. How are you ? 16:02:56 ok :) 16:03:06 let's wait 2 mins 16:04:01 hparekh_: how well do you know sqlite? 16:04:06 o/ 16:04:23 hi 16:05:11 rakhmerov: Not an expert. But I know some, I used in couple of small projects. 16:05:29 I discovered today that sqlite doesn't work as expected and that creates some race conditions in the project 16:05:52 basically, I'm trying to solve this: in our unit test we use sqlite in-memory db 16:06:00 connection string is just: sqlite:/// 16:06:36 the problem is that we essentially work with a single connection all the time and because of that we don't have any transaction isolation 16:06:40 it's just how sqlite works 16:06:58 I'm looking for a way how to still use in-memory DB but with multiple connections 16:07:09 their doc says that it's possible but it doesn't work 16:07:23 maybe because of the driver we're using, don't know yet 16:08:11 it's not a huge problem but it would be cool to fix it, our gates would be more stable then 16:09:00 ok, let's discuss something according to meeting agenda 16:09:07 Hmmm. I will take a look on that 16:09:36 hparekh_: not necessary, I just thought that if you had experience maybe you could advise something 16:09:43 but that's ok, I'll investigate it 16:09:48 thanks anyway 16:10:03 I think we can keep this meeting short since not so many people are here 16:10:19 as far as I remember there's Memorial Day today in the US 16:10:55 so as far as action items, 1 is done and two are supposed to be done later 16:11:13 I still owe an initial spec for Custom Actions API 16:11:21 will do it this week 16:11:33 #topic Current Status 16:12:18 my status: finished a huge patch that refactor core parts of engine: default_engine.py, task_handler.py, action_handler.py and workflow_handler.py 16:12:35 still need to cover a number of TODOs though, will be finalizing this week 16:12:51 also reviews and I spend a lot of time in IRC 16:13:00 can you guys share your updates? 16:13:25 my status:Submmited patch for fail-transition message. reviewed some patches 16:13:52 hparekh_: will review again your last changes but it looks good 16:14:23 Also looked into https://bugs.launchpad.net/mistral/+bug/1584731, but seems invalid bug for master. 16:14:23 Launchpad bug 1584731 in Mistral "Intermitent ActionExecution not found" [Critical,New] - Assigned to hardik (hardik-parekh047) 16:14:43 ooh really? 16:14:48 couldn't reproduce it? 16:15:02 I wonder what has changed that fixed it 16:15:17 yeah I cannot reproduce it on master branch 16:15:34 did you try Mitaka version? 16:15:57 no I have not tried yet. 16:15:59 I unassigned myself from the bug about std.mistral_http since rakhmerov huge patch fixes the problem 16:16:06 one of my assumptions is that it may still exist but it may be hard to reproduce 16:16:33 hparekh_: but it's ok, if it is not reproduced we can close it for now till it raises again 16:16:43 it just would be interesting to know how it was fixed 16:16:52 mgershenzon: ok 16:17:20 ok, hparekh_, mgershenzon, do you still have some work assigned to you? 16:17:24 rakhmerov: OK I will check it on mitaka branch 16:17:34 hparekh_: yeah, please 16:17:38 it'd be helpful 16:18:11 rakhmerov: no, but if you want commit your patch in N-1, we need to move the bug to N-2 16:18:13 rakhmerov: Yeah, I am working on https://blueprints.launchpad.net/mistral/+spec/mistral-customize-authorization 16:18:32 mgershenzon: what bug? 16:19:09 rakhmerov: https://bugs.launchpad.net/mistral/+bug/1568909 16:19:09 Launchpad bug 1568909 in Mistral "execution of ad-hoc actions based on std.mistral_http always fails" [Medium,In progress] 16:19:56 mgershenzon: why do we need to move it to N-2? Didn't understand you 16:20:07 hparekh_: ok, is it going to be a huge change? 16:20:33 hparekh_: you're targeting N-2, right? 16:20:55 rakhmerov: yes I am targeting it to N-2. 16:21:00 ok, good 16:21:10 rakhmerov: do you think your commit will be merged in N-1? if not, we should move 16:21:28 mgershenzon: aah, yes, we'll merge it :) 16:21:34 I'm 99% sure 16:21:55 if not, we'll move it, no problem 16:22:17 rakhmerov: that is good, so no need to move it, but you need to assign yourself, since I don't have the option 16:22:43 rakhmerov: I will review that patch soon :) 16:22:51 hparekh_: thanks 16:23:06 btw, either you or me will have to rebase our patches 16:23:14 depending on what gets merged first 16:23:20 but it shouldn't be a problem 16:23:48 ok, guys, I'd suggest we finish for today 16:23:58 ok 16:24:08 I was hoping to discuss N-2 scope today but forgot about a day off in the states 16:24:15 ok 16:24:19 so we should do it next time 16:24:28 alright, thanks for coming ) 16:24:32 have a good week 16:24:35 bye 16:24:46 bye 16:24:47 bye 16:24:49 #endmeeting