*** kgriffs is now known as kgriffs|afk | 00:24 | |
*** kgriffs|afk is now known as kgriffs | 00:27 | |
*** amalagon has quit IRC | 01:24 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Implement mongodb driver for notifications https://review.openstack.org/139792 | 01:49 |
---|---|---|
*** amalagon has joined #openstack-zaqar | 01:50 | |
*** kgriffs is now known as kgriffs|afk | 01:52 | |
*** pcaruana is now known as pcaruana|afk| | 02:34 | |
*** cpallares has quit IRC | 03:08 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Implement mongodb driver for notifications https://review.openstack.org/139792 | 03:25 |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Add REST API for notification/subscriptions https://review.openstack.org/142432 | 03:25 |
*** bradjones has quit IRC | 04:12 | |
*** amalagon_ has joined #openstack-zaqar | 06:20 | |
*** amalagon has quit IRC | 06:22 | |
*** reed has quit IRC | 06:49 | |
*** exploreshaifali has joined #openstack-zaqar | 07:17 | |
*** dynarro has joined #openstack-zaqar | 07:20 | |
*** boris-42 has quit IRC | 09:13 | |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: Forbid adding stores with mismatching capabilities https://review.openstack.org/145783 | 09:48 |
exploreshaifali | flaper87: around? | 09:52 |
flaper87 | exploreshaifali: yup | 09:53 |
flaper87 | exploreshaifali: gooood morning | 09:53 |
*** exploreshaiflai has joined #openstack-zaqar | 09:54 | |
exploreshaiflai | flaper87: gooooood morning :) | 09:55 |
exploreshaiflai | flaper87: I am still unable to solve the issue---- pasted here dpaste.com/3AKJQK8 | 09:56 |
exploreshaiflai | TypeError: 'QueueController' object is not callable | 09:57 |
exploreshaiflai | please can you help in debugging? | 09:57 |
exploreshaiflai | it is showing two modules one decorators and another is bootstrap | 09:58 |
exploreshaiflai | The thing which we are doing has nothing to do with property or method....I have tested by creating classes their properties and moving them in same manner as in our code | 10:00 |
exploreshaiflai | it is working fine | 10:01 |
exploreshaiflai | that is, have created similar classes separately and tested locally | 10:01 |
flaper87 | exploreshaiflai: is the last version on gerrit ? | 10:02 |
exploreshaiflai | tox output is pasted here http://dpaste.com/0PS23GK | 10:03 |
exploreshaiflai | flaper87: yes....last patch submitted | 10:03 |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: Fork v1_1 of the API into v2 https://review.openstack.org/145739 | 10:03 |
flaper87 | exploreshaiflai: ControlDriver(self.conf, self.cache).queue_controller() <- this should become ControlDriver(self.conf, self.cache).queue_controller | 10:04 |
exploreshaiflai | flaper87: here is link https://review.openstack.org/#/c/144340/ | 10:04 |
flaper87 | (remove the parenthesis) | 10:04 |
flaper87 | queue_controller *is* a ControlDrive's property (not a method) | 10:04 |
flaper87 | which means you've got to access it as if it were an attribute | 10:04 |
exploreshaiflai | flaper87: oh, yes | 10:04 |
exploreshaiflai | yes yes | 10:05 |
exploreshaiflai | flaper87: thanks!!.....It was my dumbness, I should have rehecked it properly | 10:09 |
exploreshaiflai | though it is now giving another error, but let me try to solve it first. | 10:10 |
flaper87 | exploreshaiflai: np, glad it worked :) | 10:11 |
* flaper87 cheers for exploreshaiflai | 10:11 | |
exploreshaiflai | cheers :) | 10:12 |
*** dynarro has quit IRC | 10:17 | |
*** exploreshaiflai has quit IRC | 10:30 | |
*** exploreshaifali has quit IRC | 12:12 | |
*** boris-42 has joined #openstack-zaqar | 12:15 | |
vkmc | morniiing | 12:16 |
*** exploreshaifali has joined #openstack-zaqar | 12:21 | |
*** kgriffs|afk is now known as kgriffs | 12:22 | |
*** kgriffs is now known as kgriffs|afk | 12:29 | |
*** kgriffs|afk is now known as kgriffs | 12:30 | |
*** kgriffs is now known as kgriffs|afk | 12:42 | |
flaper87 | vkmc: gooooooooooooooooooooooooooooood morning | 12:43 |
vkmc | flaper87, heeeeeeeey | 12:44 |
flaper87 | vkmc: how are you doing? | 12:47 |
vkmc | flaper87, good good :) you? | 12:48 |
flaper87 | vkmc: alllllll goood, fighting nova's gate but I think I'm on the right track | 12:48 |
*** dynarro has joined #openstack-zaqar | 12:52 | |
vkmc | cool :) | 12:52 |
*** dynarro_ has joined #openstack-zaqar | 12:57 | |
*** dynarro has quit IRC | 12:57 | |
vkmc | exploreshaifali, hey there! how is it going? | 13:33 |
exploreshaifali | vkmc, goooooood morning :) | 13:34 |
exploreshaifali | last problem of QueueController is solved....thanks to flaper87 | 13:34 |
vkmc | that's awesome! | 13:34 |
exploreshaifali | vkmc, that reason was that I used queue_controller as method | 13:35 |
exploreshaifali | but it is a property | 13:35 |
exploreshaifali | got to know about @property decorator | 13:35 |
vkmc | nice catch | 13:35 |
exploreshaifali | but yet, now there are 3 different errors are occuring, am trying to solve those issues | 13:36 |
vkmc | still getting the abstract method one? | 13:36 |
exploreshaifali | nup | 13:36 |
exploreshaifali | MismatchError: 404 != 201 | 13:37 |
vkmc | oops, running the server or running the tests? | 13:37 |
vkmc | that is an assertion error in one of the test | 13:37 |
vkmc | s | 13:37 |
exploreshaifali | and AttributeError: 'ControlDriver' object has no attribute 'message_controller' | 13:37 |
exploreshaifali | vkmc, yes yes while running the test | 13:38 |
exploreshaifali | server is started :) | 13:38 |
vkmc | oh that's good to know | 13:38 |
vkmc | :) | 13:38 |
exploreshaifali | yeah......trying to know about the issues which cause these problems....first I will and if got stuck will ping you, as always :P | 13:39 |
vkmc | sure, no problem | 13:40 |
vkmc | at least the server is running now | 13:40 |
vkmc | so its a good sign :D | 13:40 |
exploreshaifali | yeah.... :D | 13:41 |
vkmc | I don't remember correctly... is there a blueprint defined for the change you are doing exploreshaifali? | 13:45 |
exploreshaifali | vkmc, no there is no BP.....we decide tasks(what to next) and complete it, completed ones and current one which I am doing right now are listed https://etherpad.openstack.org/p/exploreshaifali-opw-split-layers | 13:46 |
vkmc | exploreshaifali, would you mind submitting a blueprint? | 13:47 |
vkmc | it would be easier for you to keep track of the changes | 13:47 |
exploreshaifali | vkmc, yeah, it will help me a looot in tracking my progress too | 13:47 |
exploreshaifali | but how to start with it? | 13:48 |
exploreshaifali | rst file | 13:48 |
vkmc | when you have a moment... probably you are now working hard with the patch | 13:48 |
flaper87 | http://logs.openstack.org/39/145739/3/check/gate-zaqar-python27/a9310d5/testr_results.html.gz | 13:48 |
exploreshaifali | lol...... vkmc yes yes | 13:48 |
flaper87 | did something land recently that could've broken that ? | 13:49 |
vkmc | https://blueprints.launchpad.net/zaqar <- register a blueprint | 13:49 |
flaper87 | http://logs.openstack.org/83/145783/3/check/gate-zaqar-python27/65c4674/testr_results.html.gz | 13:49 |
flaper87 | same error, 2 different patches | 13:49 |
vkmc | flaper87, checking | 13:50 |
*** pcaruana|afk| has quit IRC | 13:53 | |
vkmc | flaper87, I don't see anything that could cause that error | 14:04 |
*** sriram has joined #openstack-zaqar | 14:16 | |
flaper87 | mmh, lemme dig into that | 14:24 |
*** miqui_ has quit IRC | 14:26 | |
*** mpanetta has joined #openstack-zaqar | 14:38 | |
*** amitgandhinz has joined #openstack-zaqar | 14:40 | |
vkmc | hmmh oslo.config.generator is generating an empty configuration file | 14:44 |
vkmc | oh there it its :) | 14:49 |
flaper87 | so, no issues locally | 14:51 |
flaper87 | mmh | 14:51 |
flaper87 | mmh | 14:51 |
*** aj9 has joined #openstack-zaqar | 14:52 | |
*** pcaruana|afk| has joined #openstack-zaqar | 14:52 | |
vkmc | mmhmh | 14:52 |
*** achanda has joined #openstack-zaqar | 15:02 | |
*** exploreshaifali has quit IRC | 15:04 | |
*** kgriffs|afk is now known as kgriffs | 15:05 | |
*** reed has joined #openstack-zaqar | 15:14 | |
vkmc | flaper87, did you check out this log? http://logs.openstack.org/92/139792/12/check/gate-zaqar-python27/d186c4e/subunit_log.txt.gz | 15:16 |
*** achanda_ has joined #openstack-zaqar | 15:41 | |
*** achanda has quit IRC | 15:41 | |
*** kgriffs is now known as kgriffs|afk | 15:41 | |
*** cpallares has joined #openstack-zaqar | 15:42 | |
*** kgriffs|afk is now known as kgriffs | 15:43 | |
*** kgriffs is now known as kgriffs|afk | 15:45 | |
*** csoukup has joined #openstack-zaqar | 15:49 | |
*** achanda_ has quit IRC | 15:58 | |
*** openstackgerrit has quit IRC | 16:05 | |
*** openstackgerrit has joined #openstack-zaqar | 16:06 | |
*** kgriffs|afk is now known as kgriffs | 16:22 | |
*** kgriffs is now known as kgriffs|afk | 16:24 | |
*** exploreshaifali has joined #openstack-zaqar | 16:33 | |
*** amalagon_ has quit IRC | 16:35 | |
*** dynarro_ has quit IRC | 16:37 | |
*** cpallares has quit IRC | 17:19 | |
*** achanda has joined #openstack-zaqar | 17:22 | |
*** kgriffs|afk is now known as kgriffs | 17:33 | |
*** amalagon has joined #openstack-zaqar | 17:45 | |
*** amalagon has quit IRC | 17:50 | |
*** amitgandhinz has quit IRC | 17:53 | |
*** echevemaster has joined #openstack-zaqar | 17:59 | |
*** kgriffs is now known as kgriffs|afk | 18:04 | |
*** achanda has quit IRC | 18:13 | |
*** amitgandhinz has joined #openstack-zaqar | 18:37 | |
*** kgriffs|afk is now known as kgriffs | 18:58 | |
-openstackstatus- NOTICE: paste.openstack.org is going offline for a database migration (duration: ~2 minutes) | 18:59 | |
*** amalagon has joined #openstack-zaqar | 19:00 | |
*** exploreshaifali has quit IRC | 19:13 | |
*** mpanetta has quit IRC | 19:19 | |
*** mpanetta has joined #openstack-zaqar | 19:20 | |
*** exploreshaifali has joined #openstack-zaqar | 20:00 | |
exploreshaifali | vkmc, do we got any solution for *MismatchError: '404 Not Found' != '201 Created'* | 20:33 |
openstackgerrit | Tamer Tas proposed openstack/zaqar: Remove config file reference in Zaqar's README.rst https://review.openstack.org/146196 | 20:34 |
vkmc | exploreshaifali, is that a question? | 20:34 |
vkmc | I haven't seen that error | 20:34 |
exploreshaifali | sorry, yeah that was a question | 20:35 |
exploreshaifali | flaper87, and you were looking at common errors | 20:35 |
vkmc | where do you see that? | 20:35 |
vkmc | ohh | 20:35 |
vkmc | yeah, it was an assertion error | 20:36 |
exploreshaifali | yes yes | 20:36 |
vkmc | but regarding number of messages sent | 20:36 |
vkmc | nope, not yet | 20:36 |
exploreshaifali | ok :) | 20:36 |
vkmc | I could reproduce in my environment so I'm debugging now | 20:36 |
exploreshaifali | oh..... that means it is not due to my changes...right? | 20:36 |
vkmc | exactly | 20:37 |
exploreshaifali | yes of course :) | 20:37 |
exploreshaifali | yea thanks! vkmc | 20:37 |
*** aj9 has quit IRC | 20:52 | |
*** achanda has joined #openstack-zaqar | 21:13 | |
*** tamertas has joined #openstack-zaqar | 21:15 | |
tamertas | Hey guys I have a small problem how can I make Hudson send a "fix proposed to branch:master" message after I commit a patch for review? | 21:16 |
*** achanda has quit IRC | 21:18 | |
*** exploreshaifali has quit IRC | 21:41 | |
*** sriram has quit IRC | 21:48 | |
*** amitgandhinz has quit IRC | 23:16 | |
*** mpanetta has quit IRC | 23:27 | |
*** csoukup has quit IRC | 23:30 | |
*** kgriffs is now known as kgriffs|afk | 23:39 | |
*** kgriffs|afk is now known as kgriffs | 23:40 | |
*** pcaruana|afk| has quit IRC | 23:46 | |
*** ametts has quit IRC | 23:48 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!