Tuesday, 2015-01-13

*** amitgandhinz has joined #openstack-zaqar00:09
*** amitgandhinz has quit IRC00:14
*** cpallares has joined #openstack-zaqar00:40
*** cpallares has quit IRC00:54
*** kgriffs is now known as kgriffs|afk00:55
*** cpallares has joined #openstack-zaqar00:59
*** cpallares has quit IRC01:13
*** achanda has joined #openstack-zaqar01:35
*** achanda has quit IRC01:47
*** achanda has joined #openstack-zaqar01:50
*** achanda has quit IRC01:51
*** amalagon has quit IRC02:00
*** kgriffs|afk is now known as kgriffs02:05
*** kgriffs is now known as kgriffs|afk02:15
*** jeffrey4l has joined #openstack-zaqar02:32
*** jeffrey4l has quit IRC02:45
openstackgerritFei Long Wang proposed openstack/zaqar: Implement mongodb driver for notifications  https://review.openstack.org/13979202:49
*** jeffrey4l has joined #openstack-zaqar02:58
openstackgerritFei Long Wang proposed openstack/zaqar-specs: Improve spec for notification API  https://review.openstack.org/14635403:22
openstackgerritFei Long Wang proposed openstack/zaqar: Implement mongodb driver for notifications  https://review.openstack.org/13979204:11
*** achanda has joined #openstack-zaqar04:32
*** achanda has quit IRC05:20
*** achanda has joined #openstack-zaqar05:35
*** jeffrey4l has quit IRC05:35
*** achanda has quit IRC05:37
*** JAHoagie has joined #openstack-zaqar07:41
*** JAHoagie has quit IRC07:47
*** JAHoagie has joined #openstack-zaqar07:50
*** JAHoagie has quit IRC07:51
*** exploreshaifali has joined #openstack-zaqar08:29
openstackgerritFlavio Percoco proposed openstack/zaqar: Fork v1_1 of the API into v2  https://review.openstack.org/14573909:18
flaper87flwang: ^09:19
*** flwang1 has joined #openstack-zaqar10:05
flwang1flaper87: ping10:10
flaper87flwang1: pong10:10
flaper87flwang1: I fixed the pep8 issue10:10
flwang1flaper87: ok, cool10:11
flwang1and pls review my notification mongo driver patch10:11
flwang1i'd like to get it in asap10:11
flwang1and then i can rebase my rest api patch based on your v2.0 patch10:11
flaper87flwang1: sure thing10:12
flwang1awesome10:14
flwang1i'm going to +2 for your v2 patch10:14
exploreshaifaliflaper87, mooooorning :)12:06
vkmcmorniiiiing12:08
exploreshaifalimorning vkmc :)12:09
flaper87goooooooooooooooooooooood morning12:09
vkmcexploreshaifali, flaper87 o/12:10
ekarlso-aloha12:10
vkmchow are youuuu :)12:10
vkmcekarlso- o/12:11
exploreshaifaliflaper87, my current task is *Move storage configs of QueueController into Control plane from Data Plane.*  so why can't we just move the queue_database and its details in Control Plane from dataplane12:11
exploreshaifaliflaper87, that is changing defination of function https://github.com/openstack/zaqar/blob/master/zaqar/storage/mongodb/driver.py#L14112:12
exploreshaifalisuch that it get queue_database details from control plane12:13
exploreshaifalivkmc, I have created a BP https://blueprints.launchpad.net/zaqar/+spec/split-data-and-control-plane12:14
flaper87exploreshaifali: that'd be simpler but it wouldn't be consistent12:14
flaper87we keep control things under the control controller12:14
exploreshaifaliflaper87, yea, that make sense :)12:15
flaper87and the abstraction we've built is suppose to take care of this separations12:15
flaper87:)12:15
vkmcexploreshaifali, +112:15
exploreshaifalivkmc, thanks, atm it is not complete but after making my current patch work, I will complete it :)12:16
vkmcexploreshaifali, no worries, it looks good12:17
exploreshaifali:D12:17
vkmcexploreshaifali, now, when uploading different patches for your project, you can commit those under bp/split-data-and-control-plane12:17
exploreshaifalivkmc, and what about past few patches which got merged?12:18
exploreshaifaliit is okay to leave them[[12:18
vkmcexploreshaifali, if you want, you can add them manually12:18
exploreshaifaliokay :)12:18
exploreshaifaliflaper87, so if you are not much busy, I need help in debugging, stuck at a place in between.... here is output pasted http://dpaste.com/0JSE0AD12:20
* vkmc peeks the paste12:21
vkmcexploreshaifali, what do you think is going on there?12:21
exploreshaifalivkmc, about the first error-- MisMatchError I have no clue12:22
exploreshaifalibut can think of a bit for later ones12:22
exploreshaifalisecond error *NoSuchOptError: no such option in group drivers:management_store:mongodb: partitions*12:22
exploreshaifaliit may be due to the addition of message_controller attribute in controlDrive12:23
exploreshaifaliI have added attribute https://github.com/openstack/zaqar/blob/master/zaqar/storage/mongodb/driver.py#L178 in ControlDrive also12:24
exploreshaifalias previous error said "ControlDrive have no attribute message_controller"12:24
vkmcok... so, the first one12:26
vkmcwe should look into those tests and see what they are doing12:28
exploreshaifalivkmc, yes yes12:29
vkmcbeing able to use pdb would ease this a lot :|12:30
exploreshaifalivkmc, btw this is the latest error past http://dpaste.com/3NB9GZ7, sorry for inconvenience12:30
vkmchttps://github.com/openstack/zaqar/blob/master/tests/functional/wsgi/v1_1/test_queues.py#L260-L27712:30
exploreshaifalihahaha pdb.... no worries :)12:30
vkmcwell in that new paste12:31
vkmcyou can see the mismatch in several other tests12:32
exploreshaifaliyes :|12:33
exploreshaifalivkmc, one thing which I did, and think is wrong -- for creating ControlDrive object we need a conf and cache variables12:35
exploreshaifaliright.... as they are in their init method()12:35
exploreshaifaliso while creating its object, I passed Datariver's conf and cache12:35
exploreshaifalithat could be worng12:36
exploreshaifalivkmc, https://review.openstack.org/#/c/144340/3/zaqar/storage/mongodb/driver.py12:37
exploreshaifaliat line 175 in my changes12:37
exploreshaifaliwhile creating ControlDriver object, I have passed DataDriver's conf and cache12:38
exploreshaifaliit is wrong?12:38
* vkmc checks12:40
vkmcso.. it seems right12:49
vkmcyou cannot instantiate controldriver otherwise12:50
vkmcexploreshaifali, the change in review is the last version?12:51
exploreshaifalivkmc, I have made few more changes12:52
exploreshaifalivkmc, do you want to me to submit a patch with current changes?12:53
exploreshaifalibetter to say - update the patch ;)12:53
vkmcthat sounds great :)12:54
exploreshaifaliokay, let me push it12:55
openstackgerritShaifali Agrawal proposed openstack/zaqar: Removing QueueController from data to control plane  https://review.openstack.org/14434013:05
exploreshaifalivkmc, ^13:06
exploreshaifalione good thing, after adding `get` attribute in sqlalchemy/driver.py I am getting verrrry less number of error, but all are assertions.13:10
vkmccool!13:14
vkmcyeah.. probably you will have to adjust several tests13:14
exploreshaifalibrb13:18
exploreshaifalidinner time :P13:19
*** exploreshaifali has quit IRC13:22
*** jchai has joined #openstack-zaqar13:45
*** achanda has joined #openstack-zaqar13:46
openstackgerritMerged openstack/zaqar: Fork v1_1 of the API into v2  https://review.openstack.org/14573913:59
vkmcflaper87, I cannot remember... which was the problem of enabling pooling in the gate? https://review.openstack.org/#/c/144416/14:10
*** JAHoagie has joined #openstack-zaqar14:15
* flaper87 just spent 1 hour and a half trying to remember a password14:16
vkmctried 1234?14:17
vkmcgummyb34rs?14:17
flaper87no no no, it's way harder than that14:18
flaper87it's 1234514:18
flaper87ops14:18
flaper87:P14:18
vkmcoh... darn, that is hard14:18
flaper87ok all good, I can relax now14:18
flaper87so, pools, gate14:18
* flaper87 tries to remember14:18
vkmcpools, gate, patches14:18
flaper87we found that issue with a patch in the client library14:19
vkmcyeah14:19
flaper87we need to configure devstack to create pools automagically14:19
flaper87as in, create a default pool and stuff14:19
flaper87I believe that was the issue14:19
vkmcyeah14:19
vkmcsetting pooling = True won't work then14:21
vkmcI remember we tried that... if pooling is activated and there is no pool, then it breaks14:21
vkmcI'm reviewing this patch set https://review.openstack.org/#/c/141356/14:21
vkmcit has been in the queue for a while now14:21
*** openstackgerrit has quit IRC14:22
*** openstackgerrit has joined #openstack-zaqar14:23
flaper87vkmc: yeah, I need to get to that one. Although, I'd like to give more priority to flwang's patch now14:35
flaper87the mongodb impl for notifications14:36
*** mpanetta has joined #openstack-zaqar14:36
vkmcsure thing14:36
vkmcI reviewed it yesterday, it looks good14:37
*** jasondotstar has joined #openstack-zaqar14:42
*** csoukup has joined #openstack-zaqar14:47
*** ametts has joined #openstack-zaqar14:48
*** pcaruana|off| is now known as pcaruana14:51
*** mpanetta has quit IRC14:52
*** kgriffs|afk is now known as kgriffs14:55
*** achanda has quit IRC14:56
*** boris-42 has quit IRC15:03
*** JAHoagie has quit IRC15:06
*** mpanetta has joined #openstack-zaqar15:08
*** jchai has quit IRC15:10
*** jchai has joined #openstack-zaqar15:11
*** kgriffs has quit IRC15:40
*** kgriffs has joined #openstack-zaqar15:42
*** JAHoagie has joined #openstack-zaqar16:11
*** jasondotstar has quit IRC16:12
*** exploreshaifali has joined #openstack-zaqar16:53
*** amalagon has joined #openstack-zaqar17:00
*** boris-42 has joined #openstack-zaqar17:12
*** jasondotstar has joined #openstack-zaqar17:28
*** kgriffs is now known as kgriffs|afk18:00
* vkmc lurks18:42
* kragniz berserks18:46
*** kgriffs|afk is now known as kgriffs18:48
*** flwang1 has quit IRC18:48
* exploreshaifali feeling sleepy 18:48
*** mpanetta has quit IRC19:01
*** flwang1 has joined #openstack-zaqar19:14
*** flwang1 has quit IRC19:18
*** achanda has joined #openstack-zaqar19:25
*** exploreshaifali has quit IRC19:51
vkmcflaper87, around?19:52
*** achanda has quit IRC19:52
flaper87vkmc: yes19:53
flaper87or19:53
flaper87.... yeeeeeeeessss ?19:54
vkmchahaha19:54
vkmcI like the first one19:55
*** achanda has joined #openstack-zaqar19:55
vkmcone little question19:55
vkmchow do you use pbr in Zaqar's tests?19:55
*** reed has quit IRC19:56
*** ametts has quit IRC19:57
vkmcflaper87, ^19:58
flaper87mmh20:04
flaper87what do you mean?20:04
vkmclike... I want to put a breakpoint in one of the tests we have20:04
vkmcrun the tests20:04
vkmcand get the promtp20:04
vkmcprompt*20:04
*** reed has joined #openstack-zaqar20:04
*** reed has quit IRC20:04
*** reed has joined #openstack-zaqar20:04
*** flwang1 has joined #openstack-zaqar20:04
*** amitgandhinz has joined #openstack-zaqar20:05
flaper87vkmc: in that case you mean pdb, not pbr20:08
flaper87:P20:08
flaper87vkmc: there's a way to not capture stdout (you have to set an env var). However, I prefer to just use nose for this cases20:08
vkmcaaaaaaaaah >.<20:08
flaper87put the breakpoint and then just20:08
vkmcyes I meant that20:08
flaper87$ nosetest -s test.blah.blha:BLAHABLAHASDFJASORJWEA20:09
vkmcwill try that20:09
vkmcthis method used to work before, not sure what changed https://wiki.openstack.org/wiki/Testr#Debugging_.28pdb.29_Tests20:09
flaper87no idea20:10
flaper87:(20:10
flaper87nosetests is way simpler for this case20:10
vkmck k20:10
*** amalagon has quit IRC20:10
vkmcthanks :)20:10
* vkmc sends gummybears to flaper87 20:11
*** achanda has quit IRC20:16
*** jchai is now known as jchai_afk20:27
*** achanda has joined #openstack-zaqar20:30
*** jchai_afk is now known as jchai20:32
*** boris-42 has quit IRC20:43
*** amitgandhinz has quit IRC20:54
*** achanda has quit IRC21:03
*** achanda has joined #openstack-zaqar21:08
*** achanda has quit IRC21:12
*** nakul_cpani has joined #openstack-zaqar21:12
vkmcflaper87, btw... nose doesn't stop at the breakpoint either21:19
*** amalagon has joined #openstack-zaqar21:21
*** amalagon has quit IRC21:25
flaper87vkmc: wait what ?21:28
flaper87it does21:28
flaper87nosetests -s21:28
flaper87(if you don't put -s it captures the stdout)21:28
flaper87and if it is not stopping then you're setting your breakpoint in the wrong place21:29
flaper87:P21:29
vkmcyeah.. I'm doing that21:29
vkmchmm I'm putting the breakpoint before an assertion21:29
flaper87which one?21:29
flaper87both ?21:29
flaper87:P21:29
flaper87:P21:29
vkmcnosetests -s test_claims.py21:29
vkmcshould I call with the test name?21:30
flaper87does that actually run the command ?21:30
vkmcyep21:30
flaper87nosetests -s tests.unit.transport.whatever21:30
flaper87mmh21:30
flaper87it should stop21:30
flaper87can I see the code?21:30
flaper87erm, that's weird21:30
vkmcI'm trying to help exploreshaifali debug the assertion errors she is getting21:30
vkmcso... the code is https://review.openstack.org/#/c/144340/321:31
*** nakul_cpani has quit IRC21:32
*** wpf has quit IRC21:32
*** JAHoagie has quit IRC21:32
*** jchai has quit IRC21:32
*** kragniz has quit IRC21:32
vkmcno worries, I'll figure out... I'm probably doing something wrong21:33
*** kragniz has joined #openstack-zaqar21:34
*** wpf has joined #openstack-zaqar21:34
*** jchai has joined #openstack-zaqar21:34
*** JAHoagie has joined #openstack-zaqar21:34
*** nakul_cpani has joined #openstack-zaqar21:34
*** jasondotstar has quit IRC21:36
*** jasondotstar has joined #openstack-zaqar21:37
*** AAzza has quit IRC21:38
*** ekarlso- has quit IRC21:38
*** kgriffs is now known as kgriffs|afk21:39
*** flaper87 has quit IRC21:39
*** flaper87 has joined #openstack-zaqar21:39
*** vkmc has quit IRC21:40
*** vkmc has joined #openstack-zaqar21:40
*** AAzza has joined #openstack-zaqar21:40
*** ekarlso- has joined #openstack-zaqar21:40
*** achanda has joined #openstack-zaqar21:41
*** vkmc has quit IRC21:43
*** vkmc has joined #openstack-zaqar21:43
*** achanda has quit IRC21:44
*** openstackgerrit has quit IRC21:44
*** dguerri_ has quit IRC21:44
*** jdaggett_ has quit IRC21:44
*** notmyname has quit IRC21:44
*** vipul has quit IRC21:44
*** tmu has quit IRC21:44
*** vkmc has quit IRC21:44
*** AAzza has quit IRC21:44
*** ekarlso- has quit IRC21:45
*** jasondotstar has quit IRC21:45
*** nakul_cpani has quit IRC21:45
*** wpf has quit IRC21:45
*** JAHoagie has quit IRC21:45
*** jchai has quit IRC21:45
*** kragniz has quit IRC21:45
*** kgriffs|afk has quit IRC21:45
*** csoukup has quit IRC21:46
*** pcaruana has quit IRC21:46
*** dmitryme has quit IRC21:46
*** sebasmagri has quit IRC21:46
*** reed has quit IRC21:46
*** fifieldt__ has quit IRC21:46
*** flaper87 has quit IRC21:46
*** openstack has joined #openstack-zaqar21:47
*** vkmc has joined #openstack-zaqar21:50
*** ekarlso- has joined #openstack-zaqar21:50
*** AAzza has joined #openstack-zaqar21:50
*** jasondotstar has joined #openstack-zaqar21:50
*** nakul_cpani has joined #openstack-zaqar21:50
*** JAHoagie has joined #openstack-zaqar21:50
*** wpf has joined #openstack-zaqar21:50
*** kragniz has joined #openstack-zaqar21:50
*** reed has joined #openstack-zaqar21:50
*** kgriffs|afk has joined #openstack-zaqar21:50
*** csoukup has joined #openstack-zaqar21:50
*** jdaggett_ has joined #openstack-zaqar21:50
*** fifieldt__ has joined #openstack-zaqar21:50
*** pcaruana has joined #openstack-zaqar21:50
*** notmyname has joined #openstack-zaqar21:50
*** vipul has joined #openstack-zaqar21:50
*** flaper87 has joined #openstack-zaqar21:50
*** dmitryme has joined #openstack-zaqar21:50
*** tmu has joined #openstack-zaqar21:50
*** sebasmagri has joined #openstack-zaqar21:50
*** zhiyan has quit IRC21:52
*** zhiyan has joined #openstack-zaqar21:52
*** kgriffs|afk has quit IRC21:53
*** csoukup has quit IRC21:53
*** pcaruana has quit IRC21:53
*** kgriffs|afk has joined #openstack-zaqar21:54
*** csoukup has joined #openstack-zaqar21:54
*** pcaruana has joined #openstack-zaqar21:54
*** dmitryme has quit IRC21:54
*** sebasmagri has quit IRC21:54
*** dmitryme has joined #openstack-zaqar21:54
*** sebasmagri has joined #openstack-zaqar21:54
*** achanda_ has joined #openstack-zaqar21:54
*** reed has quit IRC21:54
*** fifieldt__ has quit IRC21:54
*** flaper87 has quit IRC21:55
*** achanda has joined #openstack-zaqar21:55
*** openstackgerrit has joined #openstack-zaqar21:55
*** dguerri_ has joined #openstack-zaqar21:55
*** dguerri_ has quit IRC21:55
*** achanda has quit IRC21:55
*** dguerri has joined #openstack-zaqar21:55
*** JAHoagie has quit IRC21:55
*** nakul_cpani has left #openstack-zaqar21:57
*** kgriffs|afk is now known as kgriffs21:58
*** reed has joined #openstack-zaqar21:59
*** fifieldt__ has joined #openstack-zaqar21:59
*** flaper87 has joined #openstack-zaqar21:59
*** kgriffs is now known as kgriffs|afk22:00
*** jdaggett_ has quit IRC22:02
*** notmyname has quit IRC22:02
*** vipul has quit IRC22:02
*** tmu has quit IRC22:02
*** reed has quit IRC22:02
*** fifieldt__ has quit IRC22:02
*** flaper87 has quit IRC22:02
*** dmitryme has quit IRC22:02
*** sebasmagri has quit IRC22:02
*** kgriffs|afk has quit IRC22:03
*** csoukup has quit IRC22:03
*** pcaruana has quit IRC22:03
*** dguerri has quit IRC22:03
*** openstackgerrit has quit IRC22:03
*** vkmc has quit IRC22:03
*** achanda_ has quit IRC22:04
*** AAzza has quit IRC22:04
*** ekarlso- has quit IRC22:04
*** jasondotstar has quit IRC22:04
*** wpf has quit IRC22:04
*** kragniz has quit IRC22:05
*** JAHoagie has joined #openstack-zaqar22:07
*** flaper87 has joined #openstack-zaqar22:07
*** fifieldt__ has joined #openstack-zaqar22:07
*** reed has joined #openstack-zaqar22:07
*** dguerri has joined #openstack-zaqar22:07
*** openstackgerrit has joined #openstack-zaqar22:07
*** achanda_ has joined #openstack-zaqar22:07
*** sebasmagri has joined #openstack-zaqar22:07
*** dmitryme has joined #openstack-zaqar22:07
*** pcaruana has joined #openstack-zaqar22:07
*** csoukup has joined #openstack-zaqar22:07
*** kgriffs|afk has joined #openstack-zaqar22:07
*** vkmc has joined #openstack-zaqar22:07
*** ekarlso- has joined #openstack-zaqar22:07
*** AAzza has joined #openstack-zaqar22:07
*** jasondotstar has joined #openstack-zaqar22:07
*** wpf has joined #openstack-zaqar22:07
*** kragniz has joined #openstack-zaqar22:07
*** jdaggett_ has joined #openstack-zaqar22:07
*** notmyname has joined #openstack-zaqar22:07
*** vipul has joined #openstack-zaqar22:07
*** tmu has joined #openstack-zaqar22:07
*** kgriffs|afk is now known as kgriffs22:15
*** kgriffs is now known as kgriffs|afk22:16
*** kgriffs|afk is now known as kgriffs22:24
*** amalagon has joined #openstack-zaqar22:38
*** achanda_ has quit IRC22:51
*** achanda has joined #openstack-zaqar22:59
*** csoukup has quit IRC23:02
*** echevemaster has joined #openstack-zaqar23:08
*** kgriffs is now known as kgriffs|afk23:12
*** reed has quit IRC23:22
*** kgriffs|afk is now known as kgriffs23:36
*** zhiyan has quit IRC23:40

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