17:00:39 <msdubov_> #startmeeting Rally
17:00:40 <openstack> Meeting started Tue Jan 27 17:00:39 2015 UTC and is due to finish in 60 minutes.  The chair is msdubov_. Information about MeetBot at http://wiki.debian.org/MeetBot.
17:00:41 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
17:00:43 <openstack> The meeting name has been set to 'rally'
17:00:48 <msdubov_> andreykurilin: amaretskiy: aarefiev: jlk: oanufriev: paboldin: pboldin: redixin: rvasilets: Hi
17:00:54 <pboldin> jo
17:00:57 <amaretskiy> hi
17:01:05 <aarefiev> hi
17:01:07 <oanufriev> hi
17:01:20 <rvasilets> hi
17:01:25 <msdubov_> Let's start
17:01:33 <msdubov_> #topic Rally release
17:01:39 <msdubov_> So great news guys
17:01:54 <msdubov_> Rally now has its first release: https://pypi.python.org/pypi/rally/0.0.1
17:01:57 <msdubov_> 0.0.1
17:02:38 <pboldin> (cheers)
17:02:44 <msdubov_> (beer)
17:03:09 <msdubov_> Okay let's move further
17:03:37 <msdubov_> So we are still working on several things that were planned for the 0.0.1 release
17:03:41 <msdubov_> Let's talk about them
17:04:00 <msdubov_> #topic Python 3.4 support
17:04:12 <msdubov_> andreykurilin: How are things going with your patch?
17:04:47 <msdubov_> andreykurilin: (Hope you are here)
17:06:33 <msdubov_> Okay seems like Andrey is not here, so let me give the link to the patch which is going to add Python 3 support: https://review.openstack.org/#/c/148763/
17:06:48 <msdubov_> It makes the gate-rally-python34 finish in SUCCESS (!)
17:07:01 <msdubov_> but for some reason fails other jobs
17:07:10 <msdubov_> So that's now under investigation of andreykurilin
17:07:16 <msdubov_> #topic Rally API
17:07:48 <msdubov_> Another nice thing is the refactoring of rally.api: https://review.openstack.org/149597 https://review.openstack.org/150468
17:08:07 <msdubov_> Now we are going to use classes with classmethods instead of just methods
17:08:16 <msdubov_> Also we are going to unify namings etc.
17:08:32 <msdubov_> This is what I'm currently working on and I hope it will be merged soon
17:08:42 <msdubov_> Note that the old API methods are going to be deprecated
17:09:32 <msdubov_> #topic New context classes in Rally
17:09:51 <msdubov_> pboldin, Could you please tell us a bit about your work?
17:10:13 <pboldin> msdubov_, i'm currently preparing a set of patches for utilities
17:10:35 <pboldin> msdubov_: these were separated from the big patch so it is easier to review and merge them
17:11:00 <msdubov_> pboldin:Yep, and what's the functionality they introduce?
17:11:02 <pboldin> msdubov_: regarding the `benchmark_image` context there is still discussions going on
17:11:24 <pboldin> msdubov_: one of them is for fixing the informativity of the TimeoutException
17:11:47 <pboldin> msdubov_: one another is to create secgroup/keypairs for admin user as well (needed by following patches)
17:12:20 <pboldin> msdubov_: third one introduces an eat-all-exceptions context that is to be used in following code as well
17:12:50 <pboldin> msdubov_: em
17:12:55 <msdubov_> pboldin: Sees like that this third context is a nice idea
17:12:59 <msdubov_> pboldin: Thanks!
17:13:36 <msdubov_> #topic HTML reports for functional tests
17:13:52 <msdubov_> oanufriev: Any progress on HTML reports in functional tests?
17:14:05 <oanufriev> no
17:14:24 <oanufriev> there is no review of boris_42
17:14:29 <oanufriev> eom
17:15:20 <msdubov_> oanufriev: I also saw another patch from you considering validation, what is it doing?
17:16:36 <oanufriev> It's WIP now. The idea is not to create Task db record during validation of task config file
17:17:08 <oanufriev> so, we could say that "This is refactoring of task verification"
17:17:13 <oanufriev> eom
17:17:56 <msdubov_> oanufriev: Thanks.
17:20:23 <msdubov_> #topic Quotas.neutron_update scenario
17:20:41 <msdubov_> rvasilets: So AFAIK this is the patch you are currently working on - how is the progress there?
17:21:38 <rvasilets> As I thing I have finished working on it
17:22:03 <rvasilets> All nits by code was solved
17:22:16 <rvasilets> jenkins says +1)
17:22:34 <rvasilets> I have tested it on devstack
17:22:43 <rvasilets> it's working
17:22:45 <rvasilets> eom
17:23:18 <msdubov_> rvasilets: Nice! Will review it
17:23:25 <rvasilets> Thx
17:23:45 <msdubov_> #topic PostgreSQL support in Rally
17:24:19 <msdubov_> redixin is not here
17:24:48 <msdubov_> he's made a patch that fixes a couple of postgres-related bugs: https://review.openstack.org/#/c/148907/
17:25:40 <msdubov_> and now Rally supports it
17:25:46 <msdubov_> Another great news actually
17:27:01 <msdubov_> #topic Fix in Cinder nested snapshots scenario
17:27:05 <msdubov_> aarefiev: Hi!
17:27:09 <aarefiev> hi
17:27:18 <msdubov_> aarefiev: Could you please tell us what was the problem and how you fixed it?
17:27:46 <aarefiev> there was a problem with deleting order
17:28:18 <aarefiev> we try to delete snapshot with related volume
17:28:58 <aarefiev> i fixed it with change deleting order
17:29:11 <aarefiev> eom
17:29:33 <msdubov_> aarefiev: Thanks for the fix!
17:29:39 <msdubov_> #topic Free discussion
17:30:03 <aarefiev> msdubov_: np
17:30:19 <amaretskiy> Just to note: I'm currently working on new chart in html report
17:30:27 <msdubov_> andreykurilin: amaretskiy: aarefiev: jlk: oanufriev: paboldin: pboldin: redixin: rvasilets: Guys I'm exhausted for new topics for today :) Anything to discuss?
17:30:33 <amaretskiy> this chart is about iterations in parallel
17:30:38 <amaretskiy> eom
17:30:39 <msdubov_> amaretskiy: Oh great
17:30:40 <rvasilets> No
17:30:45 <msdubov_> amaretskiy: Thanks
17:32:11 <msdubov_> amaretskiy: Can you provide us with a link so we can see how it looks like?
17:32:37 <amaretskiy> http://logs.openstack.org/14/146814/4/check/gate-rally-dsvm-rally/5400cc8/rally-plot/results.html.gz#/SaharaNodeGroupTemplates.create_delete_node_group_templates/overview
17:32:44 <amaretskiy> this is WIP
17:33:03 <amaretskiy> i believe today;s patch set will be  good
17:33:47 <msdubov_> amaretskiy: Great!
17:34:03 <msdubov_> andreykurilin: amaretskiy: aarefiev: jlk: oanufriev: paboldin: pboldin: redixin: rvasilets: So I believe we can finish our meeting
17:34:15 <oanufriev> sure
17:34:27 <msdubov_> oanufriev: =)
17:34:29 <rvasilets> Agree
17:34:30 <msdubov_> #endmeeting