openstackgerrit | MD NADEEM proposed openstack/python-zaqarclient: Fix client UnauthorizedError https://review.openstack.org/245526 | 00:45 |
---|---|---|
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Fix queue create failure when metadata is {} https://review.openstack.org/247867 | 01:08 |
*** kgriffs is now known as kgriffs|afk | 01:12 | |
flwang1 | mdnadeem: ping | 01:23 |
mdnadeem | flwang1: pong | 01:24 |
flwang1 | when you run the functional test on your local, what's the result you're seeing? | 01:24 |
flwang1 | how many failure? what kind of failure? | 01:24 |
mdnadeem | flwang1: functional test successfully pass on patch set 3 of https://review.openstack.org/#/c/245526/ | 01:27 |
flwang1 | mdnadeem: i don't udnerstand | 01:28 |
flwang1 | i saw it failed | 01:28 |
*** Qiming has joined #openstack-zaqar | 01:29 | |
mdnadeem | flwang1: 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 |
flwang | mdnadeem: what's your local settings? did you enable pooling? | 01:30 |
flwang | what's the database combination? control+data | 01:30 |
mdnadeem | yes pooling enable, on local env i need to set some env variable according to functional test requirement. | 01:30 |
mdnadeem | please have a look https://github.com/openstack/python-zaqarclient/blob/master/zaqarclient/tests/base.py#L53L71 | 01:33 |
mdnadeem | ^^ for env variable need to export on cli for functional test | 01:34 |
flwang1 | i can pass some of the cases, but not all. i got 10 malformed error about pooling adding, and 2 permission failure related to policy | 01:35 |
flwang1 | mdnadeem: so i'm wondering why you can pass all the test | 01:35 |
mdnadeem | Please test it on your env, and let me know the result | 01:36 |
flwang1 | i did | 01:36 |
flwang1 | again, i did test your patch | 01:36 |
flwang1 | that's why i talk with you now | 01:36 |
mdnadeem | you means functional test fail at your env? | 01:38 |
flwang1 | exactly | 01:38 |
flwang1 | mdnadeem: can you run it locally and paste me the log? | 01:38 |
flwang1 | and your zaqar config file | 01:38 |
mdnadeem | flwang1: ok, give me some time | 01:39 |
flwang1 | thanks | 01:39 |
*** exploreshaifali has quit IRC | 01:42 | |
mdnadeem | flwang1: can you paste the error, u got for functional test | 01:43 |
flwang1 | http://paste.openstack.org/show/479521/ | 01:48 |
mdnadeem | here is mine logs: http://paste.openstack.org/show/479523/ | 01:53 |
mdnadeem | config file : http://paste.openstack.org/show/479524/ | 01:53 |
flwang1 | mdnadeem: did you update your policy.json file? to add the delete_all for message? | 01:57 |
flwang1 | since i just found a bug for that | 01:57 |
mdnadeem | no | 01:58 |
flwang1 | hmm... | 01:59 |
flwang1 | interesting... | 02:00 |
mdnadeem | flwang1: can you try to run functional test on patch set 3 of https://review.openstack.org/#/c/245526/ | 02:00 |
flwang1 | why? | 02:00 |
mdnadeem | just need to confirm, in patch set 3 , i have fix a functional test bug | 02:01 |
mdnadeem | but some one comments it to fix functional test bug on another patch, so i remove it in patch set 4. | 02:01 |
flwang1 | mdnadeem: i'm wondering if your test is running against wsgi api since there is a policy bug | 02:03 |
flwang1 | we missed "messages:delete_all": "", in policy.json | 02:04 |
flwang1 | so technically, there are at least 2 test cases will fail | 02:04 |
mdnadeem | i will paste my policy.json file | 02:04 |
flwang1 | which related to the multi delete | 02:04 |
mdnadeem | flwang1: my policy.json http://paste.openstack.org/show/479529/ | 02:06 |
flwang1 | mdnadeem: no worries | 02:07 |
flwang1 | just confirmed, it's missing in my local | 02:08 |
flwang1 | so this one should be ok | 02:08 |
mdnadeem | cool, | 02:08 |
flwang1 | the other difference (b/w your config and mine) is i'm using sqlalchemy as control driver | 02:08 |
flwang1 | i will try with mongodb as the mgmt driver | 02:08 |
mdnadeem | flwang1: Thanks :) | 02:09 |
flwang1 | mdnadeem: i know the root cause | 02:11 |
flwang1 | after removed my existing pools, it works now | 02:11 |
flwang1 | let me try again | 02:11 |
flwang1 | mdnadeem: what's the functional bug you fixed? | 02:15 |
flwang1 | ok, i found it | 02:19 |
mdnadeem | flwang1: cool | 02:33 |
mdnadeem | flwang1: i will upload a patch for the same soon :) | 02:34 |
mdnadeem | flwang1: fyi: https://review.openstack.org/#/c/245526/3/zaqarclient/tests/queues/pool.py | 02:35 |
flwang1 | mdnadeem: now i still have 1 test case failed, but i think it's not related to your patch | 02:38 |
mdnadeem | can i see the erro, it through ? | 02:38 |
mdnadeem | *error | 02:38 |
mdnadeem | *throw | 02:39 |
mdnadeem | my bad english | 02:39 |
mdnadeem | :( | 02:39 |
flwang1 | tests.functional.queues.v1.test_queues.QueuesV1QueueHttpFunctionalTest.test_queue_exists_functional | 02:41 |
flwang1 | this one failed | 02:41 |
mdnadeem | what exception it through ? | 02:41 |
mdnadeem | *throw | 02:41 |
mdnadeem | i am worried , how it pass in my env | 02:42 |
flwang | mdnadeem: i will dig | 02:58 |
flwang | after fix that, i will +2 on your patch and dig the auth issue of gate | 02:58 |
mdnadeem | flwang: Thanks :) | 02:58 |
mdnadeem | flwang: please confirm this bug: https://bugs.launchpad.net/python-zaqarclient/+bug/1518158 | 03:01 |
openstack | Launchpad bug 1518158 in Python client library for Zaqar "Functional test fail" [Undecided,New] | 03:01 |
*** Eva-i has joined #openstack-zaqar | 03:06 | |
flwang | seems it passed on my local | 03:07 |
openstackgerrit | MD NADEEM proposed openstack/python-zaqarclient: Fix functional test_pool_list https://review.openstack.org/247897 | 03:09 |
openstackgerrit | MD NADEEM proposed openstack/python-zaqarclient: Added pool update support for v1 https://review.openstack.org/247337 | 03:18 |
mdnadeem | flwang: all functional test passed?? | 03:27 |
flwang | mdnadeem: no, just the one i mentioned above failed | 03:29 |
flwang | mdnadeem: i'm not sure if your error is related to your local env | 03:30 |
mdnadeem | flwang: sorry, which error you are talking about ? | 03:31 |
flwang | tests.functional.queues.v1.test_queues.QueuesV1QueueHttpFunctionalTest.test_queue_exists_functional | 03:32 |
flwang | in my local, ^ failed | 03:32 |
mdnadeem | ohk | 03:33 |
mdnadeem | just for confirmation, i will try it in a new env | 03:34 |
mdnadeem | flwang: Need to discuss about pool list --> output | 03:35 |
flwang | mdnadeem: ok | 03:35 |
flwang | i'm going to run after 20 mins :) | 03:35 |
mdnadeem | :) | 03:36 |
mdnadeem | please visit this link : https://review.openstack.org/#/c/246255/ | 03:36 |
mdnadeem | find my inline response, i need your view | 03:36 |
*** amitgandhinz has quit IRC | 03:46 | |
flwang | i saw your comments | 03:53 |
mdnadeem | flwang: So what you think | 03:54 |
mdnadeem | pool list --> just list the name of all pool present in the env | 03:55 |
mdnadeem | pool show pool_name --> show full details | 03:55 |
flwang1 | i'm not an operator, so i don't have strong justification to object to that | 03:56 |
flwang1 | i have to run, ttyl | 03:57 |
mdnadeem | ok, bye :) | 03:58 |
*** flwang1 has quit IRC | 04:02 | |
*** EmilienM has quit IRC | 04:08 | |
*** EmilienM has joined #openstack-zaqar | 04:10 | |
*** achanda has joined #openstack-zaqar | 04:23 | |
*** achanda_ has joined #openstack-zaqar | 04:46 | |
*** achanda has quit IRC | 04:50 | |
*** achanda_ has quit IRC | 05:21 | |
*** amitgandhinz has joined #openstack-zaqar | 05:47 | |
*** amitgandhinz has quit IRC | 05:52 | |
*** flwang1 has joined #openstack-zaqar | 06:21 | |
*** achanda has joined #openstack-zaqar | 06:26 | |
*** rcernin has joined #openstack-zaqar | 06:30 | |
*** flwang1 has quit IRC | 06:32 | |
*** flwang1 has joined #openstack-zaqar | 06:32 | |
*** achanda has quit IRC | 06:42 | |
*** achanda has joined #openstack-zaqar | 06:43 | |
*** flwang1 has quit IRC | 06:47 | |
*** achanda has quit IRC | 06:48 | |
*** amitgandhinz has joined #openstack-zaqar | 06:48 | |
*** amitgandhinz has quit IRC | 06:53 | |
*** achanda has joined #openstack-zaqar | 07:29 | |
*** mdnadeem_ has joined #openstack-zaqar | 07:36 | |
*** achanda has quit IRC | 07:41 | |
*** amitgandhinz has joined #openstack-zaqar | 07:49 | |
*** csoukup has joined #openstack-zaqar | 07:50 | |
*** amitgandhinz has quit IRC | 07:54 | |
*** csoukup has quit IRC | 08:00 | |
*** achanda has joined #openstack-zaqar | 08:17 | |
*** amitgandhinz has joined #openstack-zaqar | 08:50 | |
*** amitgandhinz has quit IRC | 08:55 | |
*** AAzza_ has joined #openstack-zaqar | 09:00 | |
*** AAzza has quit IRC | 09:04 | |
*** AAzza has joined #openstack-zaqar | 09:05 | |
*** mdnadeem_ has quit IRC | 09:06 | |
*** AAzza_ has quit IRC | 09:06 | |
*** AAzza_ has joined #openstack-zaqar | 09:06 | |
*** AAzza has quit IRC | 09:09 | |
*** AAzza_ is now known as AAzza | 09:09 | |
*** AAzza has quit IRC | 09:16 | |
*** AAzza has joined #openstack-zaqar | 09:16 | |
*** achanda has quit IRC | 09:17 | |
*** achanda has joined #openstack-zaqar | 09:25 | |
*** achanda has quit IRC | 09:37 | |
*** amitgandhinz has joined #openstack-zaqar | 09:52 | |
*** Qiming has quit IRC | 09:56 | |
*** amitgandhinz has quit IRC | 09:57 | |
*** amitgandhinz has joined #openstack-zaqar | 10:53 | |
*** amitgandhinz has quit IRC | 10:57 | |
*** Qiming has joined #openstack-zaqar | 11:28 | |
*** achanda has joined #openstack-zaqar | 11:31 | |
*** amitgandhinz has joined #openstack-zaqar | 11:54 | |
*** szaher_ has quit IRC | 11:55 | |
*** amitgandhinz has quit IRC | 11:58 | |
*** szaher_ has joined #openstack-zaqar | 12:27 | |
*** amitgandhinz has joined #openstack-zaqar | 12:55 | |
*** amitgandhinz has quit IRC | 12:59 | |
*** achanda has quit IRC | 13:01 | |
*** achanda has joined #openstack-zaqar | 13:02 | |
*** tej has joined #openstack-zaqar | 13:09 | |
*** tej has quit IRC | 13:13 | |
*** achanda has quit IRC | 13:28 | |
*** achanda has joined #openstack-zaqar | 13:31 | |
*** achanda has quit IRC | 13:37 | |
*** achanda has joined #openstack-zaqar | 13:38 | |
*** Qiming has quit IRC | 13:44 | |
*** Qiming has joined #openstack-zaqar | 13:45 | |
*** sriram has joined #openstack-zaqar | 13:58 | |
*** tej has joined #openstack-zaqar | 14:02 | |
*** mpanetta has joined #openstack-zaqar | 14:05 | |
*** achanda has quit IRC | 14:11 | |
*** achanda has joined #openstack-zaqar | 14:13 | |
*** njohnston is now known as nate_gone | 14:15 | |
*** amitgandhinz has joined #openstack-zaqar | 14:16 | |
*** achanda has quit IRC | 14:26 | |
*** achanda has joined #openstack-zaqar | 14:44 | |
*** nate_gone is now known as njohnston | 14:55 | |
*** boris-42 has joined #openstack-zaqar | 15:01 | |
*** jasondotstar is now known as jasondotstar_afk | 15:08 | |
*** tej has quit IRC | 15:10 | |
*** kgriffs|afk is now known as kgriffs | 15:16 | |
*** rcernin has quit IRC | 15:34 | |
*** tej has joined #openstack-zaqar | 15:47 | |
*** amitgandhinz has quit IRC | 15:59 | |
*** rcernin has joined #openstack-zaqar | 16:00 | |
*** rcernin is now known as rcernin|dinner | 16:00 | |
*** tej has quit IRC | 16:03 | |
*** amitgandhinz has joined #openstack-zaqar | 16:05 | |
*** Eva-i has quit IRC | 16:28 | |
*** Eva-i has joined #openstack-zaqar | 16:32 | |
*** rcernin|dinner is now known as rcernin | 16:42 | |
*** kgriffs is now known as kgriffs|afk | 17:00 | |
*** tej has joined #openstack-zaqar | 17:12 | |
openstackgerrit | Merged openstack/python-zaqarclient: Added cli implementation for v2 https://review.openstack.org/241523 | 17:17 |
*** Qiming has quit IRC | 17:18 | |
openstackgerrit | venkatamahesh proposed openstack/zaqar: Add the default repos into devstack/settings file https://review.openstack.org/245583 | 17:25 |
openstackgerrit | Merged openstack/zaqar: Automatically drop functional tests databases https://review.openstack.org/245464 | 17:25 |
openstackgerrit | Ryan Brown proposed openstack/python-zaqarclient: Fix client UnauthorizedError https://review.openstack.org/245526 | 17:30 |
*** Qiming has joined #openstack-zaqar | 17:30 | |
*** dynarro has joined #openstack-zaqar | 17:35 | |
*** itisha has joined #openstack-zaqar | 17:46 | |
*** tej has quit IRC | 17:47 | |
*** tej has joined #openstack-zaqar | 17:49 | |
*** dynarro has quit IRC | 18:01 | |
*** achanda has quit IRC | 18:01 | |
*** achanda has joined #openstack-zaqar | 18:26 | |
ryansb | mdnadeem: you around? | 18:26 |
ryansb | I'm working on the signedurl support for the CLI, and I'm getting the API v1.1 schema, instead of v2 passed to my cli | 18:27 |
*** szaher_ has quit IRC | 18:28 | |
*** tej has quit IRC | 18:53 | |
*** tej has joined #openstack-zaqar | 19:26 | |
*** achanda has quit IRC | 19:34 | |
*** kgriffs|afk is now known as kgriffs | 19:43 | |
*** achanda has joined #openstack-zaqar | 19:48 | |
*** Qiming has quit IRC | 20:26 | |
*** tej has quit IRC | 20:31 | |
*** achanda has quit IRC | 20:53 | |
*** achanda has joined #openstack-zaqar | 20:56 | |
*** openstackstatus has quit IRC | 21:02 | |
*** openstack has joined #openstack-zaqar | 21:05 | |
*** tej has joined #openstack-zaqar | 21:17 | |
*** kgriffs is now known as kgriffs|afk | 21:42 | |
*** rcernin has quit IRC | 21:50 | |
*** njohnston is now known as nate_gone | 22:00 | |
*** tej has quit IRC | 22:04 | |
*** sriram has quit IRC | 22:05 | |
*** mpanetta has quit IRC | 22:07 | |
*** amitgandhinz has quit IRC | 22:18 | |
*** amitgandhinz has joined #openstack-zaqar | 22:18 | |
*** amitgandhinz has quit IRC | 22:24 | |
*** tej has joined #openstack-zaqar | 22:26 | |
*** nate_gone is now known as njohnston | 22:34 | |
*** tej has quit IRC | 22:40 | |
*** njohnston is now known as nate_gone | 22:58 | |
*** tej has joined #openstack-zaqar | 23:08 | |
*** nate_gone is now known as njohnston | 23:10 | |
*** njohnston is now known as nate_gone | 23:23 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!