Friday, 2015-11-20

openstackgerritMD NADEEM proposed openstack/python-zaqarclient: Fix client UnauthorizedError  https://review.openstack.org/24552600:45
openstackgerritFei Long Wang proposed openstack/zaqar: Fix queue create failure when metadata is {}  https://review.openstack.org/24786701:08
*** kgriffs is now known as kgriffs|afk01:12
flwang1mdnadeem: ping01:23
mdnadeemflwang1: pong01:24
flwang1when you run the functional test on your local, what's the result you're seeing?01:24
flwang1how many failure? what kind of failure?01:24
mdnadeemflwang1:  functional test successfully pass on patch set 3 of https://review.openstack.org/#/c/245526/01:27
flwang1mdnadeem: i don't udnerstand01:28
flwang1i saw it failed01:28
*** Qiming has joined #openstack-zaqar01:29
mdnadeemflwang1: i have run functional test  nosetests tests.functional, it pass on my local env, however i dnt know why gate dvsm fail it.01:29
flwangmdnadeem: what's your local settings? did you enable pooling?01:30
flwangwhat's the database combination? control+data01:30
mdnadeemyes pooling enable, on local env i need to set some env variable  according to functional test requirement.01:30
mdnadeemplease have a look https://github.com/openstack/python-zaqarclient/blob/master/zaqarclient/tests/base.py#L53L7101:33
mdnadeem^^ for env variable need to export on cli for functional test01:34
flwang1i can pass some of the cases, but not all. i got 10 malformed error about pooling adding, and 2 permission failure related to policy01:35
flwang1mdnadeem: so i'm wondering why you can pass all the test01:35
mdnadeemPlease test it on your env, and let me know the result01:36
flwang1i did01:36
flwang1again, i did test your patch01:36
flwang1that's why i talk with you now01:36
mdnadeemyou means functional test fail at your env?01:38
flwang1exactly01:38
flwang1mdnadeem: can you run it locally and paste me the log?01:38
flwang1and your zaqar config file01:38
mdnadeemflwang1: ok, give me some time01:39
flwang1thanks01:39
*** exploreshaifali has quit IRC01:42
mdnadeemflwang1: can you paste the error, u got for functional test01:43
flwang1http://paste.openstack.org/show/479521/01:48
mdnadeemhere is mine logs: http://paste.openstack.org/show/479523/01:53
mdnadeemconfig file : http://paste.openstack.org/show/479524/01:53
flwang1mdnadeem: did you update your policy.json file? to add the delete_all for message?01:57
flwang1since i just found a bug for that01:57
mdnadeemno01:58
flwang1hmm...01:59
flwang1interesting...02:00
mdnadeemflwang1: can you try to run functional test on patch set 3 of https://review.openstack.org/#/c/245526/02:00
flwang1why?02:00
mdnadeemjust need to confirm, in patch set 3 , i have fix a functional test bug02:01
mdnadeembut some one comments it to fix functional test bug on another patch, so i remove it in patch set 4.02:01
flwang1mdnadeem: i'm wondering if your test is running against wsgi api since there is a policy bug02:03
flwang1we missed "messages:delete_all": "", in policy.json02:04
flwang1so technically, there are at least 2 test cases will fail02:04
mdnadeemi will paste my policy.json file02:04
flwang1which related to the multi delete02:04
mdnadeemflwang1: my policy.json http://paste.openstack.org/show/479529/02:06
flwang1mdnadeem: no worries02:07
flwang1just confirmed, it's missing in my local02:08
flwang1so this one should be ok02:08
mdnadeemcool,02:08
flwang1the other difference (b/w your config and mine) is i'm using sqlalchemy as control driver02:08
flwang1i will try with mongodb as the mgmt driver02:08
mdnadeemflwang1: Thanks :)02:09
flwang1mdnadeem: i know the root cause02:11
flwang1after removed my existing pools, it works now02:11
flwang1let me try again02:11
flwang1mdnadeem: what's the functional bug you fixed?02:15
flwang1ok, i found it02:19
mdnadeemflwang1: cool02:33
mdnadeemflwang1: i will upload a patch for the same soon :)02:34
mdnadeemflwang1: fyi: https://review.openstack.org/#/c/245526/3/zaqarclient/tests/queues/pool.py02:35
flwang1mdnadeem: now i still have 1 test case failed, but i think it's not related to your patch02:38
mdnadeemcan i see the erro, it through ?02:38
mdnadeem*error02:38
mdnadeem*throw02:39
mdnadeemmy bad english02:39
mdnadeem:(02:39
flwang1tests.functional.queues.v1.test_queues.QueuesV1QueueHttpFunctionalTest.test_queue_exists_functional02:41
flwang1this one failed02:41
mdnadeemwhat exception it through ?02:41
mdnadeem*throw02:41
mdnadeemi am worried , how it pass in my env02:42
flwangmdnadeem: i will dig02:58
flwangafter fix that, i will +2 on your patch and dig the auth issue of gate02:58
mdnadeemflwang: Thanks :)02:58
mdnadeemflwang: please confirm this bug: https://bugs.launchpad.net/python-zaqarclient/+bug/151815803:01
openstackLaunchpad bug 1518158 in Python client library for Zaqar "Functional test fail" [Undecided,New]03:01
*** Eva-i has joined #openstack-zaqar03:06
flwangseems it passed on my local03:07
openstackgerritMD NADEEM proposed openstack/python-zaqarclient: Fix functional test_pool_list  https://review.openstack.org/24789703:09
openstackgerritMD NADEEM proposed openstack/python-zaqarclient: Added pool update support for v1  https://review.openstack.org/24733703:18
mdnadeemflwang: all functional test passed??03:27
flwangmdnadeem: no, just the one i mentioned above failed03:29
flwangmdnadeem: i'm not sure if your error is related to your local env03:30
mdnadeemflwang: sorry, which error you are talking about ?03:31
flwangtests.functional.queues.v1.test_queues.QueuesV1QueueHttpFunctionalTest.test_queue_exists_functional03:32
flwangin my local, ^ failed03:32
mdnadeemohk03:33
mdnadeemjust for confirmation, i will  try it in a new env03:34
mdnadeemflwang: Need to discuss about pool list --> output03:35
flwangmdnadeem: ok03:35
flwangi'm going to run after 20 mins :)03:35
mdnadeem:)03:36
mdnadeemplease visit this link : https://review.openstack.org/#/c/246255/03:36
mdnadeemfind my inline response, i need your view03:36
*** amitgandhinz has quit IRC03:46
flwangi saw your comments03:53
mdnadeemflwang: So what you think03:54
mdnadeempool list --> just list the name of all pool present in the env03:55
mdnadeempool show pool_name --> show full details03:55
flwang1i'm not an operator, so i don't have strong justification to object to that03:56
flwang1i have to run, ttyl03:57
mdnadeemok, bye :)03:58
*** flwang1 has quit IRC04:02
*** EmilienM has quit IRC04:08
*** EmilienM has joined #openstack-zaqar04:10
*** achanda has joined #openstack-zaqar04:23
*** achanda_ has joined #openstack-zaqar04:46
*** achanda has quit IRC04:50
*** achanda_ has quit IRC05:21
*** amitgandhinz has joined #openstack-zaqar05:47
*** amitgandhinz has quit IRC05:52
*** flwang1 has joined #openstack-zaqar06:21
*** achanda has joined #openstack-zaqar06:26
*** rcernin has joined #openstack-zaqar06:30
*** flwang1 has quit IRC06:32
*** flwang1 has joined #openstack-zaqar06:32
*** achanda has quit IRC06:42
*** achanda has joined #openstack-zaqar06:43
*** flwang1 has quit IRC06:47
*** achanda has quit IRC06:48
*** amitgandhinz has joined #openstack-zaqar06:48
*** amitgandhinz has quit IRC06:53
*** achanda has joined #openstack-zaqar07:29
*** mdnadeem_ has joined #openstack-zaqar07:36
*** achanda has quit IRC07:41
*** amitgandhinz has joined #openstack-zaqar07:49
*** csoukup has joined #openstack-zaqar07:50
*** amitgandhinz has quit IRC07:54
*** csoukup has quit IRC08:00
*** achanda has joined #openstack-zaqar08:17
*** amitgandhinz has joined #openstack-zaqar08:50
*** amitgandhinz has quit IRC08:55
*** AAzza_ has joined #openstack-zaqar09:00
*** AAzza has quit IRC09:04
*** AAzza has joined #openstack-zaqar09:05
*** mdnadeem_ has quit IRC09:06
*** AAzza_ has quit IRC09:06
*** AAzza_ has joined #openstack-zaqar09:06
*** AAzza has quit IRC09:09
*** AAzza_ is now known as AAzza09:09
*** AAzza has quit IRC09:16
*** AAzza has joined #openstack-zaqar09:16
*** achanda has quit IRC09:17
*** achanda has joined #openstack-zaqar09:25
*** achanda has quit IRC09:37
*** amitgandhinz has joined #openstack-zaqar09:52
*** Qiming has quit IRC09:56
*** amitgandhinz has quit IRC09:57
*** amitgandhinz has joined #openstack-zaqar10:53
*** amitgandhinz has quit IRC10:57
*** Qiming has joined #openstack-zaqar11:28
*** achanda has joined #openstack-zaqar11:31
*** amitgandhinz has joined #openstack-zaqar11:54
*** szaher_ has quit IRC11:55
*** amitgandhinz has quit IRC11:58
*** szaher_ has joined #openstack-zaqar12:27
*** amitgandhinz has joined #openstack-zaqar12:55
*** amitgandhinz has quit IRC12:59
*** achanda has quit IRC13:01
*** achanda has joined #openstack-zaqar13:02
*** tej has joined #openstack-zaqar13:09
*** tej has quit IRC13:13
*** achanda has quit IRC13:28
*** achanda has joined #openstack-zaqar13:31
*** achanda has quit IRC13:37
*** achanda has joined #openstack-zaqar13:38
*** Qiming has quit IRC13:44
*** Qiming has joined #openstack-zaqar13:45
*** sriram has joined #openstack-zaqar13:58
*** tej has joined #openstack-zaqar14:02
*** mpanetta has joined #openstack-zaqar14:05
*** achanda has quit IRC14:11
*** achanda has joined #openstack-zaqar14:13
*** njohnston is now known as nate_gone14:15
*** amitgandhinz has joined #openstack-zaqar14:16
*** achanda has quit IRC14:26
*** achanda has joined #openstack-zaqar14:44
*** nate_gone is now known as njohnston14:55
*** boris-42 has joined #openstack-zaqar15:01
*** jasondotstar is now known as jasondotstar_afk15:08
*** tej has quit IRC15:10
*** kgriffs|afk is now known as kgriffs15:16
*** rcernin has quit IRC15:34
*** tej has joined #openstack-zaqar15:47
*** amitgandhinz has quit IRC15:59
*** rcernin has joined #openstack-zaqar16:00
*** rcernin is now known as rcernin|dinner16:00
*** tej has quit IRC16:03
*** amitgandhinz has joined #openstack-zaqar16:05
*** Eva-i has quit IRC16:28
*** Eva-i has joined #openstack-zaqar16:32
*** rcernin|dinner is now known as rcernin16:42
*** kgriffs is now known as kgriffs|afk17:00
*** tej has joined #openstack-zaqar17:12
openstackgerritMerged openstack/python-zaqarclient: Added cli implementation for v2  https://review.openstack.org/24152317:17
*** Qiming has quit IRC17:18
openstackgerritvenkatamahesh proposed openstack/zaqar: Add the default repos into devstack/settings file  https://review.openstack.org/24558317:25
openstackgerritMerged openstack/zaqar: Automatically drop functional tests databases  https://review.openstack.org/24546417:25
openstackgerritRyan Brown proposed openstack/python-zaqarclient: Fix client UnauthorizedError  https://review.openstack.org/24552617:30
*** Qiming has joined #openstack-zaqar17:30
*** dynarro has joined #openstack-zaqar17:35
*** itisha has joined #openstack-zaqar17:46
*** tej has quit IRC17:47
*** tej has joined #openstack-zaqar17:49
*** dynarro has quit IRC18:01
*** achanda has quit IRC18:01
*** achanda has joined #openstack-zaqar18:26
ryansbmdnadeem: you around?18:26
ryansbI'm working on the signedurl support for the CLI, and I'm getting the API v1.1 schema, instead of v2 passed to my cli18:27
*** szaher_ has quit IRC18:28
*** tej has quit IRC18:53
*** tej has joined #openstack-zaqar19:26
*** achanda has quit IRC19:34
*** kgriffs|afk is now known as kgriffs19:43
*** achanda has joined #openstack-zaqar19:48
*** Qiming has quit IRC20:26
*** tej has quit IRC20:31
*** achanda has quit IRC20:53
*** achanda has joined #openstack-zaqar20:56
*** openstackstatus has quit IRC21:02
*** openstack has joined #openstack-zaqar21:05
*** tej has joined #openstack-zaqar21:17
*** kgriffs is now known as kgriffs|afk21:42
*** rcernin has quit IRC21:50
*** njohnston is now known as nate_gone22:00
*** tej has quit IRC22:04
*** sriram has quit IRC22:05
*** mpanetta has quit IRC22:07
*** amitgandhinz has quit IRC22:18
*** amitgandhinz has joined #openstack-zaqar22:18
*** amitgandhinz has quit IRC22:24
*** tej has joined #openstack-zaqar22:26
*** nate_gone is now known as njohnston22:34
*** tej has quit IRC22:40
*** njohnston is now known as nate_gone22:58
*** tej has joined #openstack-zaqar23:08
*** nate_gone is now known as njohnston23:10
*** njohnston is now known as nate_gone23:23

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