Friday, 2015-10-09

*** achanda_ has joined #openstack-zaqar00:03
*** david-ly_ has joined #openstack-zaqar00:04
*** david-lyle has quit IRC00:05
*** achanda has quit IRC00:06
*** achanda_ has quit IRC00:07
vkmcakanksha_, it run on its own00:09
vkmcakanksha_, you can use the screens to check it00:09
vkmcscreen -r stack will connect you to the screen00:09
vkmcalt+a n and alt+a p to navigate screens00:09
vkmcalt+a d to detach from a screen00:09
Eva-iscreens are pseudo-graphic interface to openstack?00:10
vkmcEva-i, screens is gnu-screen00:11
vkmcconsole multiplexer00:11
vkmc:)00:11
vkmchttps://www.gnu.org/software/screen/00:11
Eva-iah00:11
Eva-iokay, thanks00:11
vkmcnp00:14
vkmcEva-i, how are you doing with the code? anything I can help with?00:14
Eva-ivkmc: I'm still inspecting the code00:16
Eva-ivkmc: there are lines I don't understand like "_list = abc.abstractmethod(lambda x: None)"00:17
vkmcEva-i, ah well, those are optimizations and refactorings00:18
vkmcno need to understand them now00:18
vkmcdid you find a bug for you to start working on?00:18
Eva-ivkmc: no, I still haven't00:20
vkmclet's find one00:22
Eva-ivkmc: for now I just want to understand how everything is connected to see a big picture00:22
vkmcEva-i, that makes sense, but its something you will learn with time, fixing things and testing different scenarios00:23
vkmcgenerally its part of the internship00:23
vkmcwe reserve the first weeks for you to gain more confidence with the code00:23
Eva-ivkmc: alright, you have convinced me, lets choose a lovely bug00:24
vkmcEva-i, I saw one today while reviewing things00:24
Eva-ivkmc: which one?00:26
vkmcEva-i, so I was going to report it, but I prefer you do it00:26
vkmcand you fix it as well00:27
vkmcso there are some tests that do assertEqual(true, ...)00:27
vkmcthe correct way of testing that is... assertTrue(...)00:27
vkmcits simple but good enough for you to submit your first patch00:27
vkmcyou should register your contributor accounts, if you haven't already00:28
vkmcreport the bug in launchpad https://bugs.launchpad.net/zaqar00:28
vkmcand propose a fix for it00:28
Eva-ivkmc: alright, I'm going to find such tests now00:31
vkmcgreat!00:31
vkmcthanks elmiko00:31
vkmcsorry elmiko00:31
vkmcEva-i, ^00:31
akanksha_vkmc, I tried running the examples and I am getting forrbidden errors00:32
akanksha_*zaqarclient examples00:32
vkmcakanksha_, in the client right?00:32
vkmcakanksha_, did you updated the keystone credentials in the examples?00:32
akanksha_No not in the client.00:32
akanksha_do you mean the openstack client vkmc?00:33
vkmcakanksha_, nope, python-zaqarclient00:33
akanksha_I ran the examples from the zaqarclient directly.00:34
akanksha_Checking keystone credentials now00:34
vkmcakanksha_, I hit some issues with some examples as well00:35
vkmcnot with the one with auth00:35
vkmcand I have a devstack deployment00:35
akanksha_vkmc, I ran https://github.com/openstack/python-zaqarclient/blob/master/examples/simple.py this one.00:36
akanksha_I get forbidden errors.00:37
vkmcakanksha_, its usually helpful that you paste the errors you get and you give me more details on how did you deploy things00:37
akanksha_I also get forbidden errors with curl commands.00:37
vkmcthat way I can try to reproduce00:37
akanksha_Okay wait00:37
*** mdnadeem_ has joined #openstack-zaqar00:38
akanksha_http://paste.openstack.org/show/475806/00:39
mdnadeemelmiko: hi, regarding issue you face zaqarclient and the queues() operation, can you provide me your zaqar.conf file?00:42
vkmcakanksha_, and how did you deploy zaqar? devstack?00:43
akanksha_vkmc, i enabled it as a plugin in devsatck00:44
akanksha_*devstack00:44
vkmcakanksha_, cool00:47
vkmcI'm setting up a new env00:50
vkmcI broke the last one :100:51
Eva-ivkmc: there are few occurences of "assertEqual(True, ...)". And I just thought there might be any tests with "assertEqual(..., True)".00:52
Eva-iSo I tried to find them via regex expression "assertEqual\((.*), True\)", and I got no results.00:52
Eva-iWill report bug now00:52
vkmcEva-i, awesome :)00:53
vkmcyeah, there are not many occurrences00:53
*** Roachs_ has quit IRC01:04
akanksha_vkmc, meanwhile I was going through the project for Outreachy that has been listed for Zaqar. I looked up the websocket implementation in zaqar and saw that it has used autobahn.asyncio python pakage for implementing websockets. This has support for sending and recieving binary data in utf8 and json forms. My guess is we'll be requiring json data mostly. I01:07
akanksha_am in the process of reading up more about it so I can propose a timeline for the project.01:07
vkmcakanksha_, good call01:09
akanksha_vkmc, what are the exact requirements for the project?01:10
vkmcakanksha_, yeah basically we want to enhance the perf a bit more and add support for different type of data01:10
vkmcthat will need some research probably01:11
vkmcwe want to make sure that data is consistent across different datastores and transmission protocols01:11
Eva-ivkmc: can I use tag "tests" for such bug? Someone used this tag once in zaqar launchpad.01:11
vkmcakanksha_, requirements... in what sense?01:11
vkmcEva-i, sure01:11
vkmcbbl, dinner01:14
*** mpanetta has joined #openstack-zaqar01:14
*** david-ly_ has quit IRC01:14
*** mpanetta has quit IRC01:18
Eva-ivkmc: bon appetit, please check it after your meal: https://bugs.launchpad.net/zaqar/+bug/150436801:20
openstackLaunchpad bug 1504368 in zaqar "Incorrect usage of assertEqual() in some tests: "assertEqual(True, ...)"" [Undecided,New] - Assigned to Eva Balycheva (ubershy)01:20
Eva-ioh01:20
*** david-lyle has joined #openstack-zaqar01:22
openstackgerritMerged openstack/zaqar: Fix order of arguments in assertEqual  https://review.openstack.org/22872101:28
openstackgerritMerged openstack/zaqar: Adding namespace for [drivers] section in oslo-config-generator  https://review.openstack.org/22922801:28
*** david-lyle has quit IRC01:29
*** Qiming has joined #openstack-zaqar01:41
*** itisha has quit IRC02:11
*** achanda has joined #openstack-zaqar02:31
*** davideagnello has quit IRC02:47
*** davideagnello has joined #openstack-zaqar02:54
*** mdnadeem_ has quit IRC03:02
mdnadeemDear Team : For those who are attaining tokyo summit: Please get E-ticket- OpenStack Community Official Evening Event Sponsored by HP, Scality, Cisco, & Bit-isle03:16
mdnadeemhttp://openstacksummitoctober2015tokyo.sched.org/event/2d279d60caaa8bceeb6ea520f9976a09#.VhcMTfmqqko03:17
*** Qiming_ has joined #openstack-zaqar03:27
*** Qiming has quit IRC03:27
*** Qiming_ is now known as Qiming03:39
*** david-lyle has joined #openstack-zaqar03:47
*** achanda has quit IRC03:57
*** flwang has quit IRC04:35
*** achanda has joined #openstack-zaqar04:41
*** stanchan has joined #openstack-zaqar05:05
openstackgerritOpenStack Proposal Bot proposed openstack/zaqar: Updated from global requirements  https://review.openstack.org/23290605:05
*** csoukup has quit IRC05:56
*** diga has joined #openstack-zaqar06:16
*** akanksha_ has quit IRC06:18
*** Sanika_ has joined #openstack-zaqar06:27
Sanika_hi,Sanika here .Can anyone pls help me with this error generating config file using tox -e genconfig  http://paste.openstack.org/show/475739/06:29
therveSanika_, One of your dependencies is outdated, like pip or setuptools06:37
therveYou should remove the sudo too06:37
therveTry tox -r -e genconfig as your regular user. You may need to remove the .tox directory though06:37
Sanika_i should remove the .tox directory?i had tried as a normal user but there was same error..thanx06:49
Sanika_upgraded pip n setuptools.. removed the .tox dir. as a normal user it gives permission denied so tried  with sudo tox -r -e genconfig ..same error again :(07:13
*** Sanika_ has quit IRC07:40
*** flwang has joined #openstack-zaqar07:58
*** openstackstatus has quit IRC08:02
*** openstackstatus has joined #openstack-zaqar08:04
*** ChanServ sets mode: +v openstackstatus08:04
*** akanksha_ has joined #openstack-zaqar08:14
*** achanda has quit IRC08:18
*** flwang has quit IRC08:24
*** diga has quit IRC08:37
*** KD_ has joined #openstack-zaqar09:25
*** diga has joined #openstack-zaqar09:26
*** zhiyan has quit IRC09:34
*** ameade has quit IRC09:35
*** wanghao has quit IRC09:35
*** zhiyan has joined #openstack-zaqar09:56
*** zhiyan has quit IRC09:57
*** KD_ has quit IRC09:57
*** malini has joined #openstack-zaqar10:05
*** ameade has joined #openstack-zaqar10:15
*** mpanetta has joined #openstack-zaqar10:17
*** zhiyan has joined #openstack-zaqar10:18
*** mpanetta has quit IRC10:22
*** malini1 has joined #openstack-zaqar10:41
*** wanghao has joined #openstack-zaqar10:41
*** malini has quit IRC10:44
*** malini1 has quit IRC11:02
*** mpanetta has joined #openstack-zaqar11:15
*** mpanetta has quit IRC11:19
*** exploreshaifali has joined #openstack-zaqar11:40
*** exploreshaifali has quit IRC11:49
*** AAzza_ has joined #openstack-zaqar12:15
*** AAzza has quit IRC12:15
*** AAzza_ is now known as AAzza12:15
*** AAzza has quit IRC12:20
*** AAzza has joined #openstack-zaqar12:21
*** AAzza has quit IRC12:26
*** AAzza has joined #openstack-zaqar12:26
*** wanghao has quit IRC12:43
*** akanksha_ has quit IRC12:48
elmikomdnadeem: i used the zaqar plugin for devstack without modification, not sure what it uses for a config file.12:49
*** mdnadeem_ has joined #openstack-zaqar12:53
*** sriram has joined #openstack-zaqar13:04
*** boris-42 has quit IRC13:18
*** malini has joined #openstack-zaqar13:19
*** malini1 has joined #openstack-zaqar13:21
*** exploreshaifali has joined #openstack-zaqar13:22
*** njohnston is now known as nate_gone13:24
*** malini has quit IRC13:24
*** itisha has joined #openstack-zaqar13:25
*** davideagnello has quit IRC13:40
*** exploreshaifali has quit IRC13:40
*** malini1 has quit IRC13:42
*** malini has joined #openstack-zaqar13:43
*** malini1 has joined #openstack-zaqar13:45
*** malini has quit IRC13:48
*** davideagnello has joined #openstack-zaqar13:48
vkmcmdnadeem, if you have a moment later, could you fix the commit message? https://review.openstack.org/#/c/231920/113:53
vkmcso we can move it fwd13:53
*** dynarro has joined #openstack-zaqar13:53
*** nate_gone is now known as njohnston13:57
*** mpanetta has joined #openstack-zaqar14:00
openstackgerritMerged openstack/zaqar: Updated from global requirements  https://review.openstack.org/23290614:09
*** kgriffs|afk is now known as kgriffs14:24
mdnadeem_vkmc: Thanks for pointing, i just do it in a minute.14:24
*** Qiming has quit IRC14:26
*** dynarro has quit IRC14:29
openstackgerritMD NADEEM proposed openstack/zaqar: FIX TypeError for list queue command.  https://review.openstack.org/23192014:30
mdnadeem_vkmc: Done :)14:31
vkmcmdnadeem_, awesome! thanks a lot14:31
mdnadeem_vkmc : I have investigating some issue with pool and flavor, and need to discuss it with you guys14:33
mdnadeem_vkmc: Can i do it in weekly meeting?14:33
Eva-iHello, can someone confirm the bug I reported? https://bugs.launchpad.net/zaqar/+bug/150436814:35
openstackLaunchpad bug 1504368 in zaqar "Incorrect usage of assertEqual() in some tests: "assertEqual(True, ...)"" [Undecided,New] - Assigned to Eva Balycheva (ubershy)14:35
*** davideag_ has joined #openstack-zaqar14:36
*** davideagnello has quit IRC14:38
vkmcmdnadeem_, that sounds great, add it to the agenda here https://wiki.openstack.org/wiki/Meetings/Zaqar14:40
vkmcEva-i, sure14:40
*** diga has quit IRC14:40
mdnadeem_vkmc: meeting date is not updated yet?14:42
vkmcmdnadeem_, nope, will do it right away14:42
vkmcmdnadeem_, but it's next Monday at 21.00UTC14:43
mdnadeem_vkmc: next means on 19th?14:44
Eva-ivkmc: thank you14:44
vkmcmdnadeem_, , 1214:44
vkmcEva-i, np14:44
mdnadeem_vkmc: Ohk, 21.00 UTC , omg its 6 am of tuesday here, i am not sure if i can woke up so early . But i try my best to attain it :)14:47
Eva-ivkmc: I created new branch for my commit before running "git review -s". Is it okay?14:54
Eva-iIn manuals I see the command "git review -s" is executed first.14:54
vkmcEva-i, it is!14:54
Eva-ialright14:55
vkmcyeah, is to set up the repository with your gerrit credentials14:55
vkmcbut14:55
vkmcyou can fix that later, is the same14:55
*** csoukup has joined #openstack-zaqar15:08
openstackgerritEva Balycheva proposed openstack/zaqar: Fix incorrect usage of assertEqual() in some tests  https://review.openstack.org/23311015:08
vkmcEva-i, wohoo :) good job15:11
Eva-ivkmc: thanks =) I need to do some things now, then I will aim for a new bug15:16
*** malini1 has quit IRC15:16
vkmcEva-i, sounds good, thanks15:16
*** malini has joined #openstack-zaqar15:27
*** malini has quit IRC15:27
*** Sanika has joined #openstack-zaqar15:50
*** itisha has quit IRC15:51
*** Sanika has quit IRC16:07
*** achanda has joined #openstack-zaqar16:38
*** achanda has quit IRC16:39
*** achanda has joined #openstack-zaqar16:40
*** achanda has quit IRC16:42
*** achanda has joined #openstack-zaqar16:50
*** achanda has quit IRC16:59
*** achanda has joined #openstack-zaqar17:22
*** achanda has quit IRC17:38
*** achanda has joined #openstack-zaqar17:43
*** achanda has quit IRC17:47
*** achanda has joined #openstack-zaqar17:49
*** itisha has joined #openstack-zaqar18:01
*** achanda has quit IRC18:22
*** achanda has joined #openstack-zaqar18:44
*** achanda has quit IRC18:53
*** exploreshaifali has joined #openstack-zaqar19:00
*** achanda has joined #openstack-zaqar19:31
Eva-iI'm trying to perform python34 tests on zaqar. I got failed test and then crash. Is something wrong with my environment?19:33
Eva-ihttp://paste.openstack.org/show/w91IKUOJ9hEO6eRowSIN/19:33
*** achanda has quit IRC19:53
vkmcEva-i, checking20:17
Eva-ivkmc: btw it pass py27 tests without problems20:20
vkmcEva-i, seems there is a bug there20:28
sriramlooks likes a non existent queue, whoa how did a 201 come there.20:29
vkmcsriram, something on the websocket drive apparently20:31
vkmcs/drive/driver/20:31
*** achanda has joined #openstack-zaqar20:34
*** akanksha_ has joined #openstack-zaqar20:42
*** njohnston is now known as nate_gone20:46
Eva-ivkmc: okay20:50
vkmcits odd that it works for py27 and not for py34 though20:50
vkmcheh20:50
akanksha_Could the reason for py34 failing be that all requirements for py34 aren't satisfied?20:52
vkmcakanksha_, like which requirement?21:04
akanksha_So, my env has python version 2.7. Will that mean that py34 test might fail?21:05
vkmcakanksha_, if you have python 3.4 dev just for run the tests, then it should work for you21:08
akanksha_It worked for me later on. But I was just wondering if that could be a possible problem for Eva.21:10
Eva-iakanksha_: python3-dev package must be installed in OS to perform the tests21:10
akanksha_Me, I am facing problems with tempest logs. I cant figure out how my patch is going wrong. Can you review it once?21:11
akanksha_I tried reading the tempest logs but can't pinpoint how mit connects to my change, vkmc https://review.openstack.org/#/c/165632/21:12
akanksha_*It21:12
akanksha_tempest tests can't be run on my environment locally  right?21:13
*** csoukup has quit IRC21:15
*** sriram has quit IRC21:16
vkmcakanksha_, so... its not tempest, its the functional tests the ones failing21:18
vkmcnot sure what is failing there21:19
vkmcthe redis gate is the one failing21:19
*** exploreshaifali has quit IRC21:21
Eva-iI think I have also have discovered many bugs in zaqar documentation. But maybe you already know about such problems.21:35
Eva-i*I also have discovered21:35
Eva-ivkmc: lets choose a bug for me? Maybe something harder this time? =)21:46
*** mpanetta has quit IRC21:51
*** davideag_ has quit IRC22:08
*** davideagnello has joined #openstack-zaqar22:09
*** Eva-i has quit IRC23:01
*** Eva-i has joined #openstack-zaqar23:01
*** flwang has joined #openstack-zaqar23:16
*** flwang has quit IRC23:21
*** flwang has joined #openstack-zaqar23:22
*** Qiming has joined #openstack-zaqar23:42
*** flwang has quit IRC23:58
*** achanda has quit IRC23:59

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