*** achanda has quit IRC | 00:04 | |
*** Qiming__ has quit IRC | 00:08 | |
*** zxyf has joined #openstack-zaqar | 00:11 | |
*** zxyf has quit IRC | 00:20 | |
*** zxyf has joined #openstack-zaqar | 00:21 | |
*** achanda has joined #openstack-zaqar | 00:26 | |
*** flwang1 has quit IRC | 00:30 | |
*** kgriffs|afk has quit IRC | 00:48 | |
*** VeggieMeat_ has quit IRC | 00:48 | |
*** VeggieMeat has joined #openstack-zaqar | 00:49 | |
*** flwang has quit IRC | 00:49 | |
*** kgriffs|afk has joined #openstack-zaqar | 00:53 | |
*** kgriffs|afk is now known as kgriffs | 00:54 | |
*** flwang has joined #openstack-zaqar | 00:56 | |
*** Qiming__ has joined #openstack-zaqar | 01:09 | |
*** flwang1 has joined #openstack-zaqar | 01:15 | |
*** Qiming__ is now known as Qiming | 01:16 | |
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Rename pool to pool_group for flavor https://review.openstack.org/220876 | 01:37 |
---|---|---|
openstackgerrit | Fei Long Wang proposed openstack/zaqar: Rename get_group to get_pools_by_group https://review.openstack.org/221538 | 01:41 |
*** zxyf has quit IRC | 02:26 | |
*** zxyf has joined #openstack-zaqar | 02:26 | |
*** csoukup has joined #openstack-zaqar | 03:28 | |
*** achanda has quit IRC | 03:53 | |
*** diga has joined #openstack-zaqar | 04:00 | |
*** achanda has joined #openstack-zaqar | 04:28 | |
*** zxyf has quit IRC | 04:33 | |
*** zxyf has joined #openstack-zaqar | 04:37 | |
*** diga has quit IRC | 04:52 | |
*** flwang1 has quit IRC | 05:06 | |
*** diga has joined #openstack-zaqar | 06:08 | |
*** diga_ has joined #openstack-zaqar | 06:11 | |
*** diga has quit IRC | 06:12 | |
*** achanda has quit IRC | 07:32 | |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: Don't create a connection on constructor https://review.openstack.org/221523 | 07:35 |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: WIP: Fixing gate https://review.openstack.org/221068 | 07:35 |
*** dynarro has joined #openstack-zaqar | 07:36 | |
*** achanda has joined #openstack-zaqar | 07:36 | |
*** achanda has quit IRC | 08:00 | |
*** achanda has joined #openstack-zaqar | 08:02 | |
*** achanda has quit IRC | 08:07 | |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Fix error messages formatting https://review.openstack.org/221637 | 08:41 |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Fix error messages formatting https://review.openstack.org/221637 | 08:42 |
*** flwang1 has joined #openstack-zaqar | 08:49 | |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: WIP: Fixing gate https://review.openstack.org/221068 | 09:02 |
therve | flaper87, So getting somewhere on that bad status line error? | 09:19 |
flaper87 | therve: not yet, for now I'm focusing on getting the redis gate to the same state of mongodb's so I can then figure out the BadStatusline issue | 09:20 |
flaper87 | therve: it's non-deterministic | 09:20 |
flaper87 | :/ | 09:20 |
flaper87 | I think the above run will get the redis gate to the same state as mongodb's | 09:21 |
flaper87 | (last famouse words) | 09:21 |
flaper87 | if you have ideas/hints, please, share :D | 09:22 |
therve | Yep :) | 09:29 |
therve | I'm trying to reproduce locally | 09:29 |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Fix error messages formatting https://review.openstack.org/221637 | 09:31 |
*** dynarro has quit IRC | 09:35 | |
therve | flaper87, I think I know why | 09:45 |
therve | On the first tests mongo seems to be creating the databases and it takes a long time | 09:46 |
therve | uwsgi times out the requests before it responds | 09:46 |
flaper87 | therve: ahhhhhhh, that's entirely possible. Weird thing, though, is that we're using `--smallfiles` in mongo to make db creation smaller and faster | 09:47 |
* flaper87 shrugs | 09:47 | |
therve | Hum, I should use that locally :) | 09:54 |
therve | flaper87, Is it set in devstack? | 09:54 |
flaper87 | therve: it is, in the configure_mongodb function | 09:55 |
flwang1 | morning | 09:55 |
flaper87 | LOL | 09:55 |
flaper87 | it isn't there | 09:55 |
flaper87 | WHAT THE FUCK? | 09:55 |
therve | Heh | 09:56 |
flaper87 | therve: I'll add it in this patch | 09:56 |
flaper87 | lets see if it behaves well now | 09:56 |
therve | We probably increase nssize uselessly too | 09:58 |
flwang1 | flaper87: a question for mongodb master | 09:59 |
flaper87 | therve: yup, likely | 10:00 |
flwang1 | did you mean smaller nssize will make the database creation fater? | 10:00 |
flaper87 | flwang1: yo | 10:00 |
flaper87 | flwang1: no, there's a "smallFiles" flag that makes DB files smaller | 10:00 |
flaper87 | That reduces the free space requirements but increases the partition and number of files in the FS | 10:00 |
flaper87 | nssize just handles the number of collections that are allowed to exist | 10:01 |
therve | flaper87, Removing nssize and passing smallfiles makes it work for me | 10:01 |
flwang1 | therve: cool | 10:01 |
* flwang1 just learned something new | 10:01 | |
flwang1 | therve: btw, did you see some leaking database after test running? | 10:02 |
flaper87 | therve: nssizes won't change anything. smallFiles is what is making it work | 10:02 |
flaper87 | I thought we were using that | 10:02 |
flaper87 | jeeez | 10:02 |
therve | flwang1, Not sure how I would see that | 10:05 |
flwang1 | after running the zaqar test, use mongodb shell, issue 'show databases;' | 10:06 |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: WIP: Fixing gate https://review.openstack.org/221068 | 10:06 |
flwang1 | i'm going to create a bug for that, so it would be nice if you can confirm at your most convenience | 10:07 |
therve | flwang, And? | 10:07 |
flaper87 | flwang1: I think there are some tests not deleting dbs, that's one more thing to dig | 10:07 |
flaper87 | brb, lunch | 10:07 |
therve | Should it be empty? | 10:07 |
flwang1 | therve: i think they should be removed after running | 10:07 |
therve | Hum, not sure why | 10:07 |
flwang1 | at a result, after several running, your disk will be full | 10:07 |
therve | But recreating the db for every tests will be bad too | 10:08 |
flwang1 | that's a good point | 10:09 |
*** diga_ has quit IRC | 10:26 | |
*** Qiming has quit IRC | 10:34 | |
*** bradjones has quit IRC | 10:55 | |
* flaper87 back | 11:01 | |
flaper87 | http://logs.openstack.org/68/221068/24/check/gate-tempest-dsvm-redis-zaqar/50ef434/logs/screen-zaqar-wsgi.txt.gz#_2015-09-09_10_23_34_235 | 11:05 |
flaper87 | jeez | 11:05 |
*** Qiming has joined #openstack-zaqar | 11:29 | |
openstackgerrit | Flavio Percoco proposed openstack/python-zaqarclient: WIP: Allow for authentication in functional tests https://review.openstack.org/221175 | 11:29 |
openstackgerrit | Flavio Percoco proposed openstack/python-zaqarclient: Pass `group` in pool's functional tests https://review.openstack.org/221278 | 11:29 |
*** diga has joined #openstack-zaqar | 11:39 | |
therve | flaper87, Do you have some time to chat about https://bugs.launchpad.net/zaqar/+bug/1493823 ? | 11:59 |
openstack | Launchpad bug 1493823 in zaqar "Zaqar wsgi transport doesn't have a default error handler" [Undecided,New] - Assigned to Thomas Herve (therve) | 11:59 |
flaper87 | therve: sure thing | 12:00 |
flaper87 | therve: that sounds like something we should have in liberty | 12:00 |
therve | flaper87, So I noticed that some flavors methods don't catch all errors | 12:00 |
therve | The pattern everywhere else is to have a Exception handler in every single method, which I find a bit weird | 12:00 |
therve | It also returns 503 and not 500 for some reasons | 12:01 |
therve | What do you think we should do? Just add the 500 handler for now ? | 12:01 |
flaper87 | therve: by "everywhere else" you mean OpenStack ? | 12:01 |
flaper87 | or in other places in Zaqar | 12:02 |
therve | flaper87, In zaqar | 12:02 |
flaper87 | mmh, I'd avocate for a "global" catch on exception that will log the error and return the right error code | 12:03 |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: WIP: Fixing gate https://review.openstack.org/221068 | 12:15 |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: Ensure group exists on updates https://review.openstack.org/221725 | 12:15 |
therve | Dang, falcon routing implementation is not great :/ | 12:31 |
flaper87 | kgriffs: ^ | 12:32 |
flaper87 | therve: what's blocking you? | 12:38 |
therve | flaper87, Well I can't find a way to patch a method for testing, but that's not why I was mentioning the routing implementation | 12:40 |
therve | While looking at the issue I pdb'd my way into way, and it's O(N) which is sad for a basic tree-like structure | 12:40 |
*** dynarro has joined #openstack-zaqar | 12:44 | |
*** csoukup has quit IRC | 12:44 | |
*** diga has quit IRC | 12:50 | |
ryansb | therve: are we on the latest falcon? | 12:51 |
therve | ryansb, Good question | 12:52 |
ryansb | they may have fixed/changed that, who knows | 12:53 |
therve | falcon==0.1.10 oh :/ | 12:53 |
therve | Sadness | 12:54 |
flaper87 | therve: we can update it, we just haven't had a good reason to | 12:55 |
therve | flaper87, That'd be cool | 12:55 |
flaper87 | and when we started using falcon, the requirements story was completely different | 12:55 |
therve | Once we have a running gate :D | 12:55 |
* flaper87 can feel the preasure | 12:56 | |
* flaper87 can see all those eyes staring at him | 12:56 | |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Add a global error handler for wsgi https://review.openstack.org/221744 | 13:03 |
*** sriram has joined #openstack-zaqar | 13:08 | |
flaper87 | http://logs.openstack.org/68/221068/25/check/gate-tempest-dsvm-redis-zaqar/0fd9964/console.html#_2015-09-09_12_37_34_833 | 13:13 |
flaper87 | so close | 13:13 |
flaper87 | :D | 13:13 |
flaper87 | I think there are some races because all those tests pass locally | 13:14 |
*** flwang1 has quit IRC | 13:31 | |
*** flwang1 has joined #openstack-zaqar | 13:38 | |
*** mpanetta has joined #openstack-zaqar | 13:42 | |
openstackgerrit | Thomas Herve proposed openstack/zaqar: Add a global error handler for wsgi https://review.openstack.org/221744 | 13:50 |
*** flwang1 has quit IRC | 13:50 | |
*** flwang1 has joined #openstack-zaqar | 14:06 | |
*** flwang1 has quit IRC | 14:18 | |
*** csoukup has joined #openstack-zaqar | 14:22 | |
*** amitgandhinz has joined #openstack-zaqar | 14:24 | |
*** malini has joined #openstack-zaqar | 14:27 | |
*** malini1 has joined #openstack-zaqar | 14:48 | |
*** malini has quit IRC | 14:52 | |
*** bradjones has joined #openstack-zaqar | 14:52 | |
*** bradjones has joined #openstack-zaqar | 14:52 | |
flaper87 | therve: do zaqarclient tests work all the time for you when using smallfiles ? | 15:01 |
therve | flaper87, They worked one time :) | 15:06 |
therve | I don't use the redis backend though | 15:06 |
flaper87 | therve: yup, I'm now trying to figure out the mongodb failures | 15:06 |
flaper87 | because I configured smallFiles but there are some tests still failing | 15:07 |
flaper87 | and they fail on the "delete" step, which is likely cleanup | 15:07 |
therve | ok weird | 15:07 |
flaper87 | but there's nothing in the wsgi logs | 15:07 |
flaper87 | and the error is still BadStatusLine | 15:07 |
flaper87 | :/ | 15:07 |
flaper87 | I'll take another look at the logs, maybe my eyes are too used to that grey color | 15:07 |
therve | What's the mongodb version? | 15:08 |
therve | I have a more recent one, 2.6.9 | 15:12 |
therve | flaper87, http://logs.openstack.org/68/221068/25/check/gate-tempest-dsvm-mongodb-zaqar/f880467/logs/worlddump-2015-09-09-123024.txt.gz | 15:14 |
therve | The mongodb command like doesn't look correct? | 15:14 |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: WIP: Fixing gate https://review.openstack.org/221068 | 15:15 |
therve | Ah you changed the config file on ubuntu | 15:15 |
flaper87 | yeah | 15:15 |
therve | flaper87, It doesn't look changed though | 15:15 |
flaper87 | but I just realized the sed command was not doing anything | 15:15 |
flaper87 | therve: :) | 15:15 |
therve | Ah :) | 15:15 |
flaper87 | I'm using the g'old echo >> | 15:16 |
therve | Yay progress | 15:16 |
flaper87 | I'm now using* | 15:16 |
flaper87 | lets see the results for that | 15:16 |
flaper87 | I hope that will work | 15:18 |
flaper87 | although that won't explain this: http://logs.openstack.org/68/221068/25/check/gate-tempest-dsvm-redis-zaqar/0fd9964/console.html#_2015-09-09_12_37_39_063 | 15:18 |
flaper87 | ryansb: flwang therve vkmc https://review.openstack.org/#/c/221725/ that one and the ones it depends on can be reviewed | 15:25 |
flaper87 | just sayin' (whink, whink) | 15:25 |
flaper87 | wink wink, even | 15:25 |
*** flwang1 has joined #openstack-zaqar | 15:30 | |
*** Qiming has quit IRC | 15:50 | |
*** flwang1 has quit IRC | 15:54 | |
*** dynarro has quit IRC | 16:04 | |
*** flwang1 has joined #openstack-zaqar | 16:21 | |
*** dynarro has joined #openstack-zaqar | 16:35 | |
*** malini1 has quit IRC | 16:37 | |
*** malini has joined #openstack-zaqar | 16:40 | |
*** achanda has joined #openstack-zaqar | 16:53 | |
*** malini has quit IRC | 17:00 | |
*** zxyf has quit IRC | 17:04 | |
*** zxyf has joined #openstack-zaqar | 17:04 | |
*** zxyf has quit IRC | 17:08 | |
*** zxyf has joined #openstack-zaqar | 17:08 | |
*** zxyf has quit IRC | 17:15 | |
*** dynarro has quit IRC | 17:17 | |
*** csoukup has quit IRC | 17:18 | |
*** zxyf has joined #openstack-zaqar | 17:18 | |
*** malini has joined #openstack-zaqar | 17:18 | |
*** zxyf has quit IRC | 17:23 | |
*** zxyf has joined #openstack-zaqar | 17:24 | |
*** exploreshaifali has joined #openstack-zaqar | 17:26 | |
*** zxyf has quit IRC | 17:27 | |
*** zxyf has joined #openstack-zaqar | 17:27 | |
*** zxyf has quit IRC | 17:32 | |
*** zxyf has joined #openstack-zaqar | 17:33 | |
*** achanda has quit IRC | 17:34 | |
*** zxyf has quit IRC | 17:36 | |
*** zxyf has joined #openstack-zaqar | 17:36 | |
*** achanda has joined #openstack-zaqar | 17:38 | |
*** zxyf has quit IRC | 17:39 | |
*** zxyf has joined #openstack-zaqar | 17:40 | |
*** zxyf has quit IRC | 18:13 | |
*** zxyf has joined #openstack-zaqar | 18:14 | |
*** zxyf has quit IRC | 18:18 | |
*** zxyf has joined #openstack-zaqar | 18:18 | |
*** zxyf has quit IRC | 18:21 | |
*** zxyf has joined #openstack-zaqar | 18:26 | |
*** zxyf has quit IRC | 18:29 | |
*** zxyf has joined #openstack-zaqar | 18:30 | |
*** csoukup has joined #openstack-zaqar | 18:31 | |
*** zxyf has quit IRC | 18:33 | |
*** zxyf has joined #openstack-zaqar | 18:40 | |
*** zxyf has quit IRC | 18:43 | |
*** zxyf has joined #openstack-zaqar | 18:47 | |
*** zxyf has quit IRC | 18:50 | |
openstackgerrit | Flavio Percoco proposed openstack/zaqar: WIP: Fixing gate https://review.openstack.org/221068 | 18:58 |
*** zxyf has joined #openstack-zaqar | 19:01 | |
*** zxyf has quit IRC | 19:05 | |
*** zxyf has joined #openstack-zaqar | 19:06 | |
*** amitgandhinz has quit IRC | 19:08 | |
*** malini has quit IRC | 19:08 | |
*** boris-42 has quit IRC | 19:10 | |
*** achanda has quit IRC | 19:13 | |
*** malini has joined #openstack-zaqar | 19:13 | |
*** exploreshaifali has quit IRC | 19:28 | |
*** amitgandhinz has joined #openstack-zaqar | 19:30 | |
*** zxyf has quit IRC | 19:46 | |
*** malini has quit IRC | 19:50 | |
*** flwang1 has quit IRC | 19:53 | |
*** zxyf has joined #openstack-zaqar | 19:59 | |
*** boris-42 has joined #openstack-zaqar | 20:00 | |
*** zxyf has quit IRC | 20:02 | |
*** zxyf has joined #openstack-zaqar | 20:07 | |
*** zxyf has quit IRC | 20:12 | |
*** achanda has joined #openstack-zaqar | 20:12 | |
*** achanda has quit IRC | 20:18 | |
*** zxyf has joined #openstack-zaqar | 20:21 | |
*** zxyf has quit IRC | 20:24 | |
*** zxyf has joined #openstack-zaqar | 20:25 | |
*** zxyf has quit IRC | 20:28 | |
*** achanda has joined #openstack-zaqar | 20:28 | |
*** zxyf has joined #openstack-zaqar | 20:32 | |
*** zxyf has quit IRC | 20:36 | |
*** JAHoagie has joined #openstack-zaqar | 20:37 | |
*** zxyf has joined #openstack-zaqar | 20:43 | |
*** zxyf has quit IRC | 20:46 | |
*** achanda has quit IRC | 20:49 | |
*** achanda has joined #openstack-zaqar | 20:59 | |
*** zxyf has joined #openstack-zaqar | 21:01 | |
*** zxyf has quit IRC | 21:04 | |
*** zxyf has joined #openstack-zaqar | 21:04 | |
*** sriram has quit IRC | 21:20 | |
*** zxyf has quit IRC | 21:27 | |
*** zxyf has joined #openstack-zaqar | 21:27 | |
*** zxyf has quit IRC | 21:31 | |
*** flwang1 has joined #openstack-zaqar | 21:37 | |
*** amitgandhinz has quit IRC | 21:40 | |
*** zxyf has joined #openstack-zaqar | 21:41 | |
*** zxyf has quit IRC | 21:44 | |
*** zxyf has joined #openstack-zaqar | 21:49 | |
*** mpanetta has quit IRC | 21:51 | |
*** zxyf has quit IRC | 21:52 | |
*** zxyf has joined #openstack-zaqar | 22:06 | |
*** zxyf has quit IRC | 22:09 | |
*** bradjones is now known as bradjones|away | 22:09 | |
*** zxyf has joined #openstack-zaqar | 22:12 | |
*** zxyf has quit IRC | 22:17 | |
*** zxyf has joined #openstack-zaqar | 22:17 | |
*** zxyf has quit IRC | 22:20 | |
*** zxyf has joined #openstack-zaqar | 22:31 | |
*** zxyf has quit IRC | 22:34 | |
*** csoukup has quit IRC | 22:36 | |
*** achanda has quit IRC | 23:08 | |
*** david-lyle has quit IRC | 23:11 | |
*** david-lyle has joined #openstack-zaqar | 23:12 | |
*** kgriffs is now known as kgriffs|afk | 23:15 | |
*** achanda has joined #openstack-zaqar | 23:20 | |
*** david-lyle has quit IRC | 23:22 | |
*** david-lyle has joined #openstack-zaqar | 23:23 | |
*** zxyf has joined #openstack-zaqar | 23:33 | |
*** Qiming has joined #openstack-zaqar | 23:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!