Thursday, 2015-03-12

*** kgriffs is now known as kgriffs|afk00:06
*** flwang has quit IRC00:11
*** flwang has joined #openstack-zaqar00:11
*** boris-42 has joined #openstack-zaqar00:15
vkmcflaper87, ping00:22
vkmckgriffs|afk, hi hi hi :)00:22
flaper87vkmc: pong00:23
vkmcflaper87, when is the freeze... exactly_00:25
vkmc?00:25
flaper87vkmc: tomorrow? But honestly, we'll kind of skip it.00:28
flaper87As in, we'll have exceptions for both, websocket and notifications00:28
vkmck k00:28
vkmcwould you be around to review websockets/notifications?00:29
vkmcso we push them forward asap00:29
flaper87yes, I'll be afk for ~2hs but then back00:29
flaper87in 30mins, that is00:29
vkmcits fine00:29
vkmcflaper87, did you see this? https://www.drupal.org/project/marconi00:37
flaper87o.000:38
flaper87WHAT ?00:38
flaper87holy crap00:38
vkmchaha00:38
flaper87that's soooo exiting00:38
vkmcthere is a recent update00:39
vkmcthat is what it caught my attention, mostly00:39
vkmc29 jan 201500:39
openstackgerritVictoria Martínez de la Cruz proposed openstack/zaqar: Update json schema for API v1_1  https://review.openstack.org/14841400:46
*** csoukup has quit IRC00:47
cpallaresvkmc: Why is it called Marconi?00:51
cpallaresvkmc: Ah I see, it's forked :P00:52
vkmccpallares, yep :)00:52
cpallaresThat means, it's been forked since it was called Marconi.00:52
cpallaresThat's cool :D00:52
vkmcexactly00:52
vkmcthey are probably waiting for the new kewl features00:53
* vkmc tries to think how the tests for websocket should look like00:54
*** sriram has quit IRC00:54
*** flwang has quit IRC00:54
*** sriram has joined #openstack-zaqar01:05
*** flwang has joined #openstack-zaqar01:07
*** akanksha has quit IRC01:47
*** cpallares has quit IRC01:57
*** chandankumar has joined #openstack-zaqar02:39
*** achanda has quit IRC02:42
openstackgerritVictoria Martínez de la Cruz proposed openstack/zaqar: Update json schema for API v1_1  https://review.openstack.org/14841402:52
*** echevemaster has quit IRC02:53
*** amalagon has joined #openstack-zaqar03:13
vkmcflaper87, flaper87, flaper8703:15
*** flwang has quit IRC03:19
*** chandankumar has quit IRC03:30
*** sriram has quit IRC03:32
*** chandankumar has joined #openstack-zaqar03:48
*** chandankumar has quit IRC04:00
*** chandankumar has joined #openstack-zaqar04:13
*** chandankumar has quit IRC04:24
*** achanda has joined #openstack-zaqar04:31
*** achanda has quit IRC05:04
*** chandankumar has joined #openstack-zaqar05:20
*** achanda has joined #openstack-zaqar05:28
*** reed has quit IRC05:30
*** chandankumar has quit IRC05:36
*** chandankumar has joined #openstack-zaqar05:41
*** chandankumar has quit IRC05:52
*** chandankumar has joined #openstack-zaqar06:34
*** akanksha has joined #openstack-zaqar06:43
*** exploreshaifali has joined #openstack-zaqar07:08
*** achanda has quit IRC07:11
*** achanda has joined #openstack-zaqar07:24
*** achanda has quit IRC07:44
*** akanksha has quit IRC10:17
*** exploreshaifali has quit IRC10:56
*** chandankumar has quit IRC11:09
*** chandankumar has joined #openstack-zaqar11:16
*** exploreshaifali has joined #openstack-zaqar11:41
rsFFhi vkmc, i noticed that you changed back to in progress, could you tell me what is the normal flow?12:41
vkmcrsFF, hi there! sure12:41
vkmcrsFF, now your patch is under review12:41
vkmcrsFF, when it gets merged, it will be changed automatically12:42
vkmcsame thing happens when you set the 'In progress' status12:42
vkmcits set automatically by Gerrit when you submit a fix12:42
rsFFhummm, okay12:43
vkmcI'll review soon :)12:43
vkmcflaper87, have a moment for a few design decisions?12:45
flaper87vkmc: yes, Mam.12:45
vkmcflaper87, :) so, I'm working on the unit tests for the websockets driver, only for the queue API for now12:46
vkmcflaper87, in websockets, when we do a request, then we get a response that is plain text12:47
vkmcflaper87, we don't have status codes like in WSGI12:47
vkmcwouldn't it be a good idea to add some kind of status codes? otherwise, we would be comparing strings for 'it worked' and 'it didn't work'12:47
vkmcseems error prone12:47
*** vipul has quit IRC12:48
*** vipul has joined #openstack-zaqar12:48
flaper87mmh, yes. TBH, I thought we were already going to adopt this status codes. :D12:50
*** kgriffs|afk is now known as kgriffs12:50
vkmcflaper87, cool, I'll add a field then12:51
vkmcflaper87, also, we haver never discussed compatibility12:55
vkmcwith WSGI12:56
vkmcI think I covered it, but I might be missing something12:56
flaper87vkmc: mmh, shoot. What are your concerns?12:56
vkmchaving two clients, one through wsgi and one through websockets12:57
vkmcgiven that messages are being stored in the backend in a standard way, it should be fine12:58
vkmcbut I haven't tested that, ya know :)12:58
*** cpallares has joined #openstack-zaqar13:07
*** cpallares has quit IRC13:08
*** sriram has joined #openstack-zaqar13:15
*** mpanetta has joined #openstack-zaqar13:28
*** dynarro has joined #openstack-zaqar13:28
*** mpanetta has quit IRC13:44
*** mpanetta has joined #openstack-zaqar13:44
*** cpallares has joined #openstack-zaqar14:01
*** chandankumar has quit IRC14:09
*** akanksha has joined #openstack-zaqar14:28
*** csoukup has joined #openstack-zaqar14:31
*** achanda has joined #openstack-zaqar14:36
*** achanda has quit IRC14:44
*** chandankumar has joined #openstack-zaqar14:50
*** amitgandhinz has joined #openstack-zaqar15:00
*** dynarro has quit IRC15:00
*** chandankumar has quit IRC15:12
*** chandankumar has joined #openstack-zaqar15:25
*** chandankumar has quit IRC15:33
openstackgerritDavid Vossel proposed openstack/zaqar: Clean up inconsistent if statement syntax in transport auth  https://review.openstack.org/16387515:33
*** reed has joined #openstack-zaqar15:34
*** exploreshaifali has quit IRC15:41
*** flwang has joined #openstack-zaqar15:42
*** flwang has quit IRC15:44
*** amitgandhinz has quit IRC15:47
*** amitgandhinz has joined #openstack-zaqar15:51
*** amitgandhinz has quit IRC15:56
*** chandankumar has joined #openstack-zaqar16:11
*** dynarro has joined #openstack-zaqar16:22
*** chandankumar has quit IRC16:38
*** dynarro has quit IRC16:53
*** kgriffs is now known as kgriffs|afk16:56
*** chandankumar has joined #openstack-zaqar17:08
*** achanda has joined #openstack-zaqar17:32
*** kgriffs|afk is now known as kgriffs17:33
*** amitgandhinz has joined #openstack-zaqar17:38
*** kgriffs is now known as kgriffs|afk17:46
*** exploreshaifali has joined #openstack-zaqar17:55
*** sriram has quit IRC18:03
*** sriram has joined #openstack-zaqar18:03
* vkmc lurks18:07
vkmcakanksha, how are you doing?18:07
akankshaI am just trying to look into the redis uuid validation bug18:08
akankshaHi vkmc18:08
vkmck18:08
vkmc:)18:08
akankshaUmm i had a doubt.18:09
akankshavkmc, Since I need to write a decorator UUID validation acc. to kgriffs, Should I place it in the zaqar.common.decorators file18:10
akanksha?18:10
vkmcakanksha, that sounds correct!18:10
akankshaThats the patter I noticed in general.18:10
akanksha*pattern18:10
akankshavkmc, I also am not sure about how to test my changes18:11
akankshavkmc, so lets say once I write the decorator and wrap it around the fuctions that need it, how will I test whether it is working correctly?18:12
akankshaCan you help me out?18:12
*** achanda has quit IRC18:17
*** achanda has joined #openstack-zaqar18:23
*** achanda has quit IRC18:23
*** achanda has joined #openstack-zaqar18:24
exploreshaifaliakanksha, once you make all the changes you need first try to start the zaqar server again18:31
exploreshaifaliusing *zaqar-server -v -d*18:31
exploreshaifaliif it starts that means you are on safe side18:32
exploreshaifalithen what I do to check tests locally - *tox -epy27*18:32
exploreshaifaliit will give result of all tests cases18:36
exploreshaifaliif needed fix those who fail18:36
akankshahmm18:36
akankshathanks exploreshaifali :)18:37
exploreshaifaliakanksha, np at all :)18:37
akankshaexploreshaifali, where are the tests located?18:38
exploreshaifaliakanksha, zaqa have two level of testing one is at https://github.com/openstack/zaqar/tree/master/zaqar/tests18:39
exploreshaifalianother one is at https://github.com/openstack/zaqar/tree/master/tests18:39
exploreshaifalifor mote about zaqar tests read http://www.flaper87.com/post/test-concepts-and-python/18:41
akankshaOh okay thanks a lot for those links exploreshaifali :). I want to fix this bug soon and submit a patch. I think I am way behind schedule. I want to apply for outreachy but I am not sure whether I will be able to manage it.18:42
exploreshaifaliakanksha, surely you will able to manage it18:43
exploreshaifalirelax18:43
exploreshaifalijust keep working.... things will work only if you will work :)18:43
akankshaYeah. Once I get this bug done, after that I'll think about applications :)18:43
vkmcakanksha, you can do it :)18:44
exploreshaifaliakanksha, make sure to get reviews for application from mentor before you submit it!18:45
*** chandankumar has quit IRC19:19
akankshaOkay :)19:22
akankshaThanks for the encouragement vkmc and exploreshaifali. Means a lot to me. :)19:23
exploreshaifaliakanksha, keep it up!19:23
*** chandankumar has joined #openstack-zaqar19:33
*** openstackgerrit has quit IRC19:40
*** openstackgerrit has joined #openstack-zaqar19:40
*** chandankumar has quit IRC19:45
*** exploreshaifali has quit IRC20:02
*** exploreshaifali has joined #openstack-zaqar20:05
*** chandankumar has joined #openstack-zaqar20:16
*** exploreshaifali has quit IRC20:39
*** chandankumar has quit IRC20:49
*** mpanetta has quit IRC21:17
*** exploreshaifali has joined #openstack-zaqar21:26
flaper87exploreshaifali: hey21:31
flaper87:)21:31
flaper87how are you doing?21:31
flaper87how's your patch going?21:31
exploreshaifaliflaper87, it is still giving mannnny errors21:32
exploreshaifaliflaper87, most are assertion errors21:32
exploreshaifalilet me paste one of them21:32
flaper87exploreshaifali: :(21:32
exploreshaifaliflaper87, sorry!21:33
*** cpallares has quit IRC21:34
flaper87exploreshaifali: don't be sorry, what can I help you with?21:34
exploreshaifaliflaper87, http://paste.openstack.org/show/191955/21:34
exploreshaifalihttps://github.com/openstack/zaqar/blob/master/zaqar/transport/wsgi/v2_0/queues.py#L35 this queue_controller in argument does not have create method now21:37
exploreshaifaliso I am searching from where does this queue_controller comes from?21:38
flaper87exploreshaifali: mmh, I need to re-review your patch, not sure I follow.21:38
flaper87flwang1: around?21:38
flwang1flaper87: yes21:39
flwang1exploreshaifali: i have some question about your patch21:40
flwang1you said you're moving the queue controller from data to control, right?21:40
flaper87flwang1: do you have some mins to work with exploreshaifali on that patch? Since you both need it, it'd be nice if you could join forces21:40
exploreshaifaliyes21:40
exploreshaifaliflwang1, yes moving queueconroller from data to control plane21:41
flwang1exploreshaifali: but I saw you're just adding queue to control but didn't remove it from data21:43
exploreshaifaliflwang1, yes for now  I wnated to make the change work21:44
exploreshaifaliflwang1, once it work I will remove queue from datadriver21:44
flwang1exploreshaifali: but the jenkins gate is always failed, do you know why?21:44
flwang1does it work in your local env?21:44
exploreshaifalino it is not21:45
exploreshaifaliflwang1, http://paste.openstack.org/show/191955/ this is the error I am hitting right now21:45
exploreshaifali https://github.com/openstack/zaqar/blob/master/zaqar/transport/wsgi/v2_0/queues.py#L35 this queue_controller in argument does not have create method now21:46
exploreshaifalibut from where this queue_controller is coming?21:46
flwang1exploreshaifali: ok, if that's the case, I will download the patch and running it on my local env21:48
flwang1then would you mind me submitting patch set on your patch?21:49
exploreshaifaliflwang1, I won't mind, but I will be greatful to you more if you can guide me to work on this21:49
flwang1exploreshaifali: sure, but for now, I have no idea, i need to investigate before tell you more :)21:50
exploreshaifaliflwang1, yes yes, no issues at all :)21:50
exploreshaifaliflwang1, as of now 3 errors are coming21:51
exploreshaifaliflwang1, let me submit the latest changes21:51
exploreshaifaliflwang1, do you want me to remove queue from datadriver now in new patchset?21:51
flwang1exploreshaifali: it doesn't matter, I asked just because I need to understand what you're doing :)21:52
exploreshaifaliokay!21:52
openstackgerritShaifali Agrawal proposed openstack/zaqar: Removing QueueController from data to control plane  https://review.openstack.org/14434021:56
exploreshaifaliflwang1, ^21:56
flwang1exploreshaifali: cool, cheers22:00
exploreshaifali:D22:00
*** amitgandhinz has quit IRC22:07
*** kgriffs|afk is now known as kgriffs22:08
openstackgerritMerged openstack/zaqar: Clean up inconsistent if statement syntax in transport auth  https://review.openstack.org/16387522:34
*** csoukup has quit IRC22:35
*** sriram has quit IRC22:39
openstackgerritVictoria Martínez de la Cruz proposed openstack/zaqar: Adds message processing to WebSockets driver  https://review.openstack.org/14480322:42
openstackgerritVictoria Martínez de la Cruz proposed openstack/zaqar: Update json schema for API v1_1  https://review.openstack.org/14841422:42
openstackgerritVictoria Martínez de la Cruz proposed openstack/zaqar: Adds a status code field to the Response  https://review.openstack.org/16400722:42
openstackgerritVictoria Martínez de la Cruz proposed openstack/zaqar: Adds a representation for the Request and Response objects  https://review.openstack.org/16400822:42
*** achanda has quit IRC22:52
*** achanda has joined #openstack-zaqar22:53
*** achanda_ has joined #openstack-zaqar22:56
*** achanda_ has quit IRC22:56
*** achanda_ has joined #openstack-zaqar22:56
*** akanksha has quit IRC22:57
*** achanda has quit IRC22:57
*** kgriffs is now known as kgriffs|afk23:08
*** achanda has joined #openstack-zaqar23:08
*** achanda_ has quit IRC23:11
*** exploreshaifali has quit IRC23:21
*** achanda has quit IRC23:32
*** achanda has joined #openstack-zaqar23:32
*** reed has quit IRC23:55

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