Tuesday, 2014-07-22

* peoplemerge coding00:00
*** alcabrera is now known as alcabrera|afk00:00
* vkmc parses JSON in client-side and it feels wrong00:00
* kgriffs reviewing00:01
* peoplemerge wishes he didn't tox pep800:01
* flwang crossing fingers00:01
flwangbecause god is reviewing00:01
peoplemergeflwang: lol00:02
kgriffsflwang: was creating the ping endpoint part of this bp?00:02
flwangah, yep00:02
kgriffsoh wait... maybe it is already impl00:02
flwangyou mean I should mark this as partially implements?00:02
flwangit has been merged last release00:03
kgriffsright, I forgot00:03
kgriffsok, nevermind00:03
flwanggod is continually reviewing my patch00:03
* kgriffs is only a minor god00:04
* kgriffs is not even as cool as Hercules00:04
flwangminor god is a god :D00:04
* vkmc wonders... is kgriffs sudo?00:05
kgriffshmmm, idk00:05
* peoplemerge can't even fake a convincing god complex00:05
kgriffslet's test00:05
kgriffsmake me sandwich00:05
* kgriffs looks around for a sandwich00:06
* flwang show me the money00:06
* kgriffs sighs00:06
vkmclol00:06
* kgriffs realizes he isn't sudo00:06
flwangif you're a fan's or starcraft00:06
* kgriffs drops a link https://xkcd.com/149/00:06
* peoplemerge grins at the xkcd00:07
vkmc\o/ xkcd00:07
peoplemergeyep00:07
kgriffsflwang: oooh, starcraft. Haven't played in a while but I used to be super addicted00:07
flwangkgriffs: you're not alone, man00:07
openstackgerritA change was merged to openstack/marconi: Updated from global requirements  https://review.openstack.org/10650600:08
flwangI love it so much when I at college00:08
kgriffsnow I just waste all my time on stupid casual games like Clash of Clans. <sigh>00:08
flwangnow there is sc200:08
kgriffsyep. have you played it?00:08
flwangkgriffs: I'm trying to pick it up to get some fun at the boring NZ00:09
kgriffsheh00:09
kgriffswe should play sometime. I'm no good, but it's fun00:09
kgriffsand by no good, I mean nothing like the Koreans00:09
kgriffsI mean, talk about god00:09
kgriffsthose guys are *insane*00:09
flwangkgriffs: yep, there is a battlenet, so we can do that00:10
flwangnot sure if flaper87|afk like it00:10
flwangmay be we can schedule a war, US vs China vs Italy00:10
peoplemergehahaha00:11
vkmclol00:11
kgriffssweet00:12
kgriffsin original SC, I had a friend who made a custom map of the world00:12
peoplemergevkmc: where r u located?00:12
kgriffsplaying it was like Risk - totally awesome00:12
vkmcI'm a bit addicted to Game Thunder now... dunno if you know it00:12
peoplemergeRisk - totally awesome00:12
flwanginteresting00:12
* kgriffs googles Game Thunder00:12
vkmcpeoplemerge, I'm from Argentina :)00:12
vkmcit's a MMO combat game00:13
* flwang have no idea what's the Game Thunder :(00:13
vkmcin Steam00:13
vkmcfree to play :)00:13
peoplemergevkmc: I was rooting for Argentina :)00:14
vkmcthe ugly part is that it doesn't run on GNU/Linux... but Wine comes to the rescue :D00:14
kgriffsis it war thunder or game thunder?00:14
vkmckgriffs, http://warthunder.com/00:14
kgriffs...because game thunder just brought up a flash games site00:14
kgriffsgot it00:14
kgriffshmmm. looks interesting.00:15
vkmcpeoplemerge, oh thanks :) I enjoyed the last game til the 120 minute :p00:15
flwangkgriffs: I will practise sc and fling down the gauntlet, haha00:15
kgriffsoh oh.00:15
kgriffs:)00:16
flwangi'm kidding00:16
flwangbut I will play it again recently, TBH, because NZ is a little bit boring :D00:16
kgriffsheh00:18
kgriffsback to work. ;)00:18
kgriffshttps://review.openstack.org/#/c/76555/13/tests/unit/queues/storage/test_pool_queues.py00:18
flwangtoo simple?00:19
flwangor the wrong place?00:19
kgriffsno, I was just thinking, isn't the pool driver supposed to return the stats under an extra level of indirection?00:19
kgriffshttps://review.openstack.org/#/c/76555/13/marconi/queues/storage/pooling.py00:20
*** tongli has quit IRC00:20
flwangkgriffs: ah, I can see you're point00:21
*** tongli has joined #openstack-marconi00:21
flwangkgriffs:  I may need to review the test case00:21
kgriffsnot sure... seems like that test case should be failing but it's not... didn't the patch get merged that enabled pool driver testing?00:22
kgriffsflwang: in this one00:23
kgriffsdef health(self):00:23
maliniit did - it failed one of my patches :D00:23
kgriffsah00:23
kgriffshmm00:23
kgriffsflwang: def health(self):00:23
kgriffshttps://review.openstack.org/#/c/76555/13/marconi/queues/storage/base.py00:23
kgriffsL7900:23
kgriffsactually00:23
openstackgerritSam Leong proposed a change to openstack/marconi: Use auth_token from keystonemiddleware  https://review.openstack.org/10854000:23
kgriffsL8300:23
kgriffsremind me why we are using that extra overall_health dict?00:24
flwangwe was planning to add more KPI in the future00:25
flwangand adding them at here to get a 'better' format, easy to extend00:25
flwangfor example, something are not related to backend, but the marconi server itself00:27
kgriffsah, ok00:29
kgriffshttps://review.openstack.org/#/c/76555/13/tests/functional/wsgi/v1_1/test_shards.py00:29
kgriffsfirst off all, someone needs to rename these tests to pools, right?00:29
kgriffs;p00:30
kgriffsbut that aside, I think the health check belongs in a different test suite00:30
flwangyes, actually, I found a lot of shard legacy code00:30
flwangso you mean it's not necessary to add a test at here?00:30
kgriffswell...actually00:30
kgriffshmmm00:30
kgriffsI take that back. this would be testing the health operation when pooling is enabled?00:31
kgriffsflwang: can you file a bug for this an any other instances that still need to be renamed?00:32
kgriffs(shard ---> pool)00:32
flwangkgriffs: no problem, sir00:32
kgriffscool00:32
flwangkgriffs: and TBH, i'm a little bit confused where to put the health on pool test00:32
kgriffsso, for functional tests I think this is the right place00:33
flwangok, then how about this https://review.openstack.org/#/c/76555/13/tests/unit/queues/storage/test_pool_queues.py00:33
kgriffsmalini: btw, I thought I remembered seeing some tests using jsonschema?00:33
maliniyes..we have a few functional tests00:33
kgriffsmalini: OK, I asked because I was thinking it would be good to validate the result of /health with jsonschema00:34
flwangkgriffs: good point00:34
malinigood idea00:35
kgriffsgreat, lets add that test00:35
kgriffsflwang: I was looking at https://review.openstack.org/#/c/76555/13/tests/unit/queues/storage/test_pool_queues.py00:35
maliniWe can add a schema chk here https://github.com/openstack/marconi/blob/master/tests/functional/wsgi/v1_1/test_queues.py#L24100:35
kgriffsit has a @testing.requires_mongodb decorator00:35
kgriffsso, it won't run in the gate00:36
flwangah, yes00:36
flwangI will fix that00:37
maliniflwang: do you need help adding the schema chk?00:37
flwangmalini: I will take a look at the code and will let you know if I need your sweet support :)00:37
kgriffsflwang: hmmm00:37
maliniflwang: cool! This is a sample schema chk https://github.com/openstack/marconi/blob/master/tests/functional/wsgi/v1_1/test_messages.py#L12900:38
flwangkgriffs: should we just remove it and adding jsonschema check at the functional test00:38
flwangkgriffs: given most of the cases have been covered by unit test00:38
kgriffsI think the ping and health tests should maybe go in00:39
kgriffshttps://github.com/openstack/marconi/tree/master/marconi/tests/queues/transport/wsgi/v1_100:39
flwanghttps://review.openstack.org/#/c/76555/13/marconi/tests/queues/transport/wsgi/v1_1/test_health.py00:40
kgriffsyeah00:41
kgriffsin test_pools you could check if it is returning a list of the stats/checks by pool00:41
flwangdo you think we a need a ping test at there?00:41
kgriffstest_pools.py00:41
kgriffsflwang: yeah, I guess so00:41
flwangok, I will add that in a separate patch00:42
kgriffshmm, do we have a ping functional test?00:42
kgriffsmalini: btw, I was looking at this test suite: https://review.openstack.org/#/c/76555/13/tests/functional/wsgi/v1_1/test_shards.py00:43
flwangyes, at test_queues.py00:43
kgriffsmalini: that must only run if mongo is available?00:43
kgriffsflwang: kk00:43
flwangshould we isolate it?00:44
flwangnow the /ping test is distributed in everywhere00:44
kgriffsso, as you can see, our tests are a bit of a mess. :p00:44
flwangkgriffs: yep00:44
flwangwe need a more clear test structure00:44
kgriffsrefactoring / DRYing up our tests should be a major theme for Kilo.00:45
malinikgriffs: hmmm…yes..wonder how it is getting past the gate00:45
kgriffsmalini: ok, would you mind checking into that00:45
malinisure00:45
kgriffsflwang: I'd be OK with doing a followup patch to improve tests00:45
flwangmalini: seems there are many test require mongo(at least we label it), but seems our gate doesn't support mongo for now, right?00:46
kgriffsjsonschema, ensure unit tests are running in the gate for pooled stuff00:46
flwangkgriffs: yes00:46
kgriffsok00:47
kgriffsin fact, I think this entire file here00:48
kgriffshttps://review.openstack.org/#/c/76555/13/tests/unit/queues/storage/test_pool_queues.py00:48
kgriffsshould be moved to...00:48
kgriffshttps://github.com/openstack/marconi/blob/master/marconi/tests/queues/transport/wsgi/v1_1/test_pools.py00:48
flwangyes00:49
flwang+100:49
flwangboth are unit test00:49
flwangand test_pools.py can cover more00:50
malinisrry..had to step away00:50
flwangkgriffs: so as for my patch, I will just remove the test case in https://review.openstack.org/#/c/76555/13/tests/unit/queues/storage/test_pool_queues.py00:50
flwanggiven it has been covered in https://review.openstack.org/#/c/76555/13/marconi/tests/queues/transport/wsgi/v1_1/test_health.py00:50
flwangany concern?00:50
maliniflwang: the gate does not support mongo now AFAIK..But the tempest tests are already running with trusty00:50
kgriffsI submitted some comments, but as I said there, we can put stuff in a followup patch if you like00:50
maliniflwang: So we might be already close to being able to run mongo (if not already) at the gate00:51
kgriffsflwang: actually, that may be OK00:51
flwangkgriffs: I can address your comments today and submit a patch, then hope you can +2 tonight(my night)00:51
kgriffsbecause test_pools runs all the v1_1base tests00:52
kgriffswait... does it?00:52
* kgriffs is confusing00:52
* kgriffs is confusing and confused00:52
flwangdoes what?00:52
flwangseems we really have a mess test structure00:53
kgriffsyep, you said it00:53
* peoplemerge points out cheerfully we're changing that soon00:54
flwangkgriffs: what's your confusion?00:54
kgriffsI thought I remembered a patch that caused us to test everything in a pooled config00:55
kgriffsah, there we are00:55
kgriffsone sec00:57
kgriffswait, WAH?00:59
kgriffshttps://github.com/openstack/marconi/blob/master/marconi/tests/queues/transport/wsgi/v1_1/test_messages.py#L49000:59
kgriffsok, so we have a pooled test there00:59
kgriffsthis test suite is missing a sqlalchemy pool test00:59
kgriffsbut you get the idea00:59
kgriffsflwang: it would be great to get pooled tests in that new test_health.py01:00
kgriffslike this:01:00
kgriffshttps://github.com/openstack/marconi/blob/master/marconi/tests/queues/transport/wsgi/v1_1/test_queue_lifecycle.py#L40001:00
kgriffsand this01:00
kgriffshttps://github.com/openstack/marconi/blob/master/marconi/tests/queues/transport/wsgi/v1_1/test_queue_lifecycle.py#L38001:00
flwangmeeting now, leave the message for me, sorry about that01:01
kgriffsno problem01:01
kgriffsI actually gotta run now too01:01
kgriffscheers!01:01
vkmcttfn, heading off for the day! :)01:01
vkmctake care!01:01
wpfkgriffs:  ping01:02
*** vkmc has quit IRC01:02
kgriffso/01:03
kgriffswpf: what's up?01:03
wpfkgriffs:   for the bug https://bugs.launchpad.net/marconi/+bug/133122801:04
wpfin general ,do you think uncomment the code will work ?01:04
kgriffsyeah, I think that is OK. Since the sqlalchemy message store is just for dev/test I'm not too concerned about the performance hit.01:05
kgriffs(of having to clean up the messages for every request)01:05
wpfkgriffs:  Ok, Thanks , then I may work on it01:06
kgriffslooks like that code was copied from the original sqlite driver01:07
kgriffshas the right idea, but will need to be converted to use sqla syntax01:08
kgriffsalso, I'm not sure whether we still use julianday01:08
wpfOk01:08
wpfI just want to confirm the idea is right01:08
kgriffsyep, thanks!01:09
kgriffsgotta run now, catch everyone later01:09
wpfthanks01:09
*** oz_akan has joined #openstack-marconi01:20
*** kgriffs is now known as kgriffs|afk01:23
*** nosnos has joined #openstack-marconi01:40
*** keith_newstadt has quit IRC01:44
*** haomaiwang has joined #openstack-marconi01:50
*** haomaiwang has quit IRC01:52
peoplemergeI wanna debug a unit test I run from tox but being old-school I'd like to set a breakpoint using a debugger.  Anyone here do this?01:52
*** haomaiwa_ has joined #openstack-marconi01:53
peoplemergeI've found sometimes when you're new to a code base you can learn things that way than trying to extrapolate universes of possibilities01:53
*** alcabrera|afk is now known as alcabrera01:55
malinipeoplemerge: hmm..I typically use pdb with nose02:03
peoplemergemalini: ah great!02:03
maliniinterestingly sriram could not get pdb running with nose, except by using a nose plugin.02:04
maliniI never had any issues to start with..Hope you get lucky and belong to my camp :)02:04
*** haomaiw__ has joined #openstack-marconi02:08
*** haomaiwa_ has quit IRC02:11
*** haomaiw__ has quit IRC02:12
*** haomaiwang has joined #openstack-marconi02:12
*** haomaiwang has quit IRC02:13
*** haomaiwang has joined #openstack-marconi02:13
peoplemergemalini: how do you actually invoke?  all I can find is a path that makes local changes to setup.cfg02:18
malinipeoplemerge: invoke pdb?02:19
peoplemergeinvoke nose tests with pdb outside of tox02:19
maliniI insert 'import pdb; pdb.set_trace()' wherever I want my breakpoint to be.02:19
maliniThen run the tests with 'nosetests -sv test_****.py'02:20
maliniThe test will stop wherever you have the pdb stmt inserted02:20
malinipeoplemerge: are you familiar with pdb?02:22
peoplemergemalini: nope I'm brand new :)02:23
peoplemergeImportError (No module named test_messages)02:23
maliniI found this link very helpful when getting started http://pythonconquerstheuniverse.wordpress.com/category/python-debugger/02:23
peoplemergemalini: cool, this looks like a great quick reference.  pdb feels a lot like gdb02:24
peoplemergeif I could only tell nose which test02:24
maliniwonder why nose is not finding your test module ..where are you running the nosetests command from?02:25
peoplemergeI tried from the base dir my gitrepo is (currently /opt/stack/marconi) as well as /opt/stack/marconi/marconi/tests/queues/transport/wsgi/v1_1 where the test is02:25
peoplemerge(test_messages.py)02:25
malinilet me try running tht02:27
*** haomaiw__ has joined #openstack-marconi02:29
*** prashanthr_ has joined #openstack-marconi02:30
prashanthr_flwang , flaper87|afk: Good morning :)02:30
prashanthr_Sorry to bug you again.02:30
prashanthr_Can you please review this https://review.openstack.org/#/c/97178/9 whenever you are free ?02:30
malinipeoplemerge: I dont get tht importerror02:30
prashanthr_thanks a lot :)02:30
malinipeoplemerge: 'nosetests -sv test_messages.py' is what I am using02:31
malinifrom marconi/marconi/tests/queues/transport/wsgi/v1_102:31
*** haomaiwang has quit IRC02:32
peoplemergehey, great this is better 'ImportError: No module named fixtures'02:33
peoplemerge/opt/stack/marconi/marconi/tests/queues/transport/wsgi/v1_1$ /home/dave/.pyenv/versions/2.7.8/bin/nosetests  -sv test_messages.py02:33
peoplemergeI figured pyenv's nosetests is more likely to find all of the modules02:34
peoplemergeseems like tox has found a way to find everything in requirements.txt whereas nose can't02:34
malinithts because tox will create a brand new venv02:36
maliniBut with nose, we are operating based on the assumption tht all dependencies are installed02:36
malinitry creating a new venv & pip install requirements.txt & test-requirements.txt02:37
peoplemergemalini: trying now02:37
peoplemergelooks like I'm just about in business, thx malini !!02:41
maliniwoot!02:41
* peoplemerge is out02:42
malinime too02:42
maliniHappy patchsets to everybody on the other side of the continent02:43
*** malini has left #openstack-marconi02:45
flwangmalini|afk: ping02:59
*** rossk has joined #openstack-marconi03:02
*** tongli has quit IRC03:03
openstackgerritFei Long Wang proposed a change to openstack/marconi: Rename remaining 'shard' to 'pool'  https://review.openstack.org/10856503:16
*** oz_akan has quit IRC03:18
*** oz_akan has joined #openstack-marconi03:18
*** oz_akan has quit IRC03:23
openstackgerritA change was merged to openstack/marconi: feat(v1.1): Default TTL and grace values  https://review.openstack.org/10688803:23
*** nosnos has quit IRC03:40
*** chandankumar has joined #openstack-marconi04:03
*** nosnos has joined #openstack-marconi04:06
*** shakamunyi has joined #openstack-marconi04:06
*** shakamunyi has quit IRC04:08
*** oz_akan has joined #openstack-marconi04:19
*** oz_akan_ has joined #openstack-marconi04:21
*** oz_akan has quit IRC04:21
*** oz_akan_ has quit IRC04:25
*** haomaiw__ has quit IRC04:30
*** haomaiwa_ has joined #openstack-marconi04:31
*** oz_akan has joined #openstack-marconi05:22
*** chandankumar has quit IRC05:25
*** oz_akan has quit IRC05:26
*** haomaiwa_ has quit IRC05:30
*** haomaiwang has joined #openstack-marconi05:30
*** haomai___ has joined #openstack-marconi05:55
*** haomaiwang has quit IRC05:58
*** k4n0 has joined #openstack-marconi05:59
*** haomai___ has quit IRC06:00
*** chandankumar has joined #openstack-marconi06:01
*** haomaiwang has joined #openstack-marconi06:01
*** haomaiw__ has joined #openstack-marconi06:02
*** haomaiwang has quit IRC06:05
*** oz_akan has joined #openstack-marconi06:22
*** oz_akan has quit IRC06:26
*** mkoderer has joined #openstack-marconi06:30
*** chandankumar has quit IRC06:39
*** k4n0 has quit IRC07:51
*** oz_akan has joined #openstack-marconi07:56
*** oz_akan has quit IRC08:00
*** k4n0 has joined #openstack-marconi08:04
*** k4n0 has quit IRC08:32
*** k4n0 has joined #openstack-marconi08:49
*** oz_akan has joined #openstack-marconi08:57
*** oz_akan has quit IRC09:01
*** prashanthr_ has quit IRC09:08
*** alcabrera is now known as alcabrera|afk09:18
*** k4n0 has quit IRC09:19
*** oz_akan has joined #openstack-marconi09:23
*** openstackgerrit has quit IRC09:31
*** openstackgerrit has joined #openstack-marconi09:33
*** haomaiw__ has quit IRC09:33
*** haomaiwang has joined #openstack-marconi09:34
*** k4n0 has joined #openstack-marconi09:38
*** flaper87|afk has quit IRC09:54
*** flaper87|afk has joined #openstack-marconi09:55
*** oz_akan has quit IRC09:55
*** flaper87|afk is now known as flaper8709:55
*** oz_akan has joined #openstack-marconi09:55
*** nosnos has quit IRC09:58
*** nosnos has joined #openstack-marconi09:58
*** oz_akan has quit IRC10:00
*** nosnos has quit IRC10:03
*** haomaiw__ has joined #openstack-marconi10:19
*** haomaiwang has quit IRC10:23
*** oz_akan has joined #openstack-marconi10:56
*** oz_akan has quit IRC11:01
*** nosnos has joined #openstack-marconi11:13
*** mwagner_lap has quit IRC11:24
*** k4n0 has quit IRC11:28
*** nosnos has quit IRC11:40
*** tongli has joined #openstack-marconi11:48
*** oz_akan has joined #openstack-marconi11:57
*** oz_akan has quit IRC12:01
*** whenry has quit IRC12:06
*** prashanthr_ has joined #openstack-marconi12:10
*** stannie has quit IRC12:34
*** sriram has joined #openstack-marconi12:39
*** vkmc has joined #openstack-marconi12:43
*** vkmc has quit IRC12:43
*** vkmc has joined #openstack-marconi12:43
*** abettadapur has joined #openstack-marconi12:53
*** mpanetta has joined #openstack-marconi13:00
vkmcmorning!13:03
sriramgood morning vkmc :)13:05
*** Catherine has joined #openstack-marconi13:05
vkmchi sriram! how are you?13:06
sriramI'm doing great, how is your pursuit of AMQP going?13:07
vkmc:)13:07
vkmcit took an unexpected turn13:08
vkmcnot a good one though13:08
sriramoh noes.13:08
vkmcwe discussed about it with kgriffs|afk yesterday13:08
*** rwsu has joined #openstack-marconi13:08
vkmcwithout entering into details... AMQP is capable of transporting/storing binary payload13:09
vkmcand our mongodb backend cannot storage it13:09
sriramOh i see.13:09
*** mpanetta has quit IRC13:09
*** mpanetta has joined #openstack-marconi13:10
sriramI think I read the final part of it yesterday, something about using msgpack.13:10
vkmcyeah, we still need a lot of planning but that would be the first approach13:10
vkmcthis bp born yesterday evening https://blueprints.launchpad.net/marconi/+spec/store-messages-as-binary13:11
vkmcand it looks this will be dropped to K... it requires so many changes13:11
sriramnice.13:15
vkmcanyhow...!13:16
vkmcand you? what are you working on currently?13:17
sriramnothing much on marconi right now, I had setup the benchmarking cluster, and implemented the benchmarking blueprint.13:18
sriramwill take up some tasks soon :)13:18
vkmcyes... I have 'test the benchmarking tool' in my todo list13:18
vkmcI couldn't play with it yet13:18
vkmcit looks great13:18
sriramnice!13:19
sriramso did we decide on a meeting time?13:19
vkmcwe are having the meeting at the usual time today13:20
vkmcI guess we are going to determine the meeting time there :)13:21
sriramcool.13:21
*** amitgandhi has joined #openstack-marconi13:32
*** Obulpathi has joined #openstack-marconi13:33
*** ametts has joined #openstack-marconi13:39
*** malini has joined #openstack-marconi13:47
*** oz_akan has joined #openstack-marconi13:51
*** tjanczuk has joined #openstack-marconi13:53
*** ametts has quit IRC13:54
*** cpallares has joined #openstack-marconi13:54
*** balajiiyer has joined #openstack-marconi13:57
*** chandankumar has joined #openstack-marconi14:06
*** Catherine has left #openstack-marconi14:07
*** cpallares has quit IRC14:20
*** russellb has joined #openstack-marconi14:20
russellbkgriffs|afk: o/  just checking in on juno-2, ping when you have a few minutes today14:21
maliniCan I get some reviews on https://review.openstack.org/#/c/108051/ ?14:28
*** tonytan4ever has joined #openstack-marconi14:33
*** cpallares has joined #openstack-marconi14:33
*** ametts has joined #openstack-marconi14:34
cpallaresmalini, you around?14:47
*** chandankumar has quit IRC14:48
*** celttechie has joined #openstack-marconi14:50
malinicpallares: o/14:52
malinihow are you?14:52
peoplemerge_meeting is moved right?14:58
cpallaresmalini, hi! I'm doing good and you? :) are we having the meeting today or tomorrow?15:00
malinihmmmm...15:00
vkmchmm15:00
maliniI thought kgriffs|afk mentioned tht we'll have the meeting at the same time, one last time15:00
vkmche said that15:01
maliniwhat do we want to do?15:01
maliniwait for kgriffs|afk for 5 min?15:01
vkmchow many are for the meeting?15:03
* peoplemerge_ votes tomorrow15:03
maliniso far only peoplemerge, vkmc, cpallares & malini15:04
*** chandankumar has joined #openstack-marconi15:07
* cpallares wonders where everyone is 15:07
*** kgriffs|afk is now known as kgriffs15:07
kgriffso/15:07
kgriffssorry folks15:07
kgriffsgot held up this morning15:08
kgriffsshall we meet?15:08
cpallareslol15:08
malinithe 4 of us voted to meet tomorrow :-P15:08
malinibut kgriffs has veto powers15:08
kgriffsah, just saw the backlog15:08
kgriffswhat time shall we meet tomorrow?15:09
maliniare we going to have two weekly meetings or one?15:09
kgriffsFlavio's proposal was to alternate times every week15:10
kgriffsso one meeting each week, but alternating times15:10
malinikgriffs: what times?15:12
kgriffsI think one of the times should be 2100 UTC - that should work for NZ and AU15:14
kgriffsactually... hmmm15:14
*** ametts has quit IRC15:17
kgriffsyeah, I think 2100 is a pretty good bet15:18
maliniok..Let's try tht out15:18
kgriffs9am in NZ, 11pm in Italy, 5pm EDT right?15:19
maliniyes15:21
malinijust a warning -you might get some opinions from my 2 yr old15:22
kgriffsheh15:22
kgriffsok15:22
kgriffsI will send an email15:23
prashanthr_good morning all :)15:25
kgriffsmalini: by the way, any progress on this bug? https://bugs.launchpad.net/marconi/+bug/132811115:25
kgriffsprashanthr_: o/15:25
prashanthr_kgriffs: Can you have a look at this https://review.openstack.org/#/c/97178/9 whenever you are free ?15:25
malinikgriffs: no, I didn't get a chance to work on tht yet15:26
maliniI will unassign myself, till I am ready to pick it up15:26
kgriffsok. can you also move it to juno-3 ?15:27
kgriffsprashanthr_: yep15:28
prashanthr_malini: thanks for the review :)15:30
maliniprashanthr_: you are welcome..Sorry it took so long15:31
prashanthr_malini: No problems at all !15:31
kgriffsWAH?! where did my patch go? did it get merged?15:33
* kgriffs does a little dance15:33
*** sriram has quit IRC15:45
*** sriram has joined #openstack-marconi15:46
*** prashanthr_ has quit IRC15:49
*** whenry has joined #openstack-marconi15:53
*** abettadapur has quit IRC16:11
*** abettadapur has joined #openstack-marconi16:42
*** tonytan4ever has quit IRC16:46
*** whenry has quit IRC17:27
*** itisit has joined #openstack-marconi17:31
*** sriram has quit IRC17:32
*** chandankumar has quit IRC17:34
*** sriram1 has joined #openstack-marconi17:35
* peoplemerge is in the office now17:37
*** ametts has joined #openstack-marconi17:49
*** cpallares has quit IRC17:50
*** cpallares has joined #openstack-marconi17:51
*** tonytan4ever has joined #openstack-marconi17:52
*** cpallares has quit IRC18:04
*** cpallares has joined #openstack-marconi18:17
*** celttechie has quit IRC18:23
*** whenry has joined #openstack-marconi18:29
openstackgerritKurt Griffiths proposed a change to openstack/marconi: API v1.1 - Encapsulate message post bodies in a JSON object  https://review.openstack.org/10879518:30
kgriffsflaper87, flwang: There are a few patches with a single +2 that need another pair of eyes on them18:34
*** balajiiyer has left #openstack-marconi18:34
*** jay-atl has quit IRC18:34
kgriffshttps://review.openstack.org/#/q/status:open+project:openstack/marconi,n,z18:34
kgriffsmalini: ^^18:34
kgriffsI will be looking at the redis patch right after lunch18:35
*** kgriffs is now known as kgriffs|afk18:37
*** malini has quit IRC18:40
*** amitgandhi has quit IRC18:42
*** sriram1 has quit IRC18:42
*** amitgandhi has joined #openstack-marconi18:42
*** sriram has joined #openstack-marconi18:42
*** whenry has quit IRC18:45
*** celttechie has joined #openstack-marconi18:49
*** shakamunyi has joined #openstack-marconi18:56
*** ametts has quit IRC18:59
*** Catherine has joined #openstack-marconi19:04
*** Catherine has quit IRC19:05
*** Catherine has joined #openstack-marconi19:05
*** Catherin_ has joined #openstack-marconi19:06
*** Catherine has quit IRC19:06
*** Catherin_ has quit IRC19:15
*** malini has joined #openstack-marconi19:18
*** malini has quit IRC19:20
*** malini has joined #openstack-marconi19:20
*** kgriffs|afk is now known as kgriffs19:22
* kgriffs rolls up sleeves and get reviewin'19:24
vkmchttps://www.youtube.com/watch?v=d65TtqGp-9Q19:32
vkmcykaplan \o/19:33
*** shakamunyi has quit IRC19:42
*** oz_akan has quit IRC19:59
kgriffsmalini: ping20:02
*** Catherine has joined #openstack-marconi20:12
*** alcabrera|afk is now known as alcabrera20:15
*** mpanetta has quit IRC20:15
*** mpanetta has joined #openstack-marconi20:16
*** sriram has quit IRC20:33
*** abettadapur has quit IRC20:37
peoplemergevkmc: nice20:37
vkmcpeoplemerge, o/20:38
*** amitgandhi has quit IRC20:59
*** amitgandhi has joined #openstack-marconi21:11
*** Catherine has left #openstack-marconi21:12
*** amitgand_ has joined #openstack-marconi21:13
*** amitgandhi has quit IRC21:16
*** mpanetta has quit IRC21:18
*** tonytan4ever has quit IRC21:21
*** Obulpathi has quit IRC21:22
*** balajiiyer has joined #openstack-marconi21:32
*** shakamunyi has joined #openstack-marconi21:32
*** balajiiyer has quit IRC21:34
*** balajiiyer has joined #openstack-marconi21:34
malinikgriffs: pong21:38
kgriffsmalini: ohai21:48
kgriffshey, so I was reviewing the redis patch21:49
kgriffsI was thinking we should have prashanth build up a list of dependent patches which includes all the tests. I would like to put a "WIP" block on the patch that is currently at the head of the dep. chain21:50
kgriffswe review them in turn, and then once everyone +2's them up to and including the tests, we can remove the WIP block and let everything merge21:50
malinitht is a good idea, as long as we block just the patch at the top of the dependency chain21:51
kgriffsyep.21:52
kgriffsI've heard of other projects using that strategy, and I thought it would be a good idea in this case. I just don't want to merge any more patches w/o tests21:52
maliniI am always ready for that :)21:52
kgriffsok, cool. first person to see prashanth next should let him know. I will also drop a comment on the "head" patch.21:53
kgriffssound like a plan?21:53
*** balajiiyer has left #openstack-marconi21:53
*** alcabrera is now known as alcabrera|afk21:54
maliniyeap!21:56
*** shakamunyi has quit IRC21:56
*** balajiiyer1 has joined #openstack-marconi21:56
kgriffscool, thanks21:57
kgriffs:)21:57
*** tongli has quit IRC21:59
*** rwsu has quit IRC22:02
*** itisit has quit IRC22:03
*** oz_akan has joined #openstack-marconi22:12
*** amitgand_ has quit IRC22:22
*** oz_akan has quit IRC22:24
*** oz_akan has joined #openstack-marconi22:24
peoplemergemalini: pdb ++ just got it to do what I wanted... from tests/unit/queues/transport/wsgi,22:45
peoplemergeMARCONI_TESTS_CONFIGS_DIR=/opt/stack/marconi/tests/etc /home/dave/.pyenv/versions/2.7.8/bin/nosetests -sv test_v1_1.py22:45
peoplemergewoot!22:45
*** cpallares has quit IRC22:54
*** malini|afk has quit IRC23:16
kgriffsif anyone is around, I'd love to get some eyes on this: https://review.openstack.org/#/c/108795/23:30
kgriffsflaper87, flwang, peoplemerge, malini, wpf: ^^^23:31
kgriffsI gotta run now... might be on later. Thanks!23:32
*** whenry has joined #openstack-marconi23:33
*** balajiiyer1 has quit IRC23:35
*** kgriffs is now known as kgriffs|afk23:42
malinipeoplemerge: yayy!! tht is good to know23:55
maliniI recently started using ipdb, which is pretty cool too23:56
maliniyou can just do tabs & it lists object attributes etc.23:56
maliniThe only catch is it doesn't play well with nose23:56

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