| *** echevemaster has joined #openstack-zaqar | 00:10 | |
| *** reed_ has quit IRC | 00:10 | |
| *** miqui_ has joined #openstack-zaqar | 00:12 | |
| *** amalagon_ has quit IRC | 00:21 | |
| *** kgriffs is now known as kgriffs|afk | 00:21 | |
| *** achanda has joined #openstack-zaqar | 01:01 | |
| *** achanda has quit IRC | 01:01 | |
| *** achanda_ has quit IRC | 01:04 | |
| *** echevemaster has quit IRC | 01:30 | |
| *** boris-42 has quit IRC | 01:33 | |
| *** openstack has joined #openstack-zaqar | 01:35 | |
| *** echevemaster has joined #openstack-zaqar | 01:42 | |
| *** echevemaster has quit IRC | 01:50 | |
| *** malini has quit IRC | 02:01 | |
| *** malini has joined #openstack-zaqar | 02:02 | |
| *** malini has quit IRC | 02:08 | |
| *** malini has joined #openstack-zaqar | 02:09 | |
| *** malini1 has joined #openstack-zaqar | 02:11 | |
| *** malini has quit IRC | 02:14 | |
| *** echevemaster has joined #openstack-zaqar | 02:17 | |
| *** malini1 has quit IRC | 02:41 | |
| *** flwang1 has quit IRC | 03:02 | |
| *** flwang1 has joined #openstack-zaqar | 03:08 | |
| *** fifieldt__ has joined #openstack-zaqar | 04:16 | |
| *** malini has joined #openstack-zaqar | 04:21 | |
| *** malini has quit IRC | 04:25 | |
| *** boris-42 has joined #openstack-zaqar | 04:43 | |
| *** achanda has joined #openstack-zaqar | 04:44 | |
| *** achanda has quit IRC | 04:46 | |
| *** achanda has joined #openstack-zaqar | 04:57 | |
| *** achanda has quit IRC | 04:57 | |
| openstackgerrit | Fei Long Wang proposed openstack/zaqar: Add REST API for notification/subscriptions https://review.openstack.org/142432 | 05:16 |
|---|---|---|
| *** achanda has joined #openstack-zaqar | 05:19 | |
| *** echevemaster has quit IRC | 05:43 | |
| *** exploreshaifali has joined #openstack-zaqar | 05:45 | |
| *** achanda has quit IRC | 06:03 | |
| *** achanda has joined #openstack-zaqar | 06:05 | |
| *** achanda has quit IRC | 06:16 | |
| *** achanda has joined #openstack-zaqar | 06:23 | |
| *** achanda has quit IRC | 06:46 | |
| *** flaper87 has quit IRC | 07:19 | |
| *** flaper87 has joined #openstack-zaqar | 07:19 | |
| *** dynarro has joined #openstack-zaqar | 07:51 | |
| exploreshaifali | flaper87, gooooooooooooooood morning :) | 08:10 |
| flaper87 | exploreshaifali: goood morning | 08:12 |
| exploreshaifali | flaper87, I have checked in my local environment, I am able to claim messages with all the changes I made in code | 08:13 |
| exploreshaifali | yet getting claim_test assertion error | 08:13 |
| exploreshaifali | this line giveing error https://github.com/openstack/zaqar/blob/master/tests/functional/wsgi/v1/test_claims.py#L51 | 08:13 |
| exploreshaifali | any thoughts? | 08:14 |
| flaper87 | exploreshaifali: erm, what's the exact error? When exactly are you getting the asserition? :) | 08:15 |
| flaper87 | exploreshaifali: when reporting an error or asking for help, it's extremely important to give as much information as possible | 08:15 |
| flaper87 | to help the other part understand the context of your problem | 08:15 |
| exploreshaifali | http://logs.openstack.org/40/144340/4/check/gate-zaqar-python27/c4c5c40/console.html | 08:15 |
| flaper87 | and therefore, hopefully, find a solution | 08:15 |
| exploreshaifali | the first error in the consol | 08:16 |
| exploreshaifali | is MismatchError: 404 != 201 for tests/functional/wsgi/v1/test_claims.py", line 52, in setUp | 08:16 |
| exploreshaifali | right | 08:16 |
| exploreshaifali | this means that I should not be able to claim messages | 08:17 |
| exploreshaifali | but when I tryed to claim message, I am able to do it | 08:18 |
| exploreshaifali | flaper87, ^ | 08:20 |
| exploreshaifali | so does it mean that I need to make some changes in test case? | 08:22 |
| flaper87 | no no, no changes in the test case | 08:25 |
| flaper87 | lets try to figure out what's going on | 08:25 |
| flaper87 | does that happen just on your change? | 08:25 |
| flaper87 | exploreshaifali: so, you're getting 404 | 08:29 |
| flaper87 | that means one of the resources is not being found | 08:29 |
| exploreshaifali | flaper87, yes | 08:29 |
| flaper87 | since your patch changes queue's code, it's likely something wrong with the queue's controller | 08:29 |
| flaper87 | is the latest version of your patch on gerrit? | 08:30 |
| exploreshaifali | flaper87, yes, gerrit have latest version | 08:30 |
| flaper87 | exploreshaifali: https://review.openstack.org/#/c/144340/4/zaqar/storage/redis/driver.py,cm | 08:40 |
| flaper87 | why did you move the message_controller under the ControlDriver ? | 08:41 |
| exploreshaifali | flaper87, yes, that is because while testing with tox, I got error messages that said -- "ControlDrive have no attribute message_controller" | 08:42 |
| flaper87 | exploreshaifali: sure, but I think you need to fix that elsewhere. That's probably one of the reasons you're getting this error | 08:43 |
| flaper87 | or not | 08:43 |
| flaper87 | message_controller is just used for deletes | 08:43 |
| flaper87 | anyway, it should not be in control driver | 08:44 |
| exploreshaifali | okay | 08:44 |
| exploreshaifali | flaper87, message controller is also used for posting messages | 08:46 |
| flaper87 | exploreshaifali: yeah, I meant to say: "within the queue controller, the message controller is just used for deleting messages" | 08:48 |
| exploreshaifali | flaper87, ok,so I probably need to play with queue controller code rather than putting message_controller in ControlDrive? | 08:50 |
| flaper87 | exploreshaifali: exactly | 08:50 |
| flaper87 | now, I doubt that's the root of your current issues | 08:51 |
| * flaper87 still looking at it | 08:51 | |
| exploreshaifali | okay :) | 08:51 |
| flaper87 | I think I know what's going on | 08:53 |
| flaper87 | first: I think we should remove queues_controller from the data driver, completely | 08:53 |
| flaper87 | instead, we could pass a instance of the control_dirver to it | 08:54 |
| flaper87 | which probably makes more sense | 08:54 |
| flaper87 | I'm afraid you may be using 2 different insnces of the queues controller, therefore the queues are being created in 2 different dbs | 08:55 |
| flaper87 | lets unify this and see what happens | 08:55 |
| flaper87 | exploreshaifali: does ^ make sense ? | 08:55 |
| exploreshaifali | flaper87, okay | 08:57 |
| exploreshaifali | so lets get rid of queue_controller from DataDriver completely | 08:57 |
| *** dynarro has quit IRC | 10:11 | |
| flwang1 | flaper87: ping | 10:14 |
| flaper87 | flwang1: pong | 10:18 |
| flwang1 | do you have a few mins to discuss the notification sending? | 10:19 |
| *** amalagon has joined #openstack-zaqar | 10:27 | |
| *** dynarro has joined #openstack-zaqar | 12:00 | |
| *** dynarro has quit IRC | 12:04 | |
| *** exploreshaifali has quit IRC | 12:13 | |
| vkmc | morning | 12:37 |
| kragniz | vkmc: morning! | 12:52 |
| vkmc | :) all good? | 12:54 |
| kragniz | :D | 12:55 |
| kragniz | it is | 12:55 |
| kragniz | you? | 12:55 |
| vkmc | it could be better... my head is exploding >.> | 12:55 |
| kragniz | that's sad | 12:55 |
| vkmc | but good anyways | 12:56 |
| kragniz | exploding with what? | 12:56 |
| vkmc | headache | 12:56 |
| kragniz | :( | 12:56 |
| vkmc | and ibuprofen will solve all my problems | 12:58 |
| *** dynarro has joined #openstack-zaqar | 13:01 | |
| kragniz | vkmc: hehe | 13:03 |
| vkmc | dynarro, hi there! how is that python going? | 13:04 |
| dynarro | vkmc: hi! it's great! | 13:06 |
| *** exploreshaifali has joined #openstack-zaqar | 13:06 | |
| dynarro | vkmc: it's really well organized | 13:07 |
| vkmc | dynarro, yeah, its a cool programming language | 13:09 |
| vkmc | dynarro, I hope you never have to deal with php, java or javascript | 13:09 |
| vkmc | dynarro, if that happens though, let me know | 13:09 |
| ekarlso | vkmc: js is not that bad if it's ES6 | 13:10 |
| ekarlso | vs std js | 13:10 |
| dynarro | vkmc: I have to say it is giving me a lot to do ;) | 13:10 |
| vkmc | we can rant together | 13:11 |
| dynarro | vkmc: well, let's start with python and then we'll see =) | 13:12 |
| vkmc | ekarlso, huh that's good to know, I will have to try it | 13:12 |
| ekarlso | vkmc: also for webapps such as angular you can use traceur to compile ES6 > ES5 | 13:13 |
| dynarro | vkmc: I have to ask you something, though. I would like to apply to the OPW...if I had questions about the application process, could I ask you? | 13:23 |
| exploreshaifali | moooooorning vkmc dynarro kragniz ekarlso :) | 13:24 |
| kragniz | exploreshaifali: \o/ | 13:24 |
| vkmc | morning exploreshaifali :D | 13:24 |
| exploreshaifali | what's going on? | 13:25 |
| dynarro | mooorning exploreshaifali | 13:25 |
| exploreshaifali | vkmc, I also don't like php :| | 13:26 |
| *** dynarro_ has joined #openstack-zaqar | 13:31 | |
| *** dynarro has quit IRC | 13:31 | |
| *** dynarro_ has quit IRC | 13:55 | |
| *** dynarro has joined #openstack-zaqar | 13:55 | |
| *** dynarro_ has joined #openstack-zaqar | 13:57 | |
| *** dynarro has quit IRC | 13:57 | |
| *** jchai has joined #openstack-zaqar | 14:06 | |
| *** mpanetta has joined #openstack-zaqar | 14:30 | |
| *** wpf has quit IRC | 14:34 | |
| *** wpf has joined #openstack-zaqar | 14:39 | |
| *** exploreshaifali has quit IRC | 14:44 | |
| *** exploreshaifali has joined #openstack-zaqar | 14:49 | |
| *** ametts has joined #openstack-zaqar | 14:52 | |
| *** amitgandhinz has joined #openstack-zaqar | 15:12 | |
| *** dynarro_ has quit IRC | 15:18 | |
| *** exploreshaifali has quit IRC | 15:21 | |
| *** jasondotstar has joined #openstack-zaqar | 15:23 | |
| *** amalagon has quit IRC | 15:27 | |
| *** kgriffs|afk is now known as kgriffs | 15:42 | |
| *** wpf1 has joined #openstack-zaqar | 15:59 | |
| *** wpf has quit IRC | 16:03 | |
| *** achanda has joined #openstack-zaqar | 16:30 | |
| *** amalagon has joined #openstack-zaqar | 16:30 | |
| *** vDruids has quit IRC | 16:36 | |
| *** achanda has quit IRC | 16:50 | |
| *** wpf1 has quit IRC | 16:51 | |
| * vkmc lurks | 16:55 | |
| *** flwang1 has quit IRC | 16:56 | |
| *** flwang1 has joined #openstack-zaqar | 17:00 | |
| *** dynarro has joined #openstack-zaqar | 17:07 | |
| *** dynarro has quit IRC | 17:12 | |
| *** wpf1 has joined #openstack-zaqar | 17:23 | |
| *** exploreshaifali has joined #openstack-zaqar | 17:30 | |
| *** diga has joined #openstack-zaqar | 17:35 | |
| *** diga has quit IRC | 17:48 | |
| *** achanda has joined #openstack-zaqar | 17:50 | |
| *** amitgandhinz has quit IRC | 17:52 | |
| *** achanda has quit IRC | 17:59 | |
| *** achanda has joined #openstack-zaqar | 18:02 | |
| *** achanda has quit IRC | 18:03 | |
| exploreshaifali | flaper87, around? | 18:41 |
| *** amitgandhinz has joined #openstack-zaqar | 18:52 | |
| *** dynarro has joined #openstack-zaqar | 18:56 | |
| *** exploreshaifali has quit IRC | 19:00 | |
| *** dynarro has quit IRC | 19:00 | |
| *** flwang1 has quit IRC | 19:17 | |
| *** ametts has quit IRC | 19:58 | |
| *** achanda has joined #openstack-zaqar | 20:00 | |
| *** amalagon has quit IRC | 20:04 | |
| *** amalagon has joined #openstack-zaqar | 20:06 | |
| *** achanda has quit IRC | 20:10 | |
| *** achanda has joined #openstack-zaqar | 20:12 | |
| *** amalagon has quit IRC | 20:14 | |
| *** achanda has quit IRC | 20:17 | |
| openstackgerrit | Victoria MartÃnez de la Cruz proposed openstack/zaqar: API handler and API v1.1 Queue endpoints https://review.openstack.org/141280 | 20:26 |
| *** achanda has joined #openstack-zaqar | 20:37 | |
| *** achanda has quit IRC | 20:42 | |
| *** achanda has joined #openstack-zaqar | 20:43 | |
| *** dynarro has joined #openstack-zaqar | 20:45 | |
| *** dynarro has quit IRC | 20:49 | |
| *** csoukup has joined #openstack-zaqar | 21:02 | |
| *** jchai has quit IRC | 21:08 | |
| *** achanda has quit IRC | 21:09 | |
| *** amalagon has joined #openstack-zaqar | 21:16 | |
| *** achanda has joined #openstack-zaqar | 21:19 | |
| *** achanda has quit IRC | 21:20 | |
| *** amitgandhinz has quit IRC | 21:25 | |
| *** ametts has joined #openstack-zaqar | 21:50 | |
| *** mpanetta has quit IRC | 21:51 | |
| *** amitgandhinz has joined #openstack-zaqar | 21:54 | |
| *** csoukup has quit IRC | 21:57 | |
| *** wpf1 has quit IRC | 22:02 | |
| *** wpf1 has joined #openstack-zaqar | 22:07 | |
| *** csoukup has joined #openstack-zaqar | 22:11 | |
| *** achanda has joined #openstack-zaqar | 22:14 | |
| *** jasondotstar has quit IRC | 22:19 | |
| *** malini has joined #openstack-zaqar | 22:22 | |
| *** amitgandhinz has quit IRC | 22:22 | |
| *** achanda has quit IRC | 22:33 | |
| *** dynarro has joined #openstack-zaqar | 22:34 | |
| *** malini has quit IRC | 22:34 | |
| *** malini has joined #openstack-zaqar | 22:35 | |
| *** amalagon has quit IRC | 22:36 | |
| *** dynarro has quit IRC | 22:38 | |
| *** achanda has joined #openstack-zaqar | 22:40 | |
| *** achanda has quit IRC | 22:43 | |
| *** ametts has quit IRC | 22:47 | |
| *** achanda has joined #openstack-zaqar | 22:49 | |
| *** csoukup has quit IRC | 23:00 | |
| *** amalagon has joined #openstack-zaqar | 23:04 | |
| *** achanda has quit IRC | 23:09 | |
| *** openstackgerrit has quit IRC | 23:19 | |
| *** openstackgerrit has joined #openstack-zaqar | 23:19 | |
| *** malini has quit IRC | 23:22 | |
| *** amitgandhinz has joined #openstack-zaqar | 23:33 | |
| *** amitgandhinz has quit IRC | 23:37 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!