14:02:01 #startmeeting Rally 14:02:02 Meeting started Mon Sep 26 14:02:01 2016 UTC and is due to finish in 60 minutes. The chair is andreykurilin_. Information about MeetBot at http://wiki.debian.org/MeetBot. 14:02:03 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 14:02:05 The meeting name has been set to 'rally' 14:02:13 hi ! 14:02:19 \o 14:02:21 hi 14:03:37 let's start from the news 14:03:40 #topic news 14:04:37 Elections of Openstack PTLs for Ocata period are finished 14:04:42 results are here - https://github.com/openstack/election/blob/master/doc/source/ocata_ptl_results.rst 14:04:52 I'm new PTL of Rally :) 14:05:28 great! 14:05:49 boris-42 thank you for your hard work. I expect that you will not forget about us and continue contribute to Rally project :) 14:05:55 lol 14:06:55 for those, who did not read my campaign promises - https://git.openstack.org/cgit/openstack/election/plain/candidates/ocata/Rally/andreykurilin.txt 14:08:38 So we have a lot of "work in progress" tasks and we should try to finish them during next 6 monthes 14:08:46 all of them are real 14:09:44 another new - let's try to prepare to release Rally at the end of this week 14:10:18 The question is Do we have any blockers? 14:10:57 I see two tasks which should be finished before releasing new version 14:11:16 1) finish porting all scenarios to class-based style 14:11:21 there is only one or two patches 14:12:14 2) new section in reports for hooks 14:12:58 For the next release we should concentrate on merging all db stuff 14:13:07 +1 14:13:09 we have several patches which are ready to merge 14:13:27 let's test it again and finish them 14:13:29 2) new section in reports for hook <-- work in progress, first results will be tomorrow 14:13:42 amaretskiy: nice 14:14:18 # neutron scenarios 14:14:25 #topic neutron scenarios 14:14:47 several weeks ago we found several bugs in neutron 14:15:06 and it looks like neutron-team is ready to look at Rally more serious 14:15:38 but we have several "shortcomings" there 14:15:56 1) bad usage of atomics 14:16:30 boris-42 has a patch for that task 14:17:02 2) 3 scenarios should be ported to use "network" context 14:17:28 We should try to find volunteer for that task 14:17:49 Is there anybody here who ready to try it? 14:17:55 for second one? 14:17:58 yes 14:18:13 for first one we have boris-42 14:18:14 :) 14:18:48 3) nested atomics 14:19:04 neutron scenarios have a lot of nested atomics 14:19:07 This week we have a lot of chinese, need to invite them for contribution somehow 14:19:22 and we should start supporting them 14:19:45 new contributors - the are chinese 14:19:52 *they 14:20:23 ok 14:20:35 let's try to ping them at our regular channel 14:20:55 here are they https://review.openstack.org/#/q/owner:zhangzh.fnst%2540cn.fujitsu.com+status:open 14:21:01 https://review.openstack.org/#/q/owner:maxj.fnst%2540cn.fujitsu.com+status:open 14:21:10 https://review.openstack.org/#/q/owner:lei.lu%2540easystack.cn+status:open 14:21:16 https://review.openstack.org/#/q/owner:hoangcx%2540vn.fujitsu.com+status:open 14:21:30 They made a lot of small useless patches) 14:21:37 into rally 14:21:41 last week 14:22:07 rvasilets: they are not useless! 14:22:20 Ok 14:22:22 please, be more tolerant 14:22:29 Three of them from fujitsu 14:22:40 I guess they are working under Rally 14:22:44 it is nice! 14:23:11 ok, it looks like I have no more topics to discuss 14:23:15 Lets make their development more managed 14:23:19 )) 14:23:33 Any topics from you, guys? 14:23:54 about RPC patch 14:24:09 cool 14:24:20 https://review.openstack.org/#/c/234195/ 14:24:38 assume RPC == RPS runner 14:24:49 yeah 14:25:02 #topic next level for RPS runner 14:25:19 we should update this patch 14:25:25 So what I need to do with it after rebase? 14:25:39 I know a lot of folks who want this change 14:26:13 I suggest to merge this one and if its needed to impore this feature in other patches 14:26:29 *improve 14:28:10 amaretskiy, andreykurilin_, how about that? Just rebase it 14:29:13 i don't like manual calculations for config - there is a comment from me left in this patch 14:29:40 this is not user-friendly 14:29:49 rvasilets: I talk with several folks who want this change and they need one more option there. It should be easy to extend it - step for changing number of requests per second. 14:30:22 ok, i will look at this patch, meybe it's a time to move it forward 14:31:04 also, maybe it is ok, that "max" can not be achieved(in case when "times" is too small) ? 14:32:35 anyway, we should finish this task ... there are a lot of folks who want it 14:33:57 if we can't reach max rps then we've faced with the question what to do with the rest rps that is not done yet. (in the patch raised an error for simplicity and was assumed to work on such stuff in futhure patches) 14:35:21 Also it does for rps in range(min_rps, max_rps + 1, step) now. So what step you mean? 14:35:27 andreykurilin_, ^ 14:36:44 rvasilets: in case of your patch, number of requests will be changed each second. for more "stable" results, we should repeat each RPS several seconds after changing it 14:37:29 rps could be smaller then 1 as I member 14:38:22 it is true 14:38:33 but it doesn't metter 14:38:54 I mean that we need to repeat each value of "rps" several times 14:39:07 to achieve more "stable" results 14:40:51 I don't know how this change the code now. Will think. But the simplest way for me as a developer is to merge that patch and not to keep a bit unrelated this in feature patch 14:41:15 rvasilets: it can be done via some generator like http://xsnippet.org/361999/ 14:43:12 I can't figure out it in a fly 14:43:35 ok 14:44:13 anything else to discuss? 14:44:17 no 14:45:56 i have a small topic 14:46:26 this patch gives great improvements for API: https://review.openstack.org/#/c/369412/ 14:46:36 this is a review request :) eom 14:47:00 heh 14:47:50 ok 14:47:53 let's finish 14:47:55 ok 14:48:02 #endmeeting