*** mdnadeem has joined #openstack-zaqar | 00:13 | |
*** amitgandhinz has joined #openstack-zaqar | 00:26 | |
*** itisha has joined #openstack-zaqar | 00:39 | |
*** mdnadeem_ has joined #openstack-zaqar | 00:40 | |
*** mdnadeem has quit IRC | 00:54 | |
*** nadeem has joined #openstack-zaqar | 01:03 | |
*** khushbu has joined #openstack-zaqar | 01:28 | |
*** nadeem has quit IRC | 01:28 | |
*** khushbu has quit IRC | 02:07 | |
*** khushbu has joined #openstack-zaqar | 02:12 | |
*** khushbu has quit IRC | 02:14 | |
*** khushbu_ has joined #openstack-zaqar | 02:25 | |
*** khushbu_ has quit IRC | 02:28 | |
*** boris-42 has quit IRC | 02:28 | |
*** amitgandhinz has quit IRC | 02:30 | |
*** akanksha_ has joined #openstack-zaqar | 02:33 | |
*** achanda has joined #openstack-zaqar | 02:57 | |
*** diga has joined #openstack-zaqar | 03:25 | |
*** stanchan has joined #openstack-zaqar | 03:26 | |
*** amitgandhinz has joined #openstack-zaqar | 03:41 | |
*** amitgandhinz has quit IRC | 03:45 | |
*** nadeem has joined #openstack-zaqar | 03:58 | |
*** david-lyle has quit IRC | 04:01 | |
*** diga has quit IRC | 04:24 | |
*** diga has joined #openstack-zaqar | 04:29 | |
*** diga has quit IRC | 04:54 | |
*** boris-42 has joined #openstack-zaqar | 05:22 | |
*** mpanetta has joined #openstack-zaqar | 05:58 | |
*** diga has joined #openstack-zaqar | 06:11 | |
openstackgerrit | MD NADEEM proposed openstack/zaqar: Some prerequisites for Ubuntu OS is missing in zaqar README.rst https://review.openstack.org/234586 | 06:21 |
---|---|---|
*** Qiming has joined #openstack-zaqar | 06:23 | |
*** mpanetta has quit IRC | 06:26 | |
*** Qiming has quit IRC | 06:44 | |
*** Qiming has joined #openstack-zaqar | 06:50 | |
*** openstackgerrit has quit IRC | 07:01 | |
*** openstackgerrit has joined #openstack-zaqar | 07:01 | |
*** Sanika has joined #openstack-zaqar | 07:25 | |
Sanika | Hi therve ,tox -e genconfig worked finally .. initially i had installed it with apt-get .. now tried with pip n it worked :) may be version conficts.. | 07:26 |
*** achanda has quit IRC | 07:26 | |
*** achanda has joined #openstack-zaqar | 07:27 | |
*** achanda has quit IRC | 07:33 | |
*** mpanetta has joined #openstack-zaqar | 07:36 | |
*** david-lyle has joined #openstack-zaqar | 07:57 | |
*** mdnadeem_ has quit IRC | 08:55 | |
*** Sanika has quit IRC | 09:03 | |
akanksha_ | vkmc: ping? | 09:13 |
akanksha_ | I was going through the unit tests for wsgi and I found that variable url_prefix has been instatiantiated without a prefixinf self and and has later been refered to as self.url_prefix in test classes which inherit from this. Which I think is wrong? Can you help me with this? | 09:16 |
akanksha_ | https://github.com/openstack/zaqar/blob/d9f8a2b2cb4676b287a4037d3c3051d296670db2/zaqar/tests/unit/transport/wsgi/base.py#L178 | 09:16 |
akanksha_ | *instantiated *prefix | 09:17 |
flaper87 | akanksha_: hey there | 09:20 |
flaper87 | that's because the variable is being *defined* at a class level | 09:20 |
flaper87 | accessing it through `self` works because class attributes are accessible through the class instance | 09:21 |
akanksha_ | thanks flaper87 :) | 09:23 |
flaper87 | akanksha_: my pleasure | 09:25 |
akanksha_ | flaper87: I was thinking of DRYing the usage of the url_prefix variable as mentioned in a TODO in the code. Can I create a bug for that and work on it ? | 09:29 |
flaper87 | akanksha_: sounds good | 09:32 |
*** Qiming has quit IRC | 10:07 | |
*** khushbu has joined #openstack-zaqar | 10:26 | |
*** diga has quit IRC | 10:57 | |
*** khushbu has quit IRC | 11:11 | |
*** Qiming has joined #openstack-zaqar | 11:23 | |
*** khushbu_ has joined #openstack-zaqar | 11:49 | |
*** achanda has joined #openstack-zaqar | 12:16 | |
*** achanda has quit IRC | 12:17 | |
*** achanda has joined #openstack-zaqar | 12:18 | |
*** achanda has quit IRC | 12:22 | |
*** sriram has quit IRC | 12:32 | |
*** khushbu_ has quit IRC | 12:34 | |
*** khushbu has joined #openstack-zaqar | 12:34 | |
*** dynarro has joined #openstack-zaqar | 12:41 | |
zigo | flaper87: therve: Guys, Zaqar has just been approved by FTP masters in Debian, so it will reach all Debian mirrors in a few hours now... :) | 12:45 |
zigo | flaper87: therve: Would you have time to actually test the packages? Because my availabe time, so close to the release, is very limited ... | 12:46 |
vkmc | w00t | 12:46 |
zigo | Yup... | 12:46 |
zigo | w00t ... :P | 12:46 |
vkmc | :D | 12:46 |
flaper87 | zigo: THAT IS AMAZING! | 12:48 |
flaper87 | thanks a lot | 12:48 |
openstackgerrit | Akanksha Srivastava proposed openstack/zaqar: DRY up usage of url_prefix in wsgi unit test The usage of this variable can be refactored to adhere to DRY principles. Introduced a check for the presence of url_prefix in the method call itself. https://review.openstack.org/234769 | 12:48 |
flaper87 | my time is also very limited right now but I'll try. | 12:48 |
therve | zigo, That's cool. Very unlikely though. | 12:49 |
*** khushbu has quit IRC | 12:50 | |
*** khushbu_ has joined #openstack-zaqar | 12:50 | |
*** csoukup_ has quit IRC | 12:51 | |
openstackgerrit | Akanksha Srivastava proposed openstack/zaqar: DRY up usage of url_prefix in wsgi unit test https://review.openstack.org/234769 | 12:53 |
akanksha_ | Congratulations to zaqar! Proud to be a part of it. :) | 12:57 |
akanksha_ | vkmc:ping? | 13:04 |
vkmc | akanksha_, pong | 13:05 |
akanksha_ | I believe you'd be going to the summit soon and would get busy with that. I was wondering if we could discuss the timeline for the outreachy project. | 13:06 |
vkmc | akanksha_, certainly! | 13:06 |
akanksha_ | Also, like you told me to I have been participating in code reviews and working on other bugs that I could find in the code. | 13:06 |
vkmc | akanksha_, really appreciate that, it's very useful | 13:06 |
vkmc | more considering how busy we have been last week | 13:07 |
akanksha_ | I have my exams from tommorow so I would not be able to work till next week. So I was hoping we could discuss the project and other tasks that you might want me to do today. | 13:07 |
*** sriram has joined #openstack-zaqar | 13:08 | |
akanksha_ | vkmc: So, I was wondering about the diffferent types of data for which the support needs to be added in websocket. I see that for now the protocol.py has support only for messages. Does the different types of data means support for queues, claims, pools, flavours etc? | 13:10 |
vkmc | akanksha_, so... it's not precisely that | 13:11 |
vkmc | websocket has support for queues, messages, claims and subscriptions | 13:11 |
vkmc | the messages it can handle though, are plain text | 13:11 |
vkmc | plain text following a json format | 13:12 |
akanksha_ | Yeah. right now if the data is binary it returns invalid response | 13:12 |
vkmc | yeah | 13:12 |
vkmc | https://github.com/openstack/zaqar/blob/master/zaqar/transport/websocket/protocol.py#L70 | 13:12 |
vkmc | as defined in here https://tools.ietf.org/html/rfc6455, websocket can transmit binary information as well | 13:13 |
vkmc | but we have to define a few things | 13:13 |
vkmc | does that binary information has to represent a json object when decoded? how can we implement things so we keep consistency between stores/transport mechanism? | 13:15 |
vkmc | so the timeline would be, roughly: | 13:15 |
vkmc | we have three months, that is, 12 weeks | 13:15 |
vkmc | first two weeks, get familiar with the code, test different scenarios using zaqar and get familiar with the websocket protocol | 13:16 |
vkmc | following four weeks, start coding (this will include the base code and the unit testing) | 13:17 |
vkmc | once the feature lands, we will start working on docs and benchmarks | 13:18 |
vkmc | so, following four weeks will be writing user and developer docs and creating some benchmarks for Rally | 13:18 |
vkmc | and we have two more weeks as a reserve, is something doesn't go as expected | 13:18 |
vkmc | perhaps you will finish things earlier, perhaps it will take you more time | 13:19 |
vkmc | but across all those activities, I'd like you to contribute with reviewing, bug triaging and bug fixing | 13:19 |
vkmc | so that will take some time from the mentioned weeks | 13:20 |
vkmc | does that make sense? | 13:20 |
vkmc | akanksha_, ^ | 13:20 |
akanksha_ | That sounds good to me. Does benchmarks for rally means, testing using gates? | 13:20 |
vkmc | so... no | 13:20 |
vkmc | there is a benchmark as a service project | 13:20 |
vkmc | called rally | 13:20 |
vkmc | we have a few benchmarks there | 13:21 |
*** itisha has quit IRC | 13:21 | |
vkmc | and I'd like to extend the benchmarks we already have with more benchmarks | 13:21 |
vkmc | benchmarking websocket with plain text and binary and comparing results will be very useful for us | 13:21 |
akanksha_ | Going through, rally wiki now! I hadnt explored this part at all. Ofcourse it is important to test how the code works at a larger scale. | 13:24 |
vkmc | yeah | 13:25 |
vkmc | I really like that project | 13:25 |
vkmc | if I had more time, I'd probably contribute more to it :) | 13:25 |
sriram | wow, vkmc you are an awesome mentor! | 13:26 |
* sriram just read through the conversation | 13:26 | |
angvp | vkmc++ | 13:26 |
vkmc | sriram, thanks! learned from the best, Zaqar team! | 13:27 |
akanksha_ | ^vkmc is extremely helpful actually.She's helped every outreachy candidate with their first contributions and very patienly at that. | 13:27 |
akanksha_ | *patiently | 13:27 |
sriram | +1 | 13:28 |
akanksha_ | vkmc: Thanks. I guess I have enough to write my proposal. Will send a copy as soon as I am done with it! | 13:29 |
akanksha_ | vkmc: can you suggest some tasks for me for the mean while. | 13:30 |
akanksha_ | ? | 13:30 |
vkmc | akanksha_, thanks | 13:30 |
vkmc | akanksha_, sure, let me know if I can help with something | 13:30 |
vkmc | akanksha_, let me dig into the bugs, and I'll ping you back | 13:30 |
*** amitgandhinz has joined #openstack-zaqar | 13:36 | |
*** ametts has joined #openstack-zaqar | 13:45 | |
*** csoukup has joined #openstack-zaqar | 13:57 | |
*** khushbu_ has quit IRC | 14:00 | |
*** nate_gone is now known as njohnston | 14:13 | |
*** mpanetta has quit IRC | 14:14 | |
*** mpanetta has joined #openstack-zaqar | 14:15 | |
*** stanchan has quit IRC | 14:43 | |
Eva-i | vkmc: hello, do you remember failed tests when running tox -e py34? Do you also experience this problem? | 14:44 |
vkmc | Eva-i, oh I haven't ran them yet | 14:44 |
vkmc | sorry about that | 14:45 |
vkmc | will try to do so later today | 14:45 |
vkmc | but if you see something odd, report a bug | 14:45 |
Eva-i | vkmc: this bug is already reported. There's no problem with zaqar. | 14:46 |
Eva-i | If you will ever experience this, you can try the solution from the last comment: https://bugs.launchpad.net/testrepository/+bug/1229445 | 14:46 |
openstack | Launchpad bug 1212909 in Testrepository "duplicate for #1229445 times.dbm incompatible based on Python version it was created with" [Critical,Triaged] | 14:46 |
vkmc | oh | 14:46 |
Eva-i | Why this bug happens is explained in this very old critical bug report: https://bugs.launchpad.net/testrepository/+bug/1212909. | 15:00 |
Eva-i | The problem lies in python itself. And there's no much can be done. | 15:00 |
Eva-i | But can I get cocky and propose a solution to solving this bug based on the workaround mentioned in this bug report https://bugs.launchpad.net/testrepository/+bug/1229445 ? =) | 15:00 |
Eva-i | Is it acceptable? | 15:01 |
openstack | Launchpad bug 1212909 in Testrepository "times.dbm incompatible based on Python version it was created with" [Critical,Triaged] | 15:01 |
openstack | Launchpad bug 1212909 in Testrepository "duplicate for #1229445 times.dbm incompatible based on Python version it was created with" [Critical,Triaged] | 15:01 |
* vkmc checking the links | 15:02 | |
*** Qiming has quit IRC | 15:03 | |
*** dynarro has quit IRC | 15:23 | |
Eva-i | vkmc: thanks | 15:24 |
*** david-lyle has quit IRC | 15:25 | |
*** david-lyle has joined #openstack-zaqar | 15:27 | |
*** Qiming has joined #openstack-zaqar | 15:35 | |
Eva-i | vkmc: hm, testrepository is not part of OpenStack... | 15:40 |
vkmc | Eva-i, well no, but something alike could be going on | 15:40 |
Eva-i | akanksha_: here's how to run just one test class https://wiki.openstack.org/wiki/Testr#FAQ, though I don't know how to run a single test in class without IDE. | 15:46 |
*** david-ly_ has joined #openstack-zaqar | 15:46 | |
*** david-lyle has quit IRC | 15:47 | |
*** david-ly_ is now known as david-lyle | 15:54 | |
*** Qiming has quit IRC | 16:05 | |
*** amitgandhinz has quit IRC | 16:08 | |
*** amitgandhinz has joined #openstack-zaqar | 16:10 | |
*** stanchan has joined #openstack-zaqar | 16:13 | |
*** jasondotstar_ has joined #openstack-zaqar | 16:39 | |
*** amitgandhinz has quit IRC | 16:50 | |
*** csoukup has quit IRC | 16:50 | |
*** jasondotstar has quit IRC | 16:50 | |
*** akanksha_ has quit IRC | 16:58 | |
*** amitgandhinz has joined #openstack-zaqar | 17:07 | |
*** csoukup has joined #openstack-zaqar | 17:07 | |
*** achanda has joined #openstack-zaqar | 17:17 | |
*** jasondotstar_ is now known as jasondotstar | 17:39 | |
*** achanda has quit IRC | 18:25 | |
*** david-lyle has quit IRC | 18:35 | |
*** david-lyle has joined #openstack-zaqar | 18:39 | |
*** david-ly_ has joined #openstack-zaqar | 18:41 | |
*** david-ly_ has quit IRC | 18:43 | |
*** david-ly_ has joined #openstack-zaqar | 18:44 | |
*** david-lyle has quit IRC | 18:44 | |
*** david-ly_ is now known as david-lyle | 18:45 | |
*** david-lyle has quit IRC | 18:45 | |
*** david-lyle has joined #openstack-zaqar | 18:47 | |
*** david-lyle has quit IRC | 19:00 | |
*** david-lyle has joined #openstack-zaqar | 19:08 | |
*** achanda has joined #openstack-zaqar | 19:09 | |
*** mpanetta has quit IRC | 19:18 | |
*** david-lyle has quit IRC | 19:25 | |
*** david-ly_ has joined #openstack-zaqar | 19:25 | |
*** david-ly_ has quit IRC | 19:38 | |
*** vkmc is now known as vkmc-afk | 19:38 | |
*** david-lyle has joined #openstack-zaqar | 19:38 | |
*** david-lyle has quit IRC | 19:39 | |
*** david-lyle has joined #openstack-zaqar | 19:41 | |
*** david-lyle has quit IRC | 19:56 | |
*** david-lyle has joined #openstack-zaqar | 19:58 | |
*** achanda has quit IRC | 20:00 | |
*** david-ly_ has joined #openstack-zaqar | 20:01 | |
*** david-lyle has quit IRC | 20:03 | |
*** david-ly_ is now known as david-lyle__ | 20:03 | |
*** david-lyle__ is now known as david-lyle___ | 20:03 | |
*** david-lyle has joined #openstack-zaqar | 20:06 | |
*** david-lyle___ has quit IRC | 20:06 | |
*** csoukup has quit IRC | 20:10 | |
*** njohnston is now known as nate_gone | 20:30 | |
*** achanda has joined #openstack-zaqar | 20:41 | |
*** achanda has quit IRC | 20:41 | |
*** achanda has joined #openstack-zaqar | 20:44 | |
*** achanda has quit IRC | 20:56 | |
*** csoukup has joined #openstack-zaqar | 21:06 | |
*** achanda has joined #openstack-zaqar | 21:12 | |
*** achanda has quit IRC | 21:48 | |
*** amitgandhinz has quit IRC | 22:03 | |
*** amitgandhinz has joined #openstack-zaqar | 22:03 | |
*** mdnadeem_ has joined #openstack-zaqar | 22:07 | |
*** amitgandhinz has quit IRC | 22:10 | |
*** vkmc-afk is now known as vkmc | 22:15 | |
*** achanda has joined #openstack-zaqar | 22:15 | |
*** sriram has quit IRC | 22:22 | |
*** ametts has quit IRC | 22:35 | |
*** mdnadeem_ has quit IRC | 22:40 | |
*** achanda has quit IRC | 22:45 | |
*** openstackgerrit has quit IRC | 22:46 | |
*** openstackgerrit has joined #openstack-zaqar | 22:46 | |
*** achanda has joined #openstack-zaqar | 22:47 | |
*** achanda has quit IRC | 22:47 | |
*** csoukup has quit IRC | 22:50 | |
*** thingee has joined #openstack-zaqar | 23:03 | |
*** achanda has joined #openstack-zaqar | 23:09 | |
*** stanchan has quit IRC | 23:27 | |
*** Qiming has joined #openstack-zaqar | 23:38 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!