*** achanda_ has joined #openstack-zaqar | 00:03 | |
*** david-ly_ has joined #openstack-zaqar | 00:04 | |
*** david-lyle has quit IRC | 00:05 | |
*** achanda has quit IRC | 00:06 | |
*** achanda_ has quit IRC | 00:07 | |
vkmc | akanksha_, it run on its own | 00:09 |
---|---|---|
vkmc | akanksha_, you can use the screens to check it | 00:09 |
vkmc | screen -r stack will connect you to the screen | 00:09 |
vkmc | alt+a n and alt+a p to navigate screens | 00:09 |
vkmc | alt+a d to detach from a screen | 00:09 |
Eva-i | screens are pseudo-graphic interface to openstack? | 00:10 |
vkmc | Eva-i, screens is gnu-screen | 00:11 |
vkmc | console multiplexer | 00:11 |
vkmc | :) | 00:11 |
vkmc | https://www.gnu.org/software/screen/ | 00:11 |
Eva-i | ah | 00:11 |
Eva-i | okay, thanks | 00:11 |
vkmc | np | 00:14 |
vkmc | Eva-i, how are you doing with the code? anything I can help with? | 00:14 |
Eva-i | vkmc: I'm still inspecting the code | 00:16 |
Eva-i | vkmc: there are lines I don't understand like "_list = abc.abstractmethod(lambda x: None)" | 00:17 |
vkmc | Eva-i, ah well, those are optimizations and refactorings | 00:18 |
vkmc | no need to understand them now | 00:18 |
vkmc | did you find a bug for you to start working on? | 00:18 |
Eva-i | vkmc: no, I still haven't | 00:20 |
vkmc | let's find one | 00:22 |
Eva-i | vkmc: for now I just want to understand how everything is connected to see a big picture | 00:22 |
vkmc | Eva-i, that makes sense, but its something you will learn with time, fixing things and testing different scenarios | 00:23 |
vkmc | generally its part of the internship | 00:23 |
vkmc | we reserve the first weeks for you to gain more confidence with the code | 00:23 |
Eva-i | vkmc: alright, you have convinced me, lets choose a lovely bug | 00:24 |
vkmc | Eva-i, I saw one today while reviewing things | 00:24 |
Eva-i | vkmc: which one? | 00:26 |
vkmc | Eva-i, so I was going to report it, but I prefer you do it | 00:26 |
vkmc | and you fix it as well | 00:27 |
vkmc | so there are some tests that do assertEqual(true, ...) | 00:27 |
vkmc | the correct way of testing that is... assertTrue(...) | 00:27 |
vkmc | its simple but good enough for you to submit your first patch | 00:27 |
vkmc | you should register your contributor accounts, if you haven't already | 00:28 |
vkmc | report the bug in launchpad https://bugs.launchpad.net/zaqar | 00:28 |
vkmc | and propose a fix for it | 00:28 |
Eva-i | vkmc: alright, I'm going to find such tests now | 00:31 |
vkmc | great! | 00:31 |
vkmc | thanks elmiko | 00:31 |
vkmc | sorry elmiko | 00:31 |
vkmc | Eva-i, ^ | 00:31 |
akanksha_ | vkmc, I tried running the examples and I am getting forrbidden errors | 00:32 |
akanksha_ | *zaqarclient examples | 00:32 |
vkmc | akanksha_, in the client right? | 00:32 |
vkmc | akanksha_, 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 |
vkmc | akanksha_, nope, python-zaqarclient | 00:33 |
akanksha_ | I ran the examples from the zaqarclient directly. | 00:34 |
akanksha_ | Checking keystone credentials now | 00:34 |
vkmc | akanksha_, I hit some issues with some examples as well | 00:35 |
vkmc | not with the one with auth | 00:35 |
vkmc | and I have a devstack deployment | 00: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 |
vkmc | akanksha_, its usually helpful that you paste the errors you get and you give me more details on how did you deploy things | 00:37 |
akanksha_ | I also get forbidden errors with curl commands. | 00:37 |
vkmc | that way I can try to reproduce | 00:37 |
akanksha_ | Okay wait | 00:37 |
*** mdnadeem_ has joined #openstack-zaqar | 00:38 | |
akanksha_ | http://paste.openstack.org/show/475806/ | 00:39 |
mdnadeem | elmiko: hi, regarding issue you face zaqarclient and the queues() operation, can you provide me your zaqar.conf file? | 00:42 |
vkmc | akanksha_, and how did you deploy zaqar? devstack? | 00:43 |
akanksha_ | vkmc, i enabled it as a plugin in devsatck | 00:44 |
akanksha_ | *devstack | 00:44 |
vkmc | akanksha_, cool | 00:47 |
vkmc | I'm setting up a new env | 00:50 |
vkmc | I broke the last one :1 | 00:51 |
Eva-i | vkmc: there are few occurences of "assertEqual(True, ...)". And I just thought there might be any tests with "assertEqual(..., True)". | 00:52 |
Eva-i | So I tried to find them via regex expression "assertEqual\((.*), True\)", and I got no results. | 00:52 |
Eva-i | Will report bug now | 00:52 |
vkmc | Eva-i, awesome :) | 00:53 |
vkmc | yeah, there are not many occurrences | 00:53 |
*** Roachs_ has quit IRC | 01: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. I | 01:07 |
akanksha_ | am in the process of reading up more about it so I can propose a timeline for the project. | 01:07 |
vkmc | akanksha_, good call | 01:09 |
akanksha_ | vkmc, what are the exact requirements for the project? | 01:10 |
vkmc | akanksha_, yeah basically we want to enhance the perf a bit more and add support for different type of data | 01:10 |
vkmc | that will need some research probably | 01:11 |
vkmc | we want to make sure that data is consistent across different datastores and transmission protocols | 01:11 |
Eva-i | vkmc: can I use tag "tests" for such bug? Someone used this tag once in zaqar launchpad. | 01:11 |
vkmc | akanksha_, requirements... in what sense? | 01:11 |
vkmc | Eva-i, sure | 01:11 |
vkmc | bbl, dinner | 01:14 |
*** mpanetta has joined #openstack-zaqar | 01:14 | |
*** david-ly_ has quit IRC | 01:14 | |
*** mpanetta has quit IRC | 01:18 | |
Eva-i | vkmc: bon appetit, please check it after your meal: https://bugs.launchpad.net/zaqar/+bug/1504368 | 01:20 |
openstack | Launchpad bug 1504368 in zaqar "Incorrect usage of assertEqual() in some tests: "assertEqual(True, ...)"" [Undecided,New] - Assigned to Eva Balycheva (ubershy) | 01:20 |
Eva-i | oh | 01:20 |
*** david-lyle has joined #openstack-zaqar | 01:22 | |
openstackgerrit | Merged openstack/zaqar: Fix order of arguments in assertEqual https://review.openstack.org/228721 | 01:28 |
openstackgerrit | Merged openstack/zaqar: Adding namespace for [drivers] section in oslo-config-generator https://review.openstack.org/229228 | 01:28 |
*** david-lyle has quit IRC | 01:29 | |
*** Qiming has joined #openstack-zaqar | 01:41 | |
*** itisha has quit IRC | 02:11 | |
*** achanda has joined #openstack-zaqar | 02:31 | |
*** davideagnello has quit IRC | 02:47 | |
*** davideagnello has joined #openstack-zaqar | 02:54 | |
*** mdnadeem_ has quit IRC | 03:02 | |
mdnadeem | Dear Team : For those who are attaining tokyo summit: Please get E-ticket- OpenStack Community Official Evening Event Sponsored by HP, Scality, Cisco, & Bit-isle | 03:16 |
mdnadeem | http://openstacksummitoctober2015tokyo.sched.org/event/2d279d60caaa8bceeb6ea520f9976a09#.VhcMTfmqqko | 03:17 |
*** Qiming_ has joined #openstack-zaqar | 03:27 | |
*** Qiming has quit IRC | 03:27 | |
*** Qiming_ is now known as Qiming | 03:39 | |
*** david-lyle has joined #openstack-zaqar | 03:47 | |
*** achanda has quit IRC | 03:57 | |
*** flwang has quit IRC | 04:35 | |
*** achanda has joined #openstack-zaqar | 04:41 | |
*** stanchan has joined #openstack-zaqar | 05:05 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/zaqar: Updated from global requirements https://review.openstack.org/232906 | 05:05 |
*** csoukup has quit IRC | 05:56 | |
*** diga has joined #openstack-zaqar | 06:16 | |
*** akanksha_ has quit IRC | 06:18 | |
*** Sanika_ has joined #openstack-zaqar | 06: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 |
therve | Sanika_, One of your dependencies is outdated, like pip or setuptools | 06:37 |
therve | You should remove the sudo too | 06:37 |
therve | Try tox -r -e genconfig as your regular user. You may need to remove the .tox directory though | 06:37 |
Sanika_ | i should remove the .tox directory?i had tried as a normal user but there was same error..thanx | 06: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 IRC | 07:40 | |
*** flwang has joined #openstack-zaqar | 07:58 | |
*** openstackstatus has quit IRC | 08:02 | |
*** openstackstatus has joined #openstack-zaqar | 08:04 | |
*** ChanServ sets mode: +v openstackstatus | 08:04 | |
*** akanksha_ has joined #openstack-zaqar | 08:14 | |
*** achanda has quit IRC | 08:18 | |
*** flwang has quit IRC | 08:24 | |
*** diga has quit IRC | 08:37 | |
*** KD_ has joined #openstack-zaqar | 09:25 | |
*** diga has joined #openstack-zaqar | 09:26 | |
*** zhiyan has quit IRC | 09:34 | |
*** ameade has quit IRC | 09:35 | |
*** wanghao has quit IRC | 09:35 | |
*** zhiyan has joined #openstack-zaqar | 09:56 | |
*** zhiyan has quit IRC | 09:57 | |
*** KD_ has quit IRC | 09:57 | |
*** malini has joined #openstack-zaqar | 10:05 | |
*** ameade has joined #openstack-zaqar | 10:15 | |
*** mpanetta has joined #openstack-zaqar | 10:17 | |
*** zhiyan has joined #openstack-zaqar | 10:18 | |
*** mpanetta has quit IRC | 10:22 | |
*** malini1 has joined #openstack-zaqar | 10:41 | |
*** wanghao has joined #openstack-zaqar | 10:41 | |
*** malini has quit IRC | 10:44 | |
*** malini1 has quit IRC | 11:02 | |
*** mpanetta has joined #openstack-zaqar | 11:15 | |
*** mpanetta has quit IRC | 11:19 | |
*** exploreshaifali has joined #openstack-zaqar | 11:40 | |
*** exploreshaifali has quit IRC | 11:49 | |
*** AAzza_ has joined #openstack-zaqar | 12:15 | |
*** AAzza has quit IRC | 12:15 | |
*** AAzza_ is now known as AAzza | 12:15 | |
*** AAzza has quit IRC | 12:20 | |
*** AAzza has joined #openstack-zaqar | 12:21 | |
*** AAzza has quit IRC | 12:26 | |
*** AAzza has joined #openstack-zaqar | 12:26 | |
*** wanghao has quit IRC | 12:43 | |
*** akanksha_ has quit IRC | 12:48 | |
elmiko | mdnadeem: i used the zaqar plugin for devstack without modification, not sure what it uses for a config file. | 12:49 |
*** mdnadeem_ has joined #openstack-zaqar | 12:53 | |
*** sriram has joined #openstack-zaqar | 13:04 | |
*** boris-42 has quit IRC | 13:18 | |
*** malini has joined #openstack-zaqar | 13:19 | |
*** malini1 has joined #openstack-zaqar | 13:21 | |
*** exploreshaifali has joined #openstack-zaqar | 13:22 | |
*** njohnston is now known as nate_gone | 13:24 | |
*** malini has quit IRC | 13:24 | |
*** itisha has joined #openstack-zaqar | 13:25 | |
*** davideagnello has quit IRC | 13:40 | |
*** exploreshaifali has quit IRC | 13:40 | |
*** malini1 has quit IRC | 13:42 | |
*** malini has joined #openstack-zaqar | 13:43 | |
*** malini1 has joined #openstack-zaqar | 13:45 | |
*** malini has quit IRC | 13:48 | |
*** davideagnello has joined #openstack-zaqar | 13:48 | |
vkmc | mdnadeem, if you have a moment later, could you fix the commit message? https://review.openstack.org/#/c/231920/1 | 13:53 |
vkmc | so we can move it fwd | 13:53 |
*** dynarro has joined #openstack-zaqar | 13:53 | |
*** nate_gone is now known as njohnston | 13:57 | |
*** mpanetta has joined #openstack-zaqar | 14:00 | |
openstackgerrit | Merged openstack/zaqar: Updated from global requirements https://review.openstack.org/232906 | 14:09 |
*** kgriffs|afk is now known as kgriffs | 14:24 | |
mdnadeem_ | vkmc: Thanks for pointing, i just do it in a minute. | 14:24 |
*** Qiming has quit IRC | 14:26 | |
*** dynarro has quit IRC | 14:29 | |
openstackgerrit | MD NADEEM proposed openstack/zaqar: FIX TypeError for list queue command. https://review.openstack.org/231920 | 14:30 |
mdnadeem_ | vkmc: Done :) | 14:31 |
vkmc | mdnadeem_, awesome! thanks a lot | 14:31 |
mdnadeem_ | vkmc : I have investigating some issue with pool and flavor, and need to discuss it with you guys | 14:33 |
mdnadeem_ | vkmc: Can i do it in weekly meeting? | 14:33 |
Eva-i | Hello, can someone confirm the bug I reported? https://bugs.launchpad.net/zaqar/+bug/1504368 | 14:35 |
openstack | Launchpad 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-zaqar | 14:36 | |
*** davideagnello has quit IRC | 14:38 | |
vkmc | mdnadeem_, that sounds great, add it to the agenda here https://wiki.openstack.org/wiki/Meetings/Zaqar | 14:40 |
vkmc | Eva-i, sure | 14:40 |
*** diga has quit IRC | 14:40 | |
mdnadeem_ | vkmc: meeting date is not updated yet? | 14:42 |
vkmc | mdnadeem_, nope, will do it right away | 14:42 |
vkmc | mdnadeem_, but it's next Monday at 21.00UTC | 14:43 |
mdnadeem_ | vkmc: next means on 19th? | 14:44 |
Eva-i | vkmc: thank you | 14:44 |
vkmc | mdnadeem_, , 12 | 14:44 |
vkmc | Eva-i, np | 14: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-i | vkmc: I created new branch for my commit before running "git review -s". Is it okay? | 14:54 |
Eva-i | In manuals I see the command "git review -s" is executed first. | 14:54 |
vkmc | Eva-i, it is! | 14:54 |
Eva-i | alright | 14:55 |
vkmc | yeah, is to set up the repository with your gerrit credentials | 14:55 |
vkmc | but | 14:55 |
vkmc | you can fix that later, is the same | 14:55 |
*** csoukup has joined #openstack-zaqar | 15:08 | |
openstackgerrit | Eva Balycheva proposed openstack/zaqar: Fix incorrect usage of assertEqual() in some tests https://review.openstack.org/233110 | 15:08 |
vkmc | Eva-i, wohoo :) good job | 15:11 |
Eva-i | vkmc: thanks =) I need to do some things now, then I will aim for a new bug | 15:16 |
*** malini1 has quit IRC | 15:16 | |
vkmc | Eva-i, sounds good, thanks | 15:16 |
*** malini has joined #openstack-zaqar | 15:27 | |
*** malini has quit IRC | 15:27 | |
*** Sanika has joined #openstack-zaqar | 15:50 | |
*** itisha has quit IRC | 15:51 | |
*** Sanika has quit IRC | 16:07 | |
*** achanda has joined #openstack-zaqar | 16:38 | |
*** achanda has quit IRC | 16:39 | |
*** achanda has joined #openstack-zaqar | 16:40 | |
*** achanda has quit IRC | 16:42 | |
*** achanda has joined #openstack-zaqar | 16:50 | |
*** achanda has quit IRC | 16:59 | |
*** achanda has joined #openstack-zaqar | 17:22 | |
*** achanda has quit IRC | 17:38 | |
*** achanda has joined #openstack-zaqar | 17:43 | |
*** achanda has quit IRC | 17:47 | |
*** achanda has joined #openstack-zaqar | 17:49 | |
*** itisha has joined #openstack-zaqar | 18:01 | |
*** achanda has quit IRC | 18:22 | |
*** achanda has joined #openstack-zaqar | 18:44 | |
*** achanda has quit IRC | 18:53 | |
*** exploreshaifali has joined #openstack-zaqar | 19:00 | |
*** achanda has joined #openstack-zaqar | 19:31 | |
Eva-i | I'm trying to perform python34 tests on zaqar. I got failed test and then crash. Is something wrong with my environment? | 19:33 |
Eva-i | http://paste.openstack.org/show/w91IKUOJ9hEO6eRowSIN/ | 19:33 |
*** achanda has quit IRC | 19:53 | |
vkmc | Eva-i, checking | 20:17 |
Eva-i | vkmc: btw it pass py27 tests without problems | 20:20 |
vkmc | Eva-i, seems there is a bug there | 20:28 |
sriram | looks likes a non existent queue, whoa how did a 201 come there. | 20:29 |
vkmc | sriram, something on the websocket drive apparently | 20:31 |
vkmc | s/drive/driver/ | 20:31 |
*** achanda has joined #openstack-zaqar | 20:34 | |
*** akanksha_ has joined #openstack-zaqar | 20:42 | |
*** njohnston is now known as nate_gone | 20:46 | |
Eva-i | vkmc: okay | 20:50 |
vkmc | its odd that it works for py27 and not for py34 though | 20:50 |
vkmc | heh | 20:50 |
akanksha_ | Could the reason for py34 failing be that all requirements for py34 aren't satisfied? | 20:52 |
vkmc | akanksha_, like which requirement? | 21:04 |
akanksha_ | So, my env has python version 2.7. Will that mean that py34 test might fail? | 21:05 |
vkmc | akanksha_, if you have python 3.4 dev just for run the tests, then it should work for you | 21: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-i | akanksha_: python3-dev package must be installed in OS to perform the tests | 21: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_ | *It | 21:12 |
akanksha_ | tempest tests can't be run on my environment locally right? | 21:13 |
*** csoukup has quit IRC | 21:15 | |
*** sriram has quit IRC | 21:16 | |
vkmc | akanksha_, so... its not tempest, its the functional tests the ones failing | 21:18 |
vkmc | not sure what is failing there | 21:19 |
vkmc | the redis gate is the one failing | 21:19 |
*** exploreshaifali has quit IRC | 21:21 | |
Eva-i | I 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 discovered | 21:35 |
Eva-i | vkmc: lets choose a bug for me? Maybe something harder this time? =) | 21:46 |
*** mpanetta has quit IRC | 21:51 | |
*** davideag_ has quit IRC | 22:08 | |
*** davideagnello has joined #openstack-zaqar | 22:09 | |
*** Eva-i has quit IRC | 23:01 | |
*** Eva-i has joined #openstack-zaqar | 23:01 | |
*** flwang has joined #openstack-zaqar | 23:16 | |
*** flwang has quit IRC | 23:21 | |
*** flwang has joined #openstack-zaqar | 23:22 | |
*** Qiming has joined #openstack-zaqar | 23:42 | |
*** flwang has quit IRC | 23:58 | |
*** achanda has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!