Wednesday, 2015-10-14

*** mdnadeem has joined #openstack-zaqar00:13
*** amitgandhinz has joined #openstack-zaqar00:26
*** itisha has joined #openstack-zaqar00:39
*** mdnadeem_ has joined #openstack-zaqar00:40
*** mdnadeem has quit IRC00:54
*** nadeem has joined #openstack-zaqar01:03
*** khushbu has joined #openstack-zaqar01:28
*** nadeem has quit IRC01:28
*** khushbu has quit IRC02:07
*** khushbu has joined #openstack-zaqar02:12
*** khushbu has quit IRC02:14
*** khushbu_ has joined #openstack-zaqar02:25
*** khushbu_ has quit IRC02:28
*** boris-42 has quit IRC02:28
*** amitgandhinz has quit IRC02:30
*** akanksha_ has joined #openstack-zaqar02:33
*** achanda has joined #openstack-zaqar02:57
*** diga has joined #openstack-zaqar03:25
*** stanchan has joined #openstack-zaqar03:26
*** amitgandhinz has joined #openstack-zaqar03:41
*** amitgandhinz has quit IRC03:45
*** nadeem has joined #openstack-zaqar03:58
*** david-lyle has quit IRC04:01
*** diga has quit IRC04:24
*** diga has joined #openstack-zaqar04:29
*** diga has quit IRC04:54
*** boris-42 has joined #openstack-zaqar05:22
*** mpanetta has joined #openstack-zaqar05:58
*** diga has joined #openstack-zaqar06:11
openstackgerritMD NADEEM proposed openstack/zaqar: Some prerequisites for Ubuntu OS is missing in zaqar README.rst  https://review.openstack.org/23458606:21
*** Qiming has joined #openstack-zaqar06:23
*** mpanetta has quit IRC06:26
*** Qiming has quit IRC06:44
*** Qiming has joined #openstack-zaqar06:50
*** openstackgerrit has quit IRC07:01
*** openstackgerrit has joined #openstack-zaqar07:01
*** Sanika has joined #openstack-zaqar07:25
SanikaHi 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 IRC07:26
*** achanda has joined #openstack-zaqar07:27
*** achanda has quit IRC07:33
*** mpanetta has joined #openstack-zaqar07:36
*** david-lyle has joined #openstack-zaqar07:57
*** mdnadeem_ has quit IRC08:55
*** Sanika has quit IRC09: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#L17809:16
akanksha_*instantiated *prefix09:17
flaper87akanksha_: hey there09:20
flaper87that's because the variable is being *defined* at a class level09:20
flaper87accessing it through `self` works because class attributes are accessible through the class instance09:21
akanksha_thanks flaper87 :)09:23
flaper87akanksha_: my pleasure09: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
flaper87akanksha_: sounds good09:32
*** Qiming has quit IRC10:07
*** khushbu has joined #openstack-zaqar10:26
*** diga has quit IRC10:57
*** khushbu has quit IRC11:11
*** Qiming has joined #openstack-zaqar11:23
*** khushbu_ has joined #openstack-zaqar11:49
*** achanda has joined #openstack-zaqar12:16
*** achanda has quit IRC12:17
*** achanda has joined #openstack-zaqar12:18
*** achanda has quit IRC12:22
*** sriram has quit IRC12:32
*** khushbu_ has quit IRC12:34
*** khushbu has joined #openstack-zaqar12:34
*** dynarro has joined #openstack-zaqar12:41
zigoflaper87: 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
zigoflaper87: therve: Would you have time to actually test the packages? Because my availabe time, so close to the release, is very limited ...12:46
vkmcw00t12:46
zigoYup...12:46
zigow00t ... :P12:46
vkmc:D12:46
flaper87zigo: THAT IS AMAZING!12:48
flaper87thanks a lot12:48
openstackgerritAkanksha 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/23476912:48
flaper87my time is also very limited right now but I'll try.12:48
thervezigo, That's cool. Very unlikely though.12:49
*** khushbu has quit IRC12:50
*** khushbu_ has joined #openstack-zaqar12:50
*** csoukup_ has quit IRC12:51
openstackgerritAkanksha Srivastava proposed openstack/zaqar: DRY up usage of url_prefix in wsgi unit test  https://review.openstack.org/23476912:53
akanksha_Congratulations to zaqar! Proud to be a part of it. :)12:57
akanksha_vkmc:ping?13:04
vkmcakanksha_, pong13: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
vkmcakanksha_, 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
vkmcakanksha_, really appreciate that, it's very useful13:06
vkmcmore considering how busy we have been last week13: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-zaqar13: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
vkmcakanksha_, so... it's not precisely that13:11
vkmcwebsocket has support for queues, messages, claims and subscriptions13:11
vkmcthe messages it can handle though, are plain text13:11
vkmcplain text following a json format13:12
akanksha_Yeah. right now if the data is binary it returns invalid response13:12
vkmcyeah13:12
vkmchttps://github.com/openstack/zaqar/blob/master/zaqar/transport/websocket/protocol.py#L7013:12
vkmcas defined in here https://tools.ietf.org/html/rfc6455, websocket can transmit binary information as well13:13
vkmcbut we have to define a few things13:13
vkmcdoes 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
vkmcso the timeline would be, roughly:13:15
vkmcwe have three months, that is, 12 weeks13:15
vkmcfirst two weeks, get familiar with the code, test different scenarios using zaqar and get familiar with the websocket protocol13:16
vkmcfollowing four weeks, start coding (this will include the base code and the unit testing)13:17
vkmconce the feature lands, we will start working on docs and benchmarks13:18
vkmcso, following four weeks will be writing user and developer docs and creating some benchmarks for Rally13:18
vkmcand we have two more weeks as a reserve, is something doesn't go as expected13:18
vkmcperhaps you will finish things earlier, perhaps it will take you more time13:19
vkmcbut across all those activities, I'd like you to contribute with reviewing, bug triaging and bug fixing13:19
vkmcso that will take some time from the mentioned weeks13:20
vkmcdoes that make sense?13:20
vkmcakanksha_, ^13:20
akanksha_That sounds good to me. Does benchmarks for rally means, testing using gates?13:20
vkmcso... no13:20
vkmcthere is a benchmark as a service project13:20
vkmccalled rally13:20
vkmcwe have a few benchmarks there13:21
*** itisha has quit IRC13:21
vkmcand I'd like to extend the benchmarks we already have with more benchmarks13:21
vkmcbenchmarking websocket with plain text and binary and comparing results will be very useful for us13: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
vkmcyeah13:25
vkmcI really like that project13:25
vkmcif I had more time, I'd probably contribute more to it :)13:25
sriramwow, vkmc you are an awesome mentor!13:26
* sriram just read through the conversation13:26
angvpvkmc++13:26
vkmcsriram, 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_*patiently13:27
sriram+113: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
vkmcakanksha_, thanks13:30
vkmcakanksha_, sure, let me know if I can help with something13:30
vkmcakanksha_, let me dig into the bugs, and I'll ping you back13:30
*** amitgandhinz has joined #openstack-zaqar13:36
*** ametts has joined #openstack-zaqar13:45
*** csoukup has joined #openstack-zaqar13:57
*** khushbu_ has quit IRC14:00
*** nate_gone is now known as njohnston14:13
*** mpanetta has quit IRC14:14
*** mpanetta has joined #openstack-zaqar14:15
*** stanchan has quit IRC14:43
Eva-ivkmc: hello, do you remember failed tests when running tox -e py34? Do you also experience this problem?14:44
vkmcEva-i, oh I haven't ran them yet14:44
vkmcsorry about that14:45
vkmcwill try to do so later today14:45
vkmcbut if you see something odd, report a bug14:45
Eva-ivkmc: this bug is already reported. There's no problem with zaqar.14:46
Eva-iIf you will ever experience this, you can try the solution from the last comment: https://bugs.launchpad.net/testrepository/+bug/122944514:46
openstackLaunchpad bug 1212909 in Testrepository "duplicate for #1229445 times.dbm incompatible based on Python version it was created with" [Critical,Triaged]14:46
vkmcoh14:46
Eva-iWhy this bug happens is explained in this very old critical bug report: https://bugs.launchpad.net/testrepository/+bug/1212909.15:00
Eva-iThe problem lies in python itself. And there's no much can be done.15:00
Eva-iBut 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-iIs it acceptable?15:01
openstackLaunchpad bug 1212909 in Testrepository "times.dbm incompatible based on Python version it was created with" [Critical,Triaged]15:01
openstackLaunchpad 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 links15:02
*** Qiming has quit IRC15:03
*** dynarro has quit IRC15:23
Eva-ivkmc: thanks15:24
*** david-lyle has quit IRC15:25
*** david-lyle has joined #openstack-zaqar15:27
*** Qiming has joined #openstack-zaqar15:35
Eva-ivkmc: hm, testrepository is not part of OpenStack...15:40
vkmcEva-i, well no, but something alike could be going on15:40
Eva-iakanksha_: 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-zaqar15:46
*** david-lyle has quit IRC15:47
*** david-ly_ is now known as david-lyle15:54
*** Qiming has quit IRC16:05
*** amitgandhinz has quit IRC16:08
*** amitgandhinz has joined #openstack-zaqar16:10
*** stanchan has joined #openstack-zaqar16:13
*** jasondotstar_ has joined #openstack-zaqar16:39
*** amitgandhinz has quit IRC16:50
*** csoukup has quit IRC16:50
*** jasondotstar has quit IRC16:50
*** akanksha_ has quit IRC16:58
*** amitgandhinz has joined #openstack-zaqar17:07
*** csoukup has joined #openstack-zaqar17:07
*** achanda has joined #openstack-zaqar17:17
*** jasondotstar_ is now known as jasondotstar17:39
*** achanda has quit IRC18:25
*** david-lyle has quit IRC18:35
*** david-lyle has joined #openstack-zaqar18:39
*** david-ly_ has joined #openstack-zaqar18:41
*** david-ly_ has quit IRC18:43
*** david-ly_ has joined #openstack-zaqar18:44
*** david-lyle has quit IRC18:44
*** david-ly_ is now known as david-lyle18:45
*** david-lyle has quit IRC18:45
*** david-lyle has joined #openstack-zaqar18:47
*** david-lyle has quit IRC19:00
*** david-lyle has joined #openstack-zaqar19:08
*** achanda has joined #openstack-zaqar19:09
*** mpanetta has quit IRC19:18
*** david-lyle has quit IRC19:25
*** david-ly_ has joined #openstack-zaqar19:25
*** david-ly_ has quit IRC19:38
*** vkmc is now known as vkmc-afk19:38
*** david-lyle has joined #openstack-zaqar19:38
*** david-lyle has quit IRC19:39
*** david-lyle has joined #openstack-zaqar19:41
*** david-lyle has quit IRC19:56
*** david-lyle has joined #openstack-zaqar19:58
*** achanda has quit IRC20:00
*** david-ly_ has joined #openstack-zaqar20:01
*** david-lyle has quit IRC20: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-zaqar20:06
*** david-lyle___ has quit IRC20:06
*** csoukup has quit IRC20:10
*** njohnston is now known as nate_gone20:30
*** achanda has joined #openstack-zaqar20:41
*** achanda has quit IRC20:41
*** achanda has joined #openstack-zaqar20:44
*** achanda has quit IRC20:56
*** csoukup has joined #openstack-zaqar21:06
*** achanda has joined #openstack-zaqar21:12
*** achanda has quit IRC21:48
*** amitgandhinz has quit IRC22:03
*** amitgandhinz has joined #openstack-zaqar22:03
*** mdnadeem_ has joined #openstack-zaqar22:07
*** amitgandhinz has quit IRC22:10
*** vkmc-afk is now known as vkmc22:15
*** achanda has joined #openstack-zaqar22:15
*** sriram has quit IRC22:22
*** ametts has quit IRC22:35
*** mdnadeem_ has quit IRC22:40
*** achanda has quit IRC22:45
*** openstackgerrit has quit IRC22:46
*** openstackgerrit has joined #openstack-zaqar22:46
*** achanda has joined #openstack-zaqar22:47
*** achanda has quit IRC22:47
*** csoukup has quit IRC22:50
*** thingee has joined #openstack-zaqar23:03
*** achanda has joined #openstack-zaqar23:09
*** stanchan has quit IRC23:27
*** Qiming has joined #openstack-zaqar23:38

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