*** jecarey has quit IRC | 00:00 | |
*** jecarey has joined #openstack-qa | 00:01 | |
*** Swami_ has joined #openstack-qa | 00:03 | |
*** Swami has quit IRC | 00:03 | |
*** nicholasgoracke has quit IRC | 00:05 | |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add different_host test on multiple nodes https://review.openstack.org/257660 | 00:05 |
---|---|---|
*** jecarey has quit IRC | 00:05 | |
*** dims_ has quit IRC | 00:07 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-full 263436,4,dff1178 | 00:12 |
*** nicholasgoracke has joined #openstack-qa | 00:19 | |
openstackrecheck | Console logs not available after 13:28s for gate-grenade-dsvm-multinode 245921,19,3f6a8d5 | 00:25 |
*** Swami_ has quit IRC | 00:31 | |
*** ajmiller has joined #openstack-qa | 00:33 | |
openstackgerrit | hgangwx@cn.ibm.com proposed openstack-dev/devstack: Wrong usage of "a/an" https://review.openstack.org/261785 | 00:35 |
*** sabeen3 has quit IRC | 00:35 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full-kilo 258670,3,8d8e394 | 00:38 |
*** hoangcx_ has joined #openstack-qa | 00:39 | |
*** tosky has quit IRC | 00:42 | |
*** zhangjn has joined #openstack-qa | 00:43 | |
*** nicholasgoracke has quit IRC | 00:46 | |
*** nicholasgoracke has joined #openstack-qa | 00:48 | |
openstackrecheck | Console logs not available after 13:29s for gate-nova-pep8 264349,1,517b5c6 | 00:52 |
*** zhangjn has quit IRC | 00:55 | |
*** sabeen1 has joined #openstack-qa | 00:56 | |
*** dims has joined #openstack-qa | 00:56 | |
*** zz_dimtruck is now known as dimtruck | 00:59 | |
*** jaypipes has quit IRC | 00:59 | |
*** eil397 has quit IRC | 01:03 | |
*** jacky-zhang has joined #openstack-qa | 01:05 | |
*** zhangjn has joined #openstack-qa | 01:06 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-pep8 263817,2,cea46c8 | 01:06 |
*** pvaneck has quit IRC | 01:12 | |
*** boris-42 has quit IRC | 01:13 | |
jlvillal | Can anyone tell me what 'os' stands for in https://github.com/openstack/tempest/blob/master/tempest/cmd/verify_tempest_config.py#L353 ? OpenStack? Object Storage? something else? | 01:15 |
sc68cal | jlvillal: most likely 'openstack' - since it's an instance of this class - https://github.com/openstack/tempest/blob/master/tempest/clients.py#L177 | 01:17 |
jlvillal | sc68cal: Thanks. It annoys me to have 'import os' and then use variables called 'os' :) | 01:17 |
sc68cal | jlvillal: fair point. Feel free to rename | 01:18 |
jlvillal | I was pondering a patch to maybe rename it to 'mgr', since that class is called Manager | 01:18 |
sc68cal | I'd vote for client_mgr | 01:19 |
jlvillal | Okay. I like it :) | 01:19 |
jlvillal | sc68cal: Thanks for your help | 01:19 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-ceph 264271,2,69e7123 | 01:19 |
openstackgerrit | Merged openstack/os-testr: Add subunit_trace --color option's doc https://review.openstack.org/253814 | 01:20 |
mtreinish | jlvillal: os is used almost everywhere for a client manager object | 01:27 |
mtreinish | its more than just in verify tempest config | 01:27 |
jlvillal | mtreinish: Okay. But still conflicts/overwrites when there is 'import os' or 'import os.path' | 01:27 |
mtreinish | normally it's class scoped so it's self.os or cls.os but yeah I can see that being an issue | 01:28 |
jlvillal | mtreinish: I'll see how motivated I am :) At the moment I'm trying not to get distracted by things and focus on getting grenade working for Ironic. | 01:29 |
jlvillal | So for now I don't think I'll be proposing a patch. | 01:29 |
jlvillal | I had a failure occur in my devstack-gate job and it calls verify_tempest_config and returns 1, but no message on why. So I am tracing through it to figure out why. | 01:30 |
jlvillal | My devstack-gate is running locally... | 01:30 |
mtreinish | jlvillal: it'll be in the tempest log file | 01:31 |
jlvillal | mtreinish: Thanks. I will look for that :) | 01:32 |
jlvillal | mtreinish: That was running in a venv | 01:32 |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-multinode 246564,3,102c544 | 01:33 |
jlvillal | tox -revenv -- verify-tempest-config -uro /tmp/tmp.8YY6qR3k1w | 01:33 |
*** asselin has quit IRC | 01:36 | |
openstackgerrit | Merged openstack-dev/devstack: Enable some serivce when on boot https://review.openstack.org/214965 | 01:38 |
mtreinish | jlvillal: fwiw, the venv usage there is mostly to isolate tempest's requirements from the system because of the whole branchless thing | 01:41 |
mtreinish | it shouldnt really be necessary if you're using master (but I guess with grenade it's a stable branch) | 01:42 |
jlvillal | mtreinish: Currently just trying to do a "simple" ironic devstack-gate run. Then will move on to grenade | 01:43 |
jlvillal | mtreinish: As a note the program dies here: https://github.com/openstack/tempest-lib/blob/master/tempest_lib/auth.py#L511 | 01:44 |
jlvillal | After that point, my debug print statements don't show any output. | 01:44 |
openstackgerrit | Matthew Treinish proposed openstack/openstack-health: Add table for recent runs to grouped-runs page https://review.openstack.org/264383 | 01:44 |
openstackgerrit | Matthew Treinish proposed openstack/openstack-health: Add recent runs table to the jobs page https://review.openstack.org/264440 | 01:44 |
jlvillal | Looking to figure where fill_credentials is | 01:45 |
mtreinish | jlvillal: there isn't a traceback in the tempest.log file? | 01:45 |
mtreinish | jlvillal: | 01:45 |
mtreinish | https://github.com/openstack/tempest-lib/blob/master/tempest_lib/auth.py#L80-L84 | 01:45 |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-multinode 264014,2,16b111e | 01:46 |
jlvillal | mtreinish: I'm probably being clueless but I'm in /opt/stack/new/ and nothing is jumping out at me as a tempest log file | 01:46 |
jlvillal | I see a lot of other log files | 01:46 |
mtreinish | jlvillal: it'll either be in cwd when you run the script or in the tempest repo root | 01:47 |
*** mtanino has quit IRC | 01:47 | |
mtreinish | can't remember the default behavior when you run it outside of the repo root | 01:47 |
jlvillal | mtreinish: Woot! | 01:47 |
jlvillal | mtreinish: Thanks. I found it with that tip. http://paste.openstack.org/show/483198/ | 01:48 |
mtreinish | ah, so it's either your auth_url or the keystone entry in the service catalog | 01:49 |
mtreinish | bknudson_ has a patch series to try and make version discovery a bit better in tempest-lib | 01:49 |
mtreinish | but I doubt that's needed here | 01:50 |
jlvillal | mtreinish: Hmmm. I'm thinking maybe it is hitting the proxy server, when it shouldn't be | 01:50 |
openstackgerrit | Dan Nguyen proposed openstack/tempest: Adds auth_version property to dashboard config https://review.openstack.org/264354 | 01:50 |
mtreinish | jlvillal: oh, you're behind a proxy? | 01:51 |
jlvillal | mtreinish: I bet you wish you were too. Not! :) | 01:51 |
mtreinish | haha | 01:52 |
jlvillal | So it seems to be ignoring the 'no_proxy' value | 01:53 |
jlvillal | no_proxy=...,127.0.0.0/8,... | 01:53 |
*** dimtruck is now known as zz_dimtruck | 01:54 | |
mtreinish | jlvillal: I think that's for tox not tempest | 01:56 |
mtreinish | well pip really | 01:56 |
jlvillal | mtreinish: Do you mean 'no_proxy'? | 01:57 |
jlvillal | That should be honored by everything that does proxy stuff. | 01:57 |
jlvillal | Does tempest use the 'requests' library? | 01:57 |
mtreinish | nope | 01:57 |
mtreinish | httplib2 | 01:57 |
mtreinish | https://github.com/openstack/tempest-lib/blob/master/tempest_lib/common/rest_client.py | 01:58 |
jlvillal | mtreinish: Oh :( | 01:58 |
*** nicholasgoracke has quit IRC | 01:58 | |
* jlvillal thinks everything should use the requests library | 01:58 | |
lifeless | jlvillal: even my toaster? | 01:59 |
jlvillal | lifeless: Especially that :P | 01:59 |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python34 264016,2,844ef52 | 01:59 |
* jlvillal sees calendar reminder telling him about 6am Nova meeting. jlvillal thinks that is very early... | 02:00 | |
*** davideagnello has quit IRC | 02:07 | |
*** nicholasgoracke has joined #openstack-qa | 02:07 | |
*** nicholasgoracke has quit IRC | 02:07 | |
*** jasonsb has joined #openstack-qa | 02:08 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 258628,4,423258a | 02:13 |
*** mriedem has quit IRC | 02:13 | |
*** zhangjn has quit IRC | 02:19 | |
*** salv-orl_ has quit IRC | 02:23 | |
jlvillal | mtreinish: I worked around it. httplib2 doesn't understand CIDR notation in no_proxy. So adding '127.0.0.1' works. | 02:23 |
*** salv-orlando has joined #openstack-qa | 02:23 | |
mtreinish | heh, ok cool | 02:24 |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python34 264397,1,205084b | 02:26 |
*** tochi has quit IRC | 02:32 | |
mtreinish | oomichi: did you see: http://lists.openstack.org/pipermail/openstack-dev/2016-January/083397.html | 02:38 |
*** zhangjn has joined #openstack-qa | 02:38 | |
openstackgerrit | Shu Muto proposed openstack/os-testr: remove python 3.3 trove classifier https://review.openstack.org/264521 | 02:40 |
openstackrecheck | Console logs not available after 13:23s for gate-cinder-pep8 263766,4,6be6b64 | 02:40 |
openstackgerrit | Shu Muto proposed openstack/os-testr: remove python 3.3 trove classifier https://review.openstack.org/264521 | 02:40 |
oomichi | mtreinish: oops, missed it. nice point. | 02:43 |
oomichi | mtreinish: will send a mail for fixing soon | 02:43 |
mtreinish | oomichi: heh, no worries | 02:46 |
openstackrecheck | Console logs not available after 13:22s for gate-glance-python34 255584,5,fb27579 | 02:53 |
*** dims has quit IRC | 02:58 | |
*** mragupat has joined #openstack-qa | 02:58 | |
*** boris-42 has joined #openstack-qa | 03:02 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full 236143,12,64fd3e0 | 03:06 |
*** edmondsw has quit IRC | 03:12 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 264018,2,189f5e7 | 03:20 |
*** aopincar has joined #openstack-qa | 03:26 | |
*** salv-orlando has quit IRC | 03:26 | |
*** salv-orlando has joined #openstack-qa | 03:27 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-pep8 263817,3,2c0ad6b | 03:33 |
*** jacky-zhang has quit IRC | 03:34 | |
*** yamahata has quit IRC | 03:36 | |
*** zhangjn has quit IRC | 03:40 | |
*** nicholasgoracke has joined #openstack-qa | 03:42 | |
openstackrecheck | Console logs not available after 13:23s for gate-glance-python27 244347,4,39ebfe8 | 03:47 |
*** bkopilov has quit IRC | 03:49 | |
*** tochi has joined #openstack-qa | 03:53 | |
*** aopincar has quit IRC | 03:57 | |
*** zz_dimtruck is now known as dimtruck | 03:58 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-full 248237,3,dfdc217 | 04:00 |
*** jacky-zhang has joined #openstack-qa | 04:05 | |
*** mragupat has quit IRC | 04:08 | |
*** salv-orl_ has joined #openstack-qa | 04:09 | |
*** salv-orlando has quit IRC | 04:11 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full-liberty 264354,2,e698d4b | 04:14 |
*** coolsvap|away is now known as coolsvap | 04:21 | |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm 261070,2,d46253b | 04:27 |
openstackgerrit | Ken'ichi Ohmichi proposed openstack/tempest: Add different_host test on multiple nodes https://review.openstack.org/257660 | 04:31 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full 259108,1,7bad5ee | 04:41 |
*** nicholasgoracke has quit IRC | 04:47 | |
*** nicholasgoracke has joined #openstack-qa | 04:47 | |
*** dave-mccowan has quit IRC | 04:50 | |
openstackgerrit | Merged openstack-dev/devstack: XenAPI: add support to use local.conf https://review.openstack.org/260861 | 04:51 |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 235082,4,5313b69 | 04:54 |
*** sabeen1 has quit IRC | 04:58 | |
*** Poornima has joined #openstack-qa | 05:01 | |
*** nicholasgoracke has quit IRC | 05:01 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 217422,102,a01b575 | 05:07 |
*** dimtruck is now known as zz_dimtruck | 05:14 | |
*** kevinbenton has quit IRC | 05:14 | |
*** kevinbenton has joined #openstack-qa | 05:14 | |
*** mragupat has joined #openstack-qa | 05:21 | |
*** DinaBelova has quit IRC | 05:21 | |
openstackrecheck | Console logs not available after 13:23s for experimental-tempest-dsvm-multinode-full-dibtest 257660,12,63d9200 | 05:21 |
*** DinaBelova has joined #openstack-qa | 05:22 | |
*** nicholasgoracke has joined #openstack-qa | 05:22 | |
*** bkopilov has joined #openstack-qa | 05:23 | |
*** zhangjn has joined #openstack-qa | 05:23 | |
*** shausy has joined #openstack-qa | 05:26 | |
*** shausy has quit IRC | 05:26 | |
*** jasonsb has quit IRC | 05:28 | |
*** kevinbenton has quit IRC | 05:29 | |
*** shausy has joined #openstack-qa | 05:30 | |
*** zhangjn_ has joined #openstack-qa | 05:34 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full 259638,4,7e2d88c | 05:34 |
*** zhangjn has quit IRC | 05:36 | |
*** zhangjn_ has quit IRC | 05:38 | |
openstackgerrit | FelixLi proposed openstack/tempest: Splitting clients into client groups in manager.py https://review.openstack.org/254160 | 05:41 |
*** nicholasgoracke has quit IRC | 05:44 | |
*** nicholas_ has joined #openstack-qa | 05:44 | |
*** zhangjn has joined #openstack-qa | 05:45 | |
openstackrecheck | Console logs not available after 13:21s for gate-nova-pep8 257087,13,0037e83 | 05:48 |
*** zhangjn has quit IRC | 05:51 | |
*** zhangjn has joined #openstack-qa | 05:54 | |
*** zhangjn has quit IRC | 05:55 | |
*** zhangjn has joined #openstack-qa | 06:00 | |
*** zhangjn has quit IRC | 06:01 | |
openstackrecheck | Console logs not available after 13:29s for gate-grenade-dsvm 264517,1,640bf79 | 06:01 |
*** zhangjn has joined #openstack-qa | 06:02 | |
*** jasonsb has joined #openstack-qa | 06:04 | |
*** yfried_ has quit IRC | 06:08 | |
*** salv-orl_ has quit IRC | 06:08 | |
*** salv-orlando has joined #openstack-qa | 06:08 | |
*** jasonsb has quit IRC | 06:09 | |
*** nicholas_ has quit IRC | 06:09 | |
*** markvoelker has quit IRC | 06:11 | |
openstackrecheck | Console logs not available after 13:27s for gate-grenade-dsvm 135877,8,764abd5 | 06:15 |
*** aopincar has joined #openstack-qa | 06:22 | |
*** jffische has quit IRC | 06:23 | |
*** zhangjn has quit IRC | 06:25 | |
openstackrecheck | Console logs not available after 13:23s for gate-cinder-python27 255239,11,1406a3e | 06:28 |
*** neeti has joined #openstack-qa | 06:30 | |
*** mragupat has quit IRC | 06:30 | |
openstackgerrit | Merged openstack/tempest: Add support of schema versioning for microversion https://review.openstack.org/244974 | 06:32 |
*** zhangjn has joined #openstack-qa | 06:35 | |
*** zhangjn has quit IRC | 06:36 | |
*** zhangjn has joined #openstack-qa | 06:37 | |
*** agireud has quit IRC | 06:38 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make v1 create_image & update_image use **kwargs https://review.openstack.org/252277 | 06:40 |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-neutron-full 202617,30,b55c875 | 06:42 |
*** agireud has joined #openstack-qa | 06:44 | |
*** zhangjn has quit IRC | 06:44 | |
*** vgridnev has joined #openstack-qa | 06:48 | |
*** jswarren has quit IRC | 06:52 | |
*** jswarren has joined #openstack-qa | 06:52 | |
*** zackf has quit IRC | 06:52 | |
*** zackf has joined #openstack-qa | 06:53 | |
*** itsuugo has quit IRC | 06:54 | |
*** itsuugo has joined #openstack-qa | 06:55 | |
openstackrecheck | Console logs not available after 13:25s for gate-keystone-python27 233274,21,1713790 | 06:55 |
openstackrecheck | openstack/cinder change: https://review.openstack.org/217940 failed gate-tempest-dsvm-full-ceph in the gate queue with an unrecognized error | 06:55 |
*** coolsvap is now known as coolsvap|away | 06:56 | |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack/openstack-health: Use assertTrue/False instead of assertEqual(T/F) https://review.openstack.org/264613 | 06:57 |
*** nicholasgoracke has joined #openstack-qa | 06:57 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements https://review.openstack.org/262923 | 06:58 |
*** hoangcx_ has quit IRC | 07:00 | |
*** nicholasgoracke has quit IRC | 07:02 | |
*** zhangjn has joined #openstack-qa | 07:04 | |
openstackrecheck | Console logs not available after 13:24s for gate-grenade-dsvm-partial-ncpu 263567,1,8a2af36 | 07:09 |
*** dwalleck has quit IRC | 07:11 | |
*** markvoelker has joined #openstack-qa | 07:11 | |
*** SridharG has joined #openstack-qa | 07:12 | |
*** gamado has joined #openstack-qa | 07:16 | |
*** markvoelker has quit IRC | 07:16 | |
*** nadya has joined #openstack-qa | 07:17 | |
*** nadya is now known as Guest86462 | 07:17 | |
*** itzikb_ has joined #openstack-qa | 07:18 | |
openstackrecheck | Console logs not available after 13:30s for experimental-tempest-dsvm-multinode-full-dibtest 257660,13,73993fb | 07:22 |
*** bochi-michael has joined #openstack-qa | 07:29 | |
openstackrecheck | Console logs not available after 13:27s for gate-swift-pep8 256201,9,771478f | 07:36 |
openstackrecheck | openstack/keystone change: https://review.openstack.org/230193 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1355573 | 07:36 |
openstack | Launchpad bug 1355573 in grenade "tempest volume scenarios periodically fail /w SSHTimeout" [Undecided,New] | 07:36 |
*** coolsvap|away is now known as coolsvap | 07:41 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Add tests for Nova microversion v2.2 https://review.openstack.org/244996 | 07:44 |
*** anshul has joined #openstack-qa | 07:45 | |
*** yfried_ has joined #openstack-qa | 07:49 | |
openstackrecheck | Console logs not available after 13:29s for gate-tempest-dsvm-full-lio-src-os-brick 264578,1,a626005 | 07:50 |
*** jacky-zhang_ has joined #openstack-qa | 07:50 | |
*** jacky-zhang has quit IRC | 07:52 | |
*** jacky-zhang_ is now known as jacky-zhang | 07:52 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-dsvm-integration 259677,20,814d701 | 08:03 |
*** zhangjn has quit IRC | 08:03 | |
*** salv-orlando has quit IRC | 08:04 | |
*** salv-orlando has joined #openstack-qa | 08:04 | |
*** zhangjn has joined #openstack-qa | 08:05 | |
*** Guest86462 has quit IRC | 08:06 | |
yfried_ | oomichi: gmann: could you please review https://review.openstack.org/#/c/259746/ ? | 08:06 |
*** yamamoto has joined #openstack-qa | 08:12 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 201019,14,8541e4e | 08:17 |
*** yamamoto has quit IRC | 08:20 | |
*** jpas has quit IRC | 08:23 | |
*** salv-orlando has quit IRC | 08:30 | |
*** salv-orlando has joined #openstack-qa | 08:30 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-full 249016,11,da984ce | 08:30 |
*** jacky-zhang_ has joined #openstack-qa | 08:30 | |
*** jacky-zhang has quit IRC | 08:32 | |
*** jacky-zhang_ is now known as jacky-zhang | 08:32 | |
*** yfried_ has quit IRC | 08:32 | |
*** gfidente has joined #openstack-qa | 08:35 | |
*** gfidente has quit IRC | 08:35 | |
*** gfidente has joined #openstack-qa | 08:35 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Use a sparse swapfile on rootfs for providers without ephemeral disks https://review.openstack.org/261070 | 08:38 |
*** sshnaidm_ has joined #openstack-qa | 08:39 | |
*** ifarkas has joined #openstack-qa | 08:40 | |
openstackrecheck | Console logs not available after 13:21s for gate-nova-pep8 249018,15,806b371 | 08:44 |
*** jlanoux has joined #openstack-qa | 08:46 | |
*** mkoderer_cloud has joined #openstack-qa | 08:48 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Add tests for Nova microversion v2.2 https://review.openstack.org/244996 | 08:48 |
*** lezbar__ has joined #openstack-qa | 08:54 | |
openstackgerrit | Swapnil Kulkarni (coolsvap) proposed openstack/os-testr: Use assertTrue/False instead of assertEqual(T/F) https://review.openstack.org/264672 | 08:55 |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-neutron-large-ops 257693,21,2408d92 | 08:57 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate compute client group to the new manager https://review.openstack.org/260077 | 08:57 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Add a service client data store https://review.openstack.org/260076 | 08:57 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate volume client group to the new manager https://review.openstack.org/262859 | 08:57 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate image client group to the new manager https://review.openstack.org/262990 | 08:58 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate object storage group to the new manager https://review.openstack.org/262989 | 08:58 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate network client group to the new manager https://review.openstack.org/261067 | 08:58 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Defines a new-style client manager https://review.openstack.org/258566 | 08:58 |
*** jordanP has joined #openstack-qa | 08:59 | |
*** hoangcx has joined #openstack-qa | 09:00 | |
*** yfried has joined #openstack-qa | 09:00 | |
jordanP | do we have the QA meeting ? | 09:02 |
yfried | jordanP: hi, could you please review https://review.openstack.org/#/c/259746/ | 09:03 |
jordanP | yfried, nope. i can't have another jombo scenario again, my head melts each time I review one of those | 09:03 |
mkoderer_cloud | gmann: don't we have QA now? | 09:03 |
yfried | jordanP: jombo??? | 09:04 |
jordanP | 140 LOC is more than I can handle :) | 09:04 |
yfried | jordanP: It's actually pretty simple and with lot's of comments. | 09:04 |
yfried | jordanP: actually, if ANYTHING is not clear, please let me know. you shouldn't have to dive into weird unexplained code | 09:05 |
yfried | jordanP: please note that many of these LOC are doc | 09:05 |
*** shausy has quit IRC | 09:06 | |
*** shausy has joined #openstack-qa | 09:06 | |
*** vgridnev has quit IRC | 09:06 | |
*** nadya has joined #openstack-qa | 09:07 | |
*** nadya is now known as Guest46375 | 09:07 | |
dmellado | lol | 09:08 |
dmellado | jombo scenario xD | 09:08 |
*** safchain has joined #openstack-qa | 09:09 | |
dmellado | jordanP: this one it's not that hard ;) | 09:09 |
yfried | jordanP: it helps if you start at the end of the file (with the actuall tests) and go back up | 09:09 |
jordanP | yeah but we have to make sure this case is not already covered | 09:10 |
jordanP | I mean there's already XXX tests about security groups | 09:10 |
gmann | mkoderer_cloud: jordanP not this week. this week is 17 UTC. | 09:10 |
*** jogo has quit IRC | 09:10 | |
dmellado | gmann: thanks! we already figured it out in the #meeting channel, sadly xD | 09:10 |
yfried | jordanP: if we have a test that explicitly runs traffic between multi-node hosts I'll drop this one | 09:10 |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-tox-py27dj18 264630,1,00e46ef | 09:11 |
*** Guest46375 has quit IRC | 09:11 | |
gmann | yfried: i will be able to check may eb tomorrow not today | 09:12 |
gmann | jordanP: regarding https://review.openstack.org/#/c/256271/ | 09:12 |
*** markvoelker has joined #openstack-qa | 09:12 | |
gmann | jordanP: are you fine with my reply :). Doc ref needs to be updated for other methods too together | 09:12 |
dmellado | btw, I've been seeing the experimental stress gates fail with this kind of issue lately, is this a known bug? http://logs.openstack.org/46/259746/9/experimental/periodic-tempest-dsvm-stress-master/5aa61dc/logs/screen-g-api.txt.gz?level=TRACE | 09:12 |
jordanP | gmann, no. I really thing it's better to do this small change now. because you neveer know what will happen in the future, maybe you will forget to updater the docstring ou will have no time to do it | 09:14 |
jordanP | it's just a one line change, you can edit it through gerrit | 09:14 |
gmann | jordanP: thats we have for all methods | 09:14 |
*** slowrie has quit IRC | 09:15 | |
jordanP | gmann, hum ? | 09:15 |
jordanP | I can live with no docstring but a "wrong" (it's not that wrong, okay) is suboptimal especially when the docstring was correct in the first place | 09:16 |
openstackgerrit | Markus Zoeller (markus_z) proposed openstack-dev/devstack: Add distro support for KVM for IBM z Systems https://review.openstack.org/252474 | 09:16 |
*** markvoelker has quit IRC | 09:17 | |
gmann | jordanP: ok, let me update. | 09:17 |
jordanP | thanks | 09:17 |
jordanP | then I'll +A directly, because you already had a +2 | 09:17 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make v1 list_images use **kwargs & doc string update https://review.openstack.org/252291 | 09:18 |
*** vgridnev has joined #openstack-qa | 09:20 | |
*** rossella_s has joined #openstack-qa | 09:21 | |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-python27 217828,58,10b0c1b | 09:25 |
*** vgridnev has quit IRC | 09:25 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make volume volume_client to use **kwargs-part1 https://review.openstack.org/256271 | 09:25 |
gmann | jordanP: ^^ | 09:26 |
*** oomichi has quit IRC | 09:32 | |
gmann | jordanP: Thanks | 09:34 |
jordanP | sure, thanks for updating | 09:35 |
*** shardy has joined #openstack-qa | 09:35 | |
*** jogo has joined #openstack-qa | 09:37 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-python27 236042,43,a707252 | 09:38 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make volume volume_client to use **kwargs-part2 https://review.openstack.org/259249 | 09:38 |
*** jacky-zhang has quit IRC | 09:40 | |
*** yamahata has joined #openstack-qa | 09:41 | |
*** zhangjn has quit IRC | 09:42 | |
*** rajalakshmig has joined #openstack-qa | 09:44 | |
openstackgerrit | Merged openstack/tempest: Fix create/show/delete methods on subnetpools_client https://review.openstack.org/263985 | 09:51 |
openstackrecheck | Console logs not available after 13:25s for gate-horizon-python34 217964,54,375a793 | 09:51 |
*** yamahata has quit IRC | 09:53 | |
openstackgerrit | Merged openstack-infra/subunit2sql: Add new graph type to show run_time variance by metadata https://review.openstack.org/210569 | 09:53 |
jordanP | andreaf, hi. I updated https://review.openstack.org/#/c/242076/ ( | 09:56 |
jordanP | Scenario manager: don't access glance_client if Glance is not available | 09:56 |
jordanP | ) that you -1ed some time ago. Could you re-review please ? | 09:56 |
*** zhangjn has joined #openstack-qa | 09:59 | |
*** dtantsur|afk is now known as dtantsur | 10:03 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-python34 217422,103,ace3c02 | 10:05 |
*** salv-orl_ has joined #openstack-qa | 10:08 | |
*** salv-orlando has quit IRC | 10:11 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 264414,4,24baeb2 | 10:19 |
jordanP | gmann, https://review.openstack.org/#/c/252277/ | 10:19 |
jordanP | I have to insist on using kwarg['name'] = name :) | 10:20 |
jordanP | unless I am missing something | 10:20 |
*** rossella_s has quit IRC | 10:22 | |
*** rossella_s has joined #openstack-qa | 10:22 | |
*** ramineni1 has joined #openstack-qa | 10:22 | |
ramineni1 | jlanoux: hi | 10:25 |
*** tosky has joined #openstack-qa | 10:26 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Make v1 create_image & update_image use **kwargs https://review.openstack.org/252277 | 10:28 |
openstackrecheck | Console logs not available after 13:29s for gate-grenade-dsvm 264133,2,d982146 | 10:32 |
*** hoangcx has quit IRC | 10:43 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 255385,7,372eb4c | 10:45 |
*** ccarmack1 has joined #openstack-qa | 10:48 | |
*** ccarmack has quit IRC | 10:49 | |
*** cdent has joined #openstack-qa | 10:49 | |
openstackrecheck | Console logs not available after 13:25s for gate-grenade-dsvm 259746,9,c532406 | 10:59 |
dmellado | gmann: jordanP when a test says "SSH required for this test", what does it needs to be enabled in tempest.conf? | 11:07 |
*** salv-orl_ has quit IRC | 11:07 | |
*** salv-orlando has joined #openstack-qa | 11:08 | |
jlanoux | ramineni1: Hi | 11:09 |
*** jordanP has quit IRC | 11:09 | |
*** dims has joined #openstack-qa | 11:10 | |
ramineni1 | jlanoux: hi, | 11:10 |
ramineni1 | jlanoux: i want to check regarding your comment on https://review.openstack.org/#/c/259859/ | 11:11 |
*** coolsvap is now known as coolsvap|away | 11:11 | |
jlanoux | ramineni1: yep? | 11:11 |
ramineni1 | jlanoux: i didn get what you actually meant there? it doesnt make any difference if its the same line or diff one? | 11:12 |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full 262859,6,acb4588 | 11:12 |
jlanoux | ramineni1: It's for consistency accross the code. Moreover, validatable=valitable is unecessary. | 11:13 |
*** markvoelker has joined #openstack-qa | 11:13 | |
ramineni1 | jlanoux: it would be more understandable if we use validatable=validatable while passing params to functions | 11:13 |
jlanoux | ramineni1: validatable is a boolean and it's already implemented like that in the code | 11:14 |
ramineni1 | jlanoux: ya, so? | 11:15 |
ramineni1 | jlanoux: so, we are passing boolean value to other function whose parameter is validatable | 11:15 |
jlanoux | ramineni1: doing so will introduce unecessary inconsistency | 11:15 |
openstackgerrit | Joe Hakim Rahme proposed openstack/tempest: Fixes the Javelin CLI https://review.openstack.org/264721 | 11:18 |
*** markvoelker has quit IRC | 11:18 | |
ramineni1 | jlanoux: hmm, we can call any function with direct arg or using name which is more clearer way, so i dont see any inconsistency there | 11:19 |
ramineni1 | jlanoux: if its just a nit, can u remove -1 , ill update it , if i need to throw a new patch, wdyt? | 11:20 |
*** lucas-dinner is now known as lucasagomes | 11:20 | |
jlanoux | ramineni1: I consider it to be more than a nit. Anyway, if the cores are happy with it, they can approve it. | 11:21 |
ramineni1 | jlanoux: ok, sure , thansk | 11:22 |
*** ramineni1 has left #openstack-qa | 11:25 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full 262990,5,5b9c180 | 11:26 |
*** nicholasgoracke has joined #openstack-qa | 11:28 | |
*** nicholasgoracke has quit IRC | 11:33 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 262989,5,aa01675 | 11:39 |
*** zhangjn has quit IRC | 11:49 | |
*** rfolco has joined #openstack-qa | 11:52 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 224726,16,1b3bb02 | 11:53 |
*** devananda has quit IRC | 11:54 | |
*** devananda has joined #openstack-qa | 11:55 | |
*** zhangjn has joined #openstack-qa | 11:58 | |
*** zhangjn has quit IRC | 11:58 | |
*** zhangjn has joined #openstack-qa | 11:59 | |
*** zhangjn has quit IRC | 11:59 | |
*** zhangjn has joined #openstack-qa | 11:59 | |
*** zhangjn has quit IRC | 12:00 | |
dmellado | ping andreaf are you around? | 12:00 |
*** zhangjn has joined #openstack-qa | 12:01 | |
*** hichihara has joined #openstack-qa | 12:04 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 237999,4,a242c50 | 12:06 |
*** nadya has joined #openstack-qa | 12:09 | |
*** nadya is now known as Guest90293 | 12:09 | |
*** ajmiller_ has joined #openstack-qa | 12:12 | |
*** ajmiller has quit IRC | 12:12 | |
*** Guest90293 has quit IRC | 12:13 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate volume client group to the new manager https://review.openstack.org/262859 | 12:14 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate image client group to the new manager https://review.openstack.org/262990 | 12:14 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate object storage group to the new manager https://review.openstack.org/262989 | 12:14 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate network client group to the new manager https://review.openstack.org/261067 | 12:14 |
*** markvoelker has joined #openstack-qa | 12:14 | |
*** nadya has joined #openstack-qa | 12:17 | |
*** nadya is now known as Guest33442 | 12:17 | |
*** hichihara has quit IRC | 12:17 | |
*** markvoelker has quit IRC | 12:18 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full-ceph 254783,9,c2c1c23 | 12:20 |
*** Guest33442 is now known as _nadya_ | 12:21 | |
andreaf | dmellado: I am now, for a bit at least | 12:32 |
dmellado | andreaf: I think I handled the issue on my own, thanks anyway ;) | 12:32 |
andreaf | dmellado: ok ;) | 12:32 |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-postgres-full 261067,10,a483b9e | 12:33 |
*** Poornima has quit IRC | 12:34 | |
openstackgerrit | Yuriy Nesenenko proposed openstack/tempest: Fix incorrect work with host https://review.openstack.org/264141 | 12:35 |
*** bkopilov has quit IRC | 12:43 | |
openstackrecheck | openstack/tempest change: https://review.openstack.org/260315 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1355573 | 12:47 |
openstack | Launchpad bug 1355573 in grenade "tempest volume scenarios periodically fail /w SSHTimeout" [Undecided,New] | 12:47 |
*** zhangjn has quit IRC | 12:48 | |
*** markvan has quit IRC | 12:51 | |
*** tochi has quit IRC | 12:52 | |
*** markvan has joined #openstack-qa | 12:53 | |
*** woodster_ has joined #openstack-qa | 12:54 | |
*** dave-mccowan has joined #openstack-qa | 12:56 | |
openstackgerrit | Merged openstack-dev/devstack: Add distro support for KVM for IBM z Systems https://review.openstack.org/252474 | 12:58 |
*** gfidente is now known as gfidente|pto | 12:58 | |
openstackrecheck | Console logs not available after 13:23s for gate-horizon-python27 264682,1,0923345 | 13:01 |
*** salv-orlando has quit IRC | 13:03 | |
*** salv-orlando has joined #openstack-qa | 13:03 | |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate volume client group to the new manager https://review.openstack.org/262859 | 13:03 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate image client group to the new manager https://review.openstack.org/262990 | 13:03 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate object storage group to the new manager https://review.openstack.org/262989 | 13:03 |
openstackgerrit | Andrea Frittoli proposed openstack/tempest: Migrate network client group to the new manager https://review.openstack.org/261067 | 13:03 |
*** _nadya_ has quit IRC | 13:06 | |
*** zhangjn has joined #openstack-qa | 13:06 | |
*** bochi-michael has quit IRC | 13:08 | |
*** weshay_xchat has joined #openstack-qa | 13:10 | |
*** rajalakshmig has quit IRC | 13:11 | |
openstackrecheck | Console logs not available after 13:43s for gate-tempest-dsvm-neutron-full 256271,6,f9d968a | 13:14 |
*** markvoelker has joined #openstack-qa | 13:18 | |
*** erlon has joined #openstack-qa | 13:22 | |
*** jffische has joined #openstack-qa | 13:22 | |
*** edmondsw has joined #openstack-qa | 13:22 | |
*** TuanNguyen has joined #openstack-qa | 13:25 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 264133,2,6fc2ffc | 13:28 |
*** aopincar has quit IRC | 13:33 | |
*** zz_dimtruck is now known as dimtruck | 13:37 | |
*** moravec has quit IRC | 13:40 | |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm 147520,68,7acd632 | 13:41 |
*** jordanP has joined #openstack-qa | 13:47 | |
*** dimtruck is now known as zz_dimtruck | 13:51 | |
*** _nadya_ has joined #openstack-qa | 13:52 | |
*** neeti has quit IRC | 13:53 | |
openstackrecheck | Console logs not available after 13:25s for gate-grenade-dsvm 135877,11,5941bb8 | 13:55 |
*** neeti has joined #openstack-qa | 13:56 | |
*** ccarmack1 has quit IRC | 14:00 | |
openstackgerrit | Mauro Rodrigues proposed openstack/tempest: Remove hard-coded DEPLOYWAIT timeout from Baremetal Scenario https://review.openstack.org/258027 | 14:02 |
*** cdent has quit IRC | 14:02 | |
*** shausy has quit IRC | 14:03 | |
*** shausy has joined #openstack-qa | 14:04 | |
*** Poornima has joined #openstack-qa | 14:04 | |
*** anshul has quit IRC | 14:05 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements https://review.openstack.org/262923 | 14:05 |
openstackrecheck | Console logs not available after 13:26s for gate-grenade-dsvm 217940,3,d1b094f | 14:08 |
*** mkoderer_cloud has quit IRC | 14:11 | |
*** Poornima has quit IRC | 14:11 | |
*** Poornima has joined #openstack-qa | 14:13 | |
*** vgridnev has joined #openstack-qa | 14:17 | |
*** dkranz has joined #openstack-qa | 14:17 | |
*** mriedem has joined #openstack-qa | 14:17 | |
*** shausy has quit IRC | 14:18 | |
*** anshul has joined #openstack-qa | 14:20 | |
*** rossella_s has quit IRC | 14:21 | |
*** rossella_s has joined #openstack-qa | 14:22 | |
openstackrecheck | Console logs not available after 13:55s for gate-grenade-dsvm 202617,31,46f0af3 | 14:22 |
*** nicholasgoracke has joined #openstack-qa | 14:23 | |
*** cdent has joined #openstack-qa | 14:24 | |
*** regXboi has joined #openstack-qa | 14:24 | |
*** nicholasgoracke has quit IRC | 14:25 | |
*** gamado has quit IRC | 14:28 | |
*** ccarmack has joined #openstack-qa | 14:30 | |
*** lucasagomes is now known as lucas-hungry | 14:32 | |
*** neeti has quit IRC | 14:34 | |
*** Poornima has quit IRC | 14:34 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 256920,15,2eea348 | 14:35 |
*** jasonsb has joined #openstack-qa | 14:38 | |
*** zz_dimtruck is now known as dimtruck | 14:38 | |
*** moravec has joined #openstack-qa | 14:41 | |
*** jasonsb has quit IRC | 14:43 | |
*** yfried has quit IRC | 14:44 | |
*** nicholasgoracke has joined #openstack-qa | 14:48 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-tox-functional 237999,5,18fa98a | 14:49 |
*** alyson_ has joined #openstack-qa | 14:50 | |
*** jecarey has joined #openstack-qa | 14:52 | |
*** anshul has quit IRC | 14:55 | |
*** zhangjn has quit IRC | 15:02 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-kilo 252291,9,ed03f5d | 15:02 |
*** bkopilov has joined #openstack-qa | 15:06 | |
*** woodster_ has quit IRC | 15:06 | |
*** mriedem is now known as mriedem_meeting | 15:10 | |
*** mfisher_ora has joined #openstack-qa | 15:11 | |
*** mragupat has joined #openstack-qa | 15:12 | |
*** jasonsb has joined #openstack-qa | 15:15 | |
*** jaypipes has joined #openstack-qa | 15:15 | |
*** ChanServ sets mode: +o jaypipes | 15:15 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 264702,2,4545e20 | 15:16 |
sdague | mtreinish: it's kind of unfortunate that the tempest clients are out of tree now, because it makes fixing ux in logging the tempest jobs harder | 15:16 |
*** yamahata has joined #openstack-qa | 15:18 | |
*** rbak has joined #openstack-qa | 15:18 | |
*** mtanino has joined #openstack-qa | 15:19 | |
mtreinish | sdague: yeah it was one of the tradeoffs for moving things into the lib | 15:19 |
sdague | I was just trying to add human logging to tempest lib, and I think gave up. Because where you have the context for what the request is semantically is at a layer thats pretty far from where the request happens | 15:20 |
sdague | and our raising exceptions for all non 200 status codes means it's not possible to human log failures | 15:22 |
*** artom has quit IRC | 15:24 | |
sdague | http://paste.openstack.org/show/483236/ was some initial output of this idea | 15:24 |
*** slowrie has joined #openstack-qa | 15:28 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 244996,30,0560ad4 | 15:29 |
*** sshnaidm_ has quit IRC | 15:30 | |
*** lucas-hungry is now known as lucasagomes | 15:34 | |
*** dims_ has joined #openstack-qa | 15:35 | |
*** dims has quit IRC | 15:36 | |
andreaf | timothyb89, mtreinish: it's great to see the group-by functionality of o-h live - thanks :) | 15:41 |
*** mriedem_meeting is now known as mriedem | 15:42 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-large-ops 263567,1,fba8433 | 15:43 |
*** pglass has joined #openstack-qa | 15:48 | |
mtreinish | andreaf: heh, it's been up on there for a while now :) | 15:48 |
andreaf | mtreinish: I've been on holidays for a while now I guess :P | 15:49 |
*** rbak_ has joined #openstack-qa | 15:53 | |
*** yfried has joined #openstack-qa | 15:54 | |
*** rbak has quit IRC | 15:55 | |
openstackgerrit | Andrea Frittoli proposed openstack/openstack-health: Fix label on 2nd page with custom grouping https://review.openstack.org/264841 | 15:55 |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-full 256273,46,178d59a | 15:56 |
andreaf | mtreinish: small fix ^^^ but I'm still testing it | 15:56 |
andreaf | mtreinish: btw, if you have some time for reviews - https://review.openstack.org/#/q/topic:bp/client-manager-refactor needs some love :) - it's starting to get hit by merge conflicts, and I'd like to see that moving forward to facilitate migration to tempest-lib of creds providers | 15:59 |
*** lezbar__ has quit IRC | 16:02 | |
*** moravec has quit IRC | 16:03 | |
*** itzikb_ has quit IRC | 16:03 | |
*** SridharG has quit IRC | 16:04 | |
*** moravec has joined #openstack-qa | 16:06 | |
mtreinish | andreaf: what is inflection used for? | 16:07 |
*** lezbar has joined #openstack-qa | 16:08 | |
*** salv-orl_ has joined #openstack-qa | 16:08 | |
andreaf | mtreinish: converting CamelCase class names to underscore_case entry points for clients in the manager | 16:09 |
*** artom has joined #openstack-qa | 16:09 | |
openstackrecheck | Console logs not available after 13:27s for gate-tempest-dsvm-full 153038,77,8aa5c3d | 16:09 |
*** artom has quit IRC | 16:10 | |
*** artom has joined #openstack-qa | 16:10 | |
*** salv-orlando has quit IRC | 16:11 | |
*** shausy has joined #openstack-qa | 16:12 | |
mtreinish | heh, I guess it's not surprising there's a library for that | 16:12 |
*** woodster_ has joined #openstack-qa | 16:13 | |
jordanP | andreaf, I left you some comments on that serie | 16:14 |
andreaf | mtreinish: I guess I could skip the extra library, but I though it's nice to have a proper implementation | 16:15 |
andreaf | jordanP: thanks | 16:15 |
jordanP | I must say, my comments are rather trivial because I have no idea on what I am reading | 16:15 |
mtreinish | jordanP: I started with the spec :) | 16:18 |
mtreinish | heh, although it didn't help too much | 16:19 |
jordanP | I must say I am bad with abstraction but | 16:19 |
sdague | andreaf: honestly, I feel like anything that adds more class hiearchy is bad | 16:20 |
sdague | the deep class hiearchy is part of what makes the tempest code so inpenatrable to people | 16:20 |
jordanP | I understand the problem andreaf wants to solve is with "plugin", but I which there is another solution... because I fear I never will be able to understand/debug this | 16:21 |
*** _nadya_ has quit IRC | 16:22 | |
andreaf | sdague: I need to split the client manager into two at least because I need one part which does not depend on CONF which can be moved to tempest-lib | 16:22 |
openstackgerrit | Liron Kuchlani proposed openstack/tempest: Redundent if Statement https://review.openstack.org/262465 | 16:22 |
andreaf | sdague: so the extra layer adds the CONF bits | 16:22 |
andreaf | and that stays on tempest side | 16:23 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-dvr 252277,10,55684da | 16:23 |
sdague | that seems like that's going to make things even more complex | 16:24 |
andreaf | sdague, mtreinish, jordanP: basically I'm adding a class which is a collection of all clients, where extra clients can be loaded from a plugin | 16:24 |
jordanP | I understand the idea but not the implementation. There's just too much indirection and abstraction for me | 16:25 |
sdague | well, honestly, right now with the levels of indirection in the current code and this making it worse, I think it's a non starter | 16:26 |
sdague | sorry, I'm a little grumpy about the fact that I've now failed on two different stabs at adding some highly needed output to tempest runs because of levels of indirection, so at this point I think anything that does more of that is just a bad idea | 16:27 |
andreaf | sdague: what's that? | 16:27 |
sdague | this morning I was trying to add human understandable logging to requests so that people didn't need to understand the entire rest api to know what was happening | 16:29 |
sdague | which isn't possible because of the amount of redirection in the clients | 16:30 |
sdague | and yesterday I was looking at providing analysis of the console dumps when we fail and looking for common issues like there being no ip address | 16:30 |
sdague | which isn't really viable because the scenario test ssh handling is complete spaghetti | 16:31 |
jordanP | :( | 16:32 |
sdague | as long as we've got code like this - https://github.com/openstack/tempest/blob/master/tempest/scenario/manager.py#L347 | 16:32 |
sdague | where the first parameter is server or ip (wtf?) | 16:32 |
*** weshay_xchat has quit IRC | 16:32 | |
sdague | then I think is massively premature to put another layer in the manager path | 16:32 |
*** ifarkas has quit IRC | 16:33 | |
*** ccneill has joined #openstack-qa | 16:33 | |
*** weshay_xchat has joined #openstack-qa | 16:34 | |
andreaf | sdague: yes I agree that code you pointed to is bad, but I'd like to understand better where the problem is with my proposal - because in my thoughts that would help removing a lot of code which creates confusions atm - such as all the copying around of clients to test objects | 16:35 |
*** gfidente|pto has quit IRC | 16:36 | |
andreaf | sdague: unfortunately I have to go now, I'll be back in 30min or so, if you have time I'd like to continue this conversation | 16:36 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 253556,8,aa6d3c3 | 16:36 |
sdague | andreaf: what I'm saying is there is already too much cognitive load in the existing code stack, and whether or not your propose is good is hard to evaluate because it adds more cognitive load | 16:36 |
sdague | and while we have this level of load, we should stop changing infrastructure except in ways that reduce load clearly | 16:37 |
*** chem has joined #openstack-qa | 16:38 | |
chem | hi, I have a strange bug in tempest. I try to use versionless keystone identity endpoint and got this back *** RelativeURIError: Only absolute URIs are allowed. uri = /v3h/v3t/v3t/v3p/v3:/v3/v3/v31/v32/v37/v3./v30/v3./v30/v3./v31/v3:/v33/v35/v33/v35/v37/v3/domains?name=Default | 16:40 |
chem | my identity url is http://127.0.0.1:5000 | 16:41 |
sdague | chem: you can't uses versionless identity endpoints | 16:41 |
sdague | it should probably error sooner about that fact | 16:42 |
jordanP | weird that if you strip "/v3 in that uri, you have "http:127.0.0.1:35357" | 16:42 |
andreaf | sdague: ok I really have to go now, ttyl | 16:43 |
sdague | jordanP: yeh, I expect it's a split fail | 16:43 |
chem | sdague: hum ... I think that in mitaka you are able to have versionless endpoint | 16:43 |
sdague | so it's dropped from a list to a string | 16:43 |
chem | sdague: trying to find the ref | 16:43 |
sdague | chem: not with tempest | 16:43 |
chem | sdague: ah, oki. Is that a "bug", a "known limitation" or a "not important" stuff ? | 16:44 |
sdague | the versionless endpoint requires client support | 16:44 |
sdague | most clients don't support that | 16:45 |
chem | oki, so it a "not ready" :) | 16:45 |
chem | sdague: thank for the clarification | 16:45 |
sdague | yeh, it's a direction we're trying to get to across the ecosystem, but it's going to be a long haul | 16:45 |
sdague | I think it's a bug that tempest doesn't provide you a better error message for that though | 16:46 |
*** sabeen has joined #openstack-qa | 16:46 | |
chem | sdague: would you like me to fill that bug for futur ref or for better error message ? | 16:46 |
sdague | chem: sure | 16:47 |
chem | sdague: I'll do that. | 16:47 |
*** sabeen3 has joined #openstack-qa | 16:48 | |
*** nicholas_ has joined #openstack-qa | 16:49 | |
openstackrecheck | Console logs not available after 13:25s for gate-grenade-dsvm 244789,10,8f812fd | 16:50 |
*** nicholasgoracke has quit IRC | 16:50 | |
*** sabeen has quit IRC | 16:51 | |
*** devkulkarni has joined #openstack-qa | 16:51 | |
chem | sdague: https://bugs.launchpad.net/tempest/+bug/1531917 | 16:53 |
openstack | Launchpad bug 1531917 in tempest "Strange error when using versionless identity endpoint." [Undecided,New] | 16:53 |
*** jlanoux has quit IRC | 16:58 | |
*** jordanP has quit IRC | 16:59 | |
*** dims has joined #openstack-qa | 16:59 | |
*** mragupat has quit IRC | 17:00 | |
*** mragupat has joined #openstack-qa | 17:00 | |
*** asselin has joined #openstack-qa | 17:01 | |
*** mragupat has quit IRC | 17:02 | |
*** mragupat has joined #openstack-qa | 17:02 | |
*** dims_ has quit IRC | 17:02 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 264133,2,a6a6489 | 17:03 |
*** zackf has quit IRC | 17:03 | |
*** moravec has quit IRC | 17:05 | |
openstackgerrit | Michael Turek proposed openstack-dev/devstack: Rename deploy_timeout to build_timeout https://review.openstack.org/264870 | 17:06 |
*** moravec has joined #openstack-qa | 17:07 | |
*** lezbar has quit IRC | 17:10 | |
*** moravec has quit IRC | 17:11 | |
*** lezbar has joined #openstack-qa | 17:12 | |
*** shausy has quit IRC | 17:13 | |
*** shausy has joined #openstack-qa | 17:14 | |
*** davideagnello has joined #openstack-qa | 17:15 | |
*** dtantsur is now known as dtantsur|afk | 17:15 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 255854,7,29edbc8 | 17:16 |
*** moravec has joined #openstack-qa | 17:17 | |
*** mragupat_ has joined #openstack-qa | 17:19 | |
*** mragupat has quit IRC | 17:22 | |
*** _nadya_ has joined #openstack-qa | 17:23 | |
*** Swami has joined #openstack-qa | 17:24 | |
*** Swami_ has joined #openstack-qa | 17:24 | |
*** aopincar has joined #openstack-qa | 17:26 | |
openstackgerrit | Dan Nguyen proposed openstack/tempest: Adds auth_version property to dashboard config https://review.openstack.org/264354 | 17:26 |
lucasagomes | hi there, is there any guide about how to deprecate the variables in devstack? (for reference https://review.openstack.org/#/c/264164/ ) | 17:29 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 262989,7,1501057 | 17:30 |
*** armax has joined #openstack-qa | 17:40 | |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm-multinode 264741,1,1de9c46 | 17:43 |
andreaf | mtreinish: sorry I was late for the meeting | 17:45 |
mtreinish | andreaf: no worries | 17:46 |
andreaf | sdague: I feel your pain with the scenario test code, but I still need a reasonable way to separate the client manager from configuration | 17:48 |
*** sabeen3 has quit IRC | 17:49 | |
andreaf | sdague: and with the clients being split into a miriad of small ones, it's becoming difficult to manage | 17:49 |
andreaf | sdague: there are a lot of name conflicts between clients and it's hard to know which clients is what, with that credentials | 17:50 |
*** aopincar has quit IRC | 17:51 | |
andreaf | sdague: so it would be nicer if we could say self.credsX.compute_servers to use the servers API of compute | 17:51 |
andreaf | sdague: instead of self.client and then you need to know that this is a compute test, so probably client is the servers compute client, and if you're lucky and there's no code that changed that, you're using tests primary creds | 17:52 |
andreaf | sdague: that's part of the problem I'm trying to solve by restructuring the client manager | 17:52 |
*** shausy has quit IRC | 17:53 | |
*** shausy has joined #openstack-qa | 17:53 | |
andreaf | sdague: but it seems that the way I'm trying to solve the problem is not the right one :( I've put quite a lot of effort in that series already, so I'd like to save it / morph it in something usable if possible | 17:54 |
andreaf | mtreinish: thoughts on this? ^^^ | 17:55 |
*** nicholas_ has quit IRC | 17:56 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 262990,7,07f3a87 | 17:57 |
*** cdent has quit IRC | 17:59 | |
openstackgerrit | Merged openstack/tempest-lib: Prevent StopIteration exception during parse response https://review.openstack.org/260659 | 17:59 |
*** nicholasgoracke has joined #openstack-qa | 18:00 | |
*** shausy has quit IRC | 18:04 | |
openstackgerrit | Merged openstack/eslint-config-openstack: Permit single-line statements in brace-style https://review.openstack.org/249983 | 18:06 |
openstackgerrit | Swaminathan Vasudevan proposed openstack/tempest: Add external gateway to dvr before scheduling with dvr_snat agent https://review.openstack.org/257557 | 18:08 |
*** eil397 has joined #openstack-qa | 18:09 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 262859,8,1bfedf0 | 18:10 |
*** jordanP has joined #openstack-qa | 18:10 | |
*** sabeen1 has joined #openstack-qa | 18:11 | |
*** jswarren_ has joined #openstack-qa | 18:11 | |
*** toure has quit IRC | 18:14 | |
*** dkranz has quit IRC | 18:14 | |
*** markvoelker has quit IRC | 18:14 | |
*** jswarren has quit IRC | 18:14 | |
*** ajo has quit IRC | 18:14 | |
*** sabeen3 has joined #openstack-qa | 18:14 | |
*** sabeen1 has quit IRC | 18:15 | |
*** weshay_xchat has quit IRC | 18:16 | |
*** toure has joined #openstack-qa | 18:16 | |
*** ajo has joined #openstack-qa | 18:21 | |
openstackgerrit | John L. Villalovos proposed openstack-infra/devstack-gate: TRIVIAL: Fix some misspellings https://review.openstack.org/263938 | 18:21 |
*** aopincar has joined #openstack-qa | 18:22 | |
*** e0ne has joined #openstack-qa | 18:23 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-postgres-full 264141,4,37d8094 | 18:23 |
*** _nadya_ has quit IRC | 18:24 | |
*** dkranz has joined #openstack-qa | 18:28 | |
openstackgerrit | Jordan Pittier proposed openstack/tempest: Scenario: Skip TestServerMultinode when only 1 compute node https://review.openstack.org/264912 | 18:28 |
jordanP | sdague, could you review this super trivial patch here: https://review.openstack.org/#/c/264912/ It touches tempest/scenario/test_server_multinode.py Thanks ! | 18:29 |
*** weshay_xchat has joined #openstack-qa | 18:29 | |
jordanP | I am not sure, maybe we do want to run this test even if we have only one compute node | 18:30 |
jordanP | to do a basic scheduler testing, but then there should be a code comment about it because it's not obvious | 18:31 |
*** mriedem has quit IRC | 18:32 | |
*** harlowja has quit IRC | 18:35 | |
*** harlowja has joined #openstack-qa | 18:36 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-multinode 147516,59,76b3b1a | 18:37 |
*** mriedem has joined #openstack-qa | 18:38 | |
*** edmondsw has quit IRC | 18:39 | |
*** edmondsw has joined #openstack-qa | 18:44 | |
openstackgerrit | Jordan Pittier proposed openstack-dev/devstack: lib/cinder:configure tgt even if the package was purged https://review.openstack.org/264917 | 18:45 |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 264752,1,7ef6b7b | 18:50 |
*** pvaneck has joined #openstack-qa | 18:50 | |
*** ccneill has quit IRC | 18:52 | |
*** jordanP has quit IRC | 18:55 | |
* jlvillal is surprised that httplib2 seems to use different code bases for Python 2 vs 3. no_proxy is supported in Python 2 but not in Python 3 code base. | 18:59 | |
*** sabeen3 has quit IRC | 19:03 | |
openstackgerrit | Merged openstack/tempest: Rename compute images_client to compute_images_client https://review.openstack.org/260315 | 19:03 |
*** markvoelker has joined #openstack-qa | 19:03 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python34 264765,2,96a0c5f | 19:04 |
*** aopincar has quit IRC | 19:04 | |
*** ccneill has joined #openstack-qa | 19:04 | |
*** markvoelker_ has joined #openstack-qa | 19:05 | |
*** jasonsb has quit IRC | 19:06 | |
*** yamahata has quit IRC | 19:07 | |
*** e0ne has quit IRC | 19:08 | |
*** markvoelker has quit IRC | 19:09 | |
*** markvoelker has joined #openstack-qa | 19:14 | |
*** spartacloud has joined #openstack-qa | 19:14 | |
*** spartacloud is now known as zackf | 19:14 | |
*** markvoelker_ has quit IRC | 19:17 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 263497,2,4693757 | 19:17 |
sc68cal | any zuul wizards who can help me interpret the following? "fatal: Couldn't find remote ref refs/zuul/stable/liberty/Z63f04bf923324fa3886a4bbc2d082088" http://logs.openstack.org/35/187235/12/experimental/gate-grenade-dsvm-neutron-multinode/ebfb88a/logs/devstack-gate-setup-workspace-old.txt.gz#_2016-01-07_04_36_16_423 | 19:20 |
*** ajmiller_ is now known as ajmiller | 19:22 | |
sdague | sc68cal: it's typically not fatal | 19:23 |
pc_m | Hi, I just had a commit fail on gate-tempest-dsvm-neutron-full. I tried to look at log, but the link says 'File Not Found'. Is there some issue with that gate job? | 19:26 |
sc68cal | sdague: ok. the only other thing I see is this line in console about grenade failing with a file not found - http://logs.openstack.org/35/187235/12/experimental/gate-grenade-dsvm-neutron-multinode/ebfb88a/console.html | 19:27 |
sc68cal | sorry, better link - http://logs.openstack.org/35/187235/12/experimental/gate-grenade-dsvm-neutron-multinode/ebfb88a/console.html#_2016-01-07_04_36_17_152 | 19:27 |
sdague | yeh, that's where it's failing for sure, why that file isn't being created is the real issue | 19:28 |
*** yamahata has joined #openstack-qa | 19:28 | |
sc68cal | wonder if something changed in project-config around grenade jobs | 19:28 |
*** step6829 has joined #openstack-qa | 19:28 | |
sdague | andreaf: I'm not sure I understand what self.credsX.compute_servers means, and it actually kind of seems confusing to me | 19:29 |
*** vgridnev_ has joined #openstack-qa | 19:29 | |
clarkb | sc68cal: possible the change to remove grenade from projects list merged | 19:29 |
clarkb | and the neutron multinode grenade job is newer tham that | 19:29 |
clarkb | so doesnt specify the project | 19:29 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements https://review.openstack.org/262923 | 19:29 |
sc68cal | the mutinode grenade job for neutron should be older though. but yeah maybe it needs a fix like I4ad07ab38dfe33434e8a3b6b4852e05496ee4bf6 | 19:31 |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-python27 245662,3,a6887db | 19:31 |
*** mriedem1 has joined #openstack-qa | 19:33 | |
sc68cal | sdague: does that sound right? | 19:33 |
*** dims_ has joined #openstack-qa | 19:33 | |
*** artom_ has joined #openstack-qa | 19:33 | |
*** TuanNguyen has quit IRC | 19:33 | |
sdague | sc68cal: yeh, that's possible | 19:33 |
sdague | I don't see it cloning grenade anywhere | 19:34 |
*** artom_ has quit IRC | 19:34 | |
*** TuanNguyen has joined #openstack-qa | 19:34 | |
*** dims has quit IRC | 19:34 | |
*** artom_ has joined #openstack-qa | 19:34 | |
*** TuanNguyen has quit IRC | 19:34 | |
*** TuanNguyen has joined #openstack-qa | 19:34 | |
*** stevemar_znc has joined #openstack-qa | 19:37 | |
pc_m | This is the commit showing the failure - https://review.openstack.org/#/c/263873/4 | 19:37 |
* sc68cal sings the lyrics to Zappa's Token of my Extremes | 19:38 | |
*** TuanNguyen has quit IRC | 19:38 | |
*** mriedem has quit IRC | 19:38 | |
*** eil397 has quit IRC | 19:38 | |
*** artom has quit IRC | 19:38 | |
*** slowrie has quit IRC | 19:38 | |
*** vgridnev has quit IRC | 19:38 | |
*** sileht has quit IRC | 19:38 | |
*** vdrok- has quit IRC | 19:38 | |
*** stevemar has quit IRC | 19:38 | |
*** mriedem1 is now known as mriedem | 19:38 | |
*** _nadya_ has joined #openstack-qa | 19:40 | |
*** stevemar_znc is now known as stevemar | 19:40 | |
*** shardy is now known as shardy_afk | 19:41 | |
*** sileht has joined #openstack-qa | 19:41 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-keystone-eventlet-full 264779,1,79305e6 | 19:45 |
*** vdrok- has joined #openstack-qa | 19:46 | |
mtreinish | sc68cal: any update on: https://review.openstack.org/254927 ? :) | 19:47 |
mtreinish | regXboi: if you get a sec can you take a look at https://review.openstack.org/#/c/238563/ | 19:47 |
regXboi | sure - it's better than trying to align separate log files runs | 19:48 |
sc68cal | mtreinish: yeah I do need to refresh that patch, just haven't had a chance | 19:48 |
sc68cal | maybe while I wait for https://review.openstack.org/#/c/264938/1 i'll go ahead and respin that patch | 19:48 |
*** lucasagomes is now known as lucas-dinner | 19:49 | |
regXboi | mtreinish: levers pulled, let the gate begin | 19:51 |
mtreinish | regXboi: cool, thanks | 19:51 |
regXboi | yw | 19:51 |
*** jasonsb has joined #openstack-qa | 19:54 | |
*** dhellmann_ has joined #openstack-qa | 19:55 | |
mtreinish | regXboi: now lets see how many people complain about the new ui :) | 19:55 |
regXboi | :) | 19:56 |
openstackrecheck | Console logs not available after 13:28s for gate-grenade-dsvm 244996,30,ab2173a | 19:58 |
*** dims_ has quit IRC | 20:00 | |
timothyb89 | mtreinish: oh, hmm, I guess the dropdowns are still not rendering 100% correctly in FF... ah well, can work on a followup patch to fix | 20:00 |
mtreinish | timothyb89: yeah that's fine, I think a bigger concern is gonna be when someone uses second resolution on the per test page and brings ff to a standstill | 20:01 |
mtreinish | it's too much data for ff to handle :) | 20:01 |
timothyb89 | that too :/ | 20:01 |
timothyb89 | afaik firefox still doesn't do much HW rendering in linux, which is the real cause | 20:01 |
openstackgerrit | Merged openstack/openstack-health: Add global resolution and grouping key options. https://review.openstack.org/238563 | 20:02 |
mtreinish | that could likely be the case. I've not tried it on windows or mac so I can't say first hand though | 20:03 |
openstackgerrit | Andrea Frittoli proposed openstack/openstack-health: Fix label on 2nd page with custom grouping https://review.openstack.org/264841 | 20:03 |
*** sabeen1 has joined #openstack-qa | 20:04 | |
mtreinish | timothyb89: let's just ask mriedem to check it on his machine once it gets picked up by puppet | 20:04 |
andreaf | mtreinish, timothyb89: https://review.openstack.org/264841 | 20:04 |
mriedem | mtreinish: i've switched to OS/2 | 20:05 |
mriedem | sorry | 20:05 |
mtreinish | mriedem: heh, that'll be a good test too | 20:06 |
andreaf | mtreinish, timothyb89: which OS do you need? I can try on macosx | 20:06 |
regXboi | did I just read OS/2?!?!?! that's still around?!?!?! | 20:06 |
mtreinish | regXboi: only for ibm loyalists like mriedem :) | 20:07 |
timothyb89 | andreaf: all browsers on win / osx should work fine, mainly it's just FF on linux that lags behind | 20:08 |
regXboi | well, I'll actually admit that I still have a copy of OS/2 warp 3.5" in my office closet upstairs ... | 20:08 |
*** armax has quit IRC | 20:08 | |
*** armax has joined #openstack-qa | 20:09 | |
*** rfolco has quit IRC | 20:09 | |
*** dhellmann has quit IRC | 20:11 | |
*** dhellmann_ is now known as dhellmann | 20:11 | |
openstackrecheck | Console logs not available after 13:25s for gate-grenade-dsvm 263158,3,956d106 | 20:12 |
*** dhellmann has quit IRC | 20:12 | |
*** dims has joined #openstack-qa | 20:12 | |
*** cdent has joined #openstack-qa | 20:13 | |
mtreinish | regXboi: heh, you should put it somewhere and test the dashboard performance from a browser in os/2 | 20:14 |
*** dhellmann has joined #openstack-qa | 20:14 | |
mriedem | was there a browser? | 20:14 |
mriedem | oh i see http://os2news.warpstock.org/Warpzilla.html | 20:15 |
mtreinish | wow the last update was in Aug | 20:15 |
regXboi | somebody still uses it then :) | 20:18 |
*** ccarmack has quit IRC | 20:18 | |
*** dims has quit IRC | 20:19 | |
timothyb89 | mtreinish: wow, you weren't kidding, FF locked up and hasn't responded for 5+ minutes with second res :) | 20:19 |
timothyb89 | mtreinish: sort of related, but ... is there a way we could strip out those NaN values on the api side? they do lag browsers a ton since they throw thousands of errors every frame | 20:21 |
mtreinish | well that was my hack to show gaps in the run time graph | 20:21 |
mtreinish | if we strip them out of the response d3 will interpolate between them | 20:21 |
*** dims has joined #openstack-qa | 20:22 | |
timothyb89 | can we replace with 0 or something? | 20:22 |
mtreinish | 0 doesn't actually do what we want either because it's not really a 0 run time, there is no data for that period | 20:23 |
mtreinish | it really should be a scatter plot tbh | 20:23 |
*** openstackgerrit has quit IRC | 20:23 | |
*** dims has quit IRC | 20:23 | |
timothyb89 | hmm, that's fair, might need to look into that | 20:24 |
*** openstackgerrit has joined #openstack-qa | 20:24 | |
*** jasonsb has quit IRC | 20:25 | |
openstackrecheck | Console logs not available after 13:25s for gate-nova-python34 263497,2,26be0fb | 20:25 |
timothyb89 | yikes, firefox just OOM'd my system trying to load that page :) | 20:26 |
mtreinish | haha, nice | 20:26 |
*** _nadya_ has quit IRC | 20:27 | |
mtreinish | timothyb89: heh, it looks like doing the resampling is actually causing some cpu load on the api server: http://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=2857&rra_id=all | 20:29 |
timothyb89 | ouch... guess I shouldn't be surprised | 20:29 |
mtreinish | heh, well it's not even hitting 50% | 20:29 |
mtreinish | but that's a lot more than the 0 we were sitting at before | 20:30 |
*** ansiwen has quit IRC | 20:30 | |
timothyb89 | and that's probably with 1-2 users' worth of load... | 20:30 |
mtreinish | the api server is not handling things too well it's being very sluggish now | 20:31 |
*** ccarmack has joined #openstack-qa | 20:31 | |
timothyb89 | that's true... local server is more responsive right now | 20:31 |
*** ansiwen has joined #openstack-qa | 20:33 | |
openstackrecheck | Console logs not available after 13:26s for gate-grenade-dsvm-multinode 264812,1,4389991 | 20:39 |
openstackrecheck | openstack/requirements change: https://review.openstack.org/263318 failed gate-grenade-dsvm-multinode in the gate queue with an unrecognized error | 20:39 |
sc68cal | yeah I was about to ask why the api server is sad | 20:39 |
*** dims has joined #openstack-qa | 20:39 | |
mtreinish | sc68cal: yeah we're debugging it on -infra right now | 20:40 |
*** nicholasgoracke has quit IRC | 20:50 | |
*** rfolco has joined #openstack-qa | 20:50 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-large-ops 264816,1,0000b1e | 20:54 |
*** ccneill has quit IRC | 20:54 | |
*** rfolco has quit IRC | 20:54 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for nova py34 fake image service bug 1531988 https://review.openstack.org/264960 | 20:55 |
openstack | bug 1531988 in OpenStack Compute (nova) "py34 tests that use the stubbed out fake image service race fail a lot" [High,In progress] https://launchpad.net/bugs/1531988 - Assigned to Matt Riedemann (mriedem) | 20:55 |
mriedem | sdague: ^ also, trying to do some tracking of that one | 20:55 |
*** jasonsb has joined #openstack-qa | 20:55 | |
sdague | mriedem: +A | 20:56 |
openstackgerrit | Matthew Treinish proposed openstack/openstack-health: Handle uninitialized session in api methods https://review.openstack.org/264962 | 20:56 |
*** ccneill has joined #openstack-qa | 21:03 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 262045,12,ba377fa | 21:07 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for nova py34 fake image service bug 1531988 https://review.openstack.org/264960 | 21:07 |
openstack | bug 1531988 in OpenStack Compute (nova) "py34 tests that use the stubbed out fake image service race fail a lot" [High,In progress] https://launchpad.net/bugs/1531988 - Assigned to Matt Riedemann (mriedem) | 21:07 |
openstackgerrit | Matthew Treinish proposed openstack/openstack-health: Handle empty response in the run aggregator https://review.openstack.org/264967 | 21:09 |
mtreinish | timothyb89: those patches ^^^ are to address the tracebacks we're seeing in the prod server logs | 21:11 |
mtreinish | timothyb89: http://paste.openstack.org/show/483265/ and http://paste.openstack.org/show/483266/ | 21:11 |
timothyb89 | mtreinish: awesome, that should be a big help | 21:11 |
*** jffische has quit IRC | 21:11 | |
mtreinish | well hopefully, it's not like I'm testing anything :) | 21:11 |
timothyb89 | that just makes it more exciting | 21:12 |
mtreinish | there's a 3rd error I'm working on figuring out to guard against right now | 21:12 |
*** moravec has quit IRC | 21:13 | |
timothyb89 | it'd probably also be a good idea to show some error feedback on the client... hmm | 21:15 |
timothyb89 | right now it just appears to be stuck loading forever, even if the response returned an error | 21:16 |
mtreinish | yeah that'll be a good fix | 21:16 |
mtreinish | hmm I think the crashes are being caused by specifying seconds on the per test page | 21:17 |
timothyb89 | mtreinish: I'm also getting some errors from pandas on several per-test pages http://paste.openstack.org/show/483269/ | 21:18 |
*** ccarmack has left #openstack-qa | 21:18 | |
*** moravec has joined #openstack-qa | 21:19 | |
*** nicholasgoracke has joined #openstack-qa | 21:19 | |
mtreinish | timothyb89: I've not seen that specific error before | 21:20 |
sc68cal | mtreinish: some .... fun stuff happens in http://git.openstack.org/cgit/openstack/openstack-health/tree/app/js/directives/table-sort.js#n26 | 21:20 |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-neutron-full 258027,4,cd01175 | 21:20 |
timothyb89 | sc68cal: ah, did I do something strange in that? :) | 21:21 |
*** nicholas_ has joined #openstack-qa | 21:21 | |
sc68cal | timothyb89: not strange. Just a bit cryptic. I'm having to step through the debugger to follow along | 21:22 |
*** openstackrecheck has quit IRC | 21:22 | |
*** openstackrecheck has joined #openstack-qa | 21:22 | |
mtreinish | sc68cal: all js is cryptic to me... | 21:22 |
*** nicholasgoracke has quit IRC | 21:24 | |
sc68cal | timothyb89: I think I know why it's a little tough to figure out - this function gets called when first sorting, but it also gets called when a user changes the sorting | 21:24 |
timothyb89 | sc68cal: presort, you mean? | 21:25 |
sc68cal | right | 21:25 |
*** ccarmack1 has joined #openstack-qa | 21:26 | |
timothyb89 | sc68cal: right, that just puts up/down arrows in the right spot | 21:26 |
sc68cal | timothyb89: well it also changes the controller's sortReversed attribute | 21:27 |
sc68cal | I'm trying to set it to be true by default | 21:27 |
sc68cal | so basically presort - reversed | 21:27 |
sc68cal | for all tables | 21:28 |
timothyb89 | ah, okay | 21:28 |
sc68cal | context is https://review.openstack.org/254927 | 21:28 |
*** shardy_afk is now known as shardy | 21:30 | |
*** sabeen1 has quit IRC | 21:30 | |
timothyb89 | sc68cal: I think setting the sortReversed to true on lines 30 and 91 should do what you want | 21:32 |
*** ccarmack has joined #openstack-qa | 21:35 | |
mtreinish | timothyb89: oh I actually know what that error is, you picked something with no successful runs | 21:35 |
mtreinish | so we're trying to resample an empty data frame, and pandas doesn't like that | 21:36 |
timothyb89 | mtreinish: ah, makes sense | 21:38 |
*** ccarmack1 has quit IRC | 21:38 | |
*** Swami_ has quit IRC | 21:39 | |
*** Swami has quit IRC | 21:39 | |
sc68cal | timothyb89: yep :) | 21:40 |
sc68cal | timothyb89: thx | 21:40 |
openstackgerrit | Sean M. Collins proposed openstack/openstack-health: Jobs view - reverse sort of failuresRate https://review.openstack.org/254927 | 21:41 |
*** ccarmack has left #openstack-qa | 21:45 | |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm 264335,1,779ff4a | 21:46 |
*** TuanNguyen has joined #openstack-qa | 21:47 | |
*** devkulkarni has quit IRC | 21:50 | |
*** jaypipes has quit IRC | 21:50 | |
*** regXboi has quit IRC | 21:50 | |
*** markvan has quit IRC | 21:50 | |
*** DinaBelova has quit IRC | 21:50 | |
*** boris-42 has quit IRC | 21:50 | |
*** obutenko has quit IRC | 21:50 | |
*** dtantsur|afk has quit IRC | 21:50 | |
*** devkulkarni has joined #openstack-qa | 21:51 | |
*** jaypipes has joined #openstack-qa | 21:51 | |
*** regXboi has joined #openstack-qa | 21:51 | |
*** markvan has joined #openstack-qa | 21:51 | |
*** DinaBelova has joined #openstack-qa | 21:51 | |
*** boris-42 has joined #openstack-qa | 21:51 | |
*** obutenko has joined #openstack-qa | 21:51 | |
*** dtantsur|afk has joined #openstack-qa | 21:51 | |
*** asimov.freenode.net sets mode: +o jaypipes | 21:51 | |
*** Kennan has quit IRC | 21:52 | |
*** sabeen1 has joined #openstack-qa | 21:53 | |
*** Kennan has joined #openstack-qa | 21:53 | |
*** cdent has quit IRC | 21:54 | |
*** sabeen3 has joined #openstack-qa | 21:55 | |
openstackgerrit | Matthew Treinish proposed openstack/openstack-health: Improve pandas usage in test_runs_aggregator https://review.openstack.org/264984 | 21:55 |
mtreinish | timothyb89: ^^^ I think I got all the issues there | 21:55 |
timothyb89 | mtreinish: oh, cool | 21:56 |
mtreinish | I should say known issues | 21:57 |
timothyb89 | heh, that's fair | 21:57 |
*** sabeen1 has quit IRC | 21:58 | |
*** devkulkarni has quit IRC | 21:58 | |
mtreinish | TBH, I'm not sure how it could of worked before | 21:58 |
mtreinish | L58 before the change isn't right at all | 21:58 |
mriedem | wow http://logs.openstack.org/74/263674/2/gate/gate-neutron-dsvm-api/720613c/logs/screen-q-svc.txt.gz?level=TRACE | 21:59 |
mriedem | 1 test failed | 21:59 |
timothyb89 | mtreinish: that's always nice to find :) | 21:59 |
*** moravec has quit IRC | 22:01 | |
openstackgerrit | Matthew Treinish proposed openstack/openstack-health: Handle uninitialized session in api methods https://review.openstack.org/264962 | 22:02 |
sc68cal | dansmith: hey do you think you can take a look at https://review.openstack.org/#/c/263877/1 ? | 22:02 |
mtreinish | timothyb89: ^^^ just the pep8 fix | 22:02 |
sc68cal | mriedem: whew that is a messy explosion | 22:03 |
dansmith | sc68cal: yar | 22:03 |
mtreinish | mriedem: must be one hell of a test to cause that kind of fallout | 22:03 |
mriedem | mtreinish: this is the only thing that's for that 1 test failure http://logs.openstack.org/74/263674/2/gate/gate-neutron-dsvm-api/720613c/logs/screen-q-svc.txt.gz#_2016-01-07_07_14_37_362 | 22:03 |
mriedem | the rest is normal operating | 22:03 |
mriedem | well for negative tests sure | 22:04 |
mriedem | but page your admin quick! | 22:04 |
sc68cal | dansmith: thx | 22:04 |
*** mfisher_ora has quit IRC | 22:04 | |
openstackgerrit | Brant Knudson proposed openstack-dev/devstack: Keystone support deploy in uwsgi https://review.openstack.org/257571 | 22:04 |
mriedem | bknudson_: you're alive?! | 22:04 |
sc68cal | mtreinish: also thx. Didn't know you were a core since it's a couple layers of indirection via groups to you | 22:04 |
stevemar | mriedem: of course he is | 22:04 |
bknudson_ | mriedem: where would I go? | 22:04 |
sc68cal | s/core/core for grenade | 22:04 |
mtreinish | sc68cal: I'm core on everything under qa | 22:04 |
mtreinish | which is a lot of things now :) | 22:05 |
sc68cal | right - but it was like grenade-release -> qa-release -> you | 22:05 |
mtreinish | it's hard to keep track of it all sometimes | 22:05 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-kilo 262923,10,34491f7 | 22:05 |
mtreinish | heh, yep I do that on purpose to make it somewhat automatic whenever we add a project | 22:06 |
mtreinish | I guess it doesn't make it easy to find | 22:06 |
mriedem | bknudson_: idk, just haven't seen you | 22:07 |
*** vgridnev_ has quit IRC | 22:07 | |
bknudson_ | mriedem: I'm in my office | 22:07 |
bknudson_ | you're the one who's too busy | 22:07 |
mtreinish | sc68cal: on https://review.openstack.org/#/c/254927/ isn't this for all tables, not just the jobs view? | 22:08 |
mriedem | i'll make it a point to stop by for interoffice small talk | 22:08 |
*** salv-orlando has joined #openstack-qa | 22:09 | |
mriedem | regXboi: looks like this was something that blew up for like a day and is now fixed? http://logs.openstack.org/74/263674/2/gate/gate-neutron-dsvm-api/720613c/logs/screen-q-svc.txt.gz#_2016-01-07_07_14_37_362 | 22:09 |
mriedem | regXboi: are you familiar? | 22:09 |
mriedem | http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22_create_floatingip%5C%22%20AND%20message%3A%5C%22ExternalIpAddressExhausted%5C%22%20AND%20tags%3A%5C%22screen-q-svc.txt%5C%22%20AND%20voting%3A%5C%221%5C%22 | 22:09 |
regXboi | looking | 22:10 |
regXboi | mriedem: yeah I'm familiar - let me get you the email pointer | 22:10 |
mriedem | just looking for a bug | 22:10 |
mriedem | nvm i see it | 22:10 |
sc68cal | mtreinish: I believe so. Did I do it a little too well, meaning it shouldn't be default for everything? | 22:11 |
mriedem | https://review.openstack.org/#/c/264599/ | 22:11 |
regXboi | ok... the prolem was trying to get a FIP from an IPv6 subnet | 22:11 |
regXboi | and that doesn't really work well | 22:11 |
regXboi | like at all | 22:11 |
*** Swami has joined #openstack-qa | 22:11 | |
regXboi | mriedem: I was asking about that myself this morning :) | 22:11 |
*** salv-orl_ has quit IRC | 22:11 | |
mtreinish | sc68cal: no just the commit message says jobs view | 22:11 |
sc68cal | mtreinish: ah. I can amend | 22:12 |
mtreinish | sc68cal: you should be able to inline edit it :) | 22:12 |
sc68cal | indeed - doing it now :) | 22:12 |
mtreinish | I think that'll prevent spinning off new jobs | 22:12 |
openstackgerrit | Federico Ressi proposed openstack-dev/devstack: Don't reinstall package just after installing. https://review.openstack.org/262074 | 22:13 |
openstackgerrit | Sean M. Collins proposed openstack/openstack-health: Change table sorting to default to reverse https://review.openstack.org/254927 | 22:13 |
openstackgerrit | Federico Ressi proposed openstack-dev/devstack: Don't die when yum fails. https://review.openstack.org/263061 | 22:14 |
*** castulo has joined #openstack-qa | 22:16 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Remove query for bug 1501435 https://review.openstack.org/263488 | 22:16 |
openstack | bug 1501435 in python-novaclient "osc 1.7 no longer can boot a server from volume" [Critical,Fix released] https://launchpad.net/bugs/1501435 - Assigned to melanie witt (melwitt) | 22:16 |
*** TuanNguyen has quit IRC | 22:16 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for neutron ipv6 floating ip bug 1531706 https://review.openstack.org/264989 | 22:18 |
openstack | bug 1531706 in neutron "API job fails with ExternalIpAddressExhausted" [Critical,Fix released] https://launchpad.net/bugs/1531706 - Assigned to Kevin Benton (kevinbenton) | 22:18 |
*** dkranz has quit IRC | 22:20 | |
*** aopincar has joined #openstack-qa | 22:21 | |
*** rossella_s has quit IRC | 22:21 | |
*** rossella_s has joined #openstack-qa | 22:22 | |
openstackgerrit | Dan Nguyen proposed openstack/tempest: Adds auth_version property to dashboard config https://review.openstack.org/264354 | 22:24 |
jlvillal | Strange issue. When doing a grenade ironic tempest run, apt-get seems to hang. When I did a non-grenade ironic tempest run, things worked. Not sure if anyone has ever seen this issue before. pstree pastebin here: http://paste.openstack.org/show/483271/ | 22:26 |
jlvillal | And the last lines of the grenade log are here: http://paste.openstack.org/show/483273/ | 22:27 |
openstackgerrit | Scott DAngelo proposed openstack-dev/grenade: Add copying new api-paste.ini to Cinder upgrade https://review.openstack.org/264995 | 22:34 |
*** regXboi has quit IRC | 22:34 | |
openstackgerrit | Matthew Treinish proposed openstack/openstack-health: Improve pandas usage in test_runs_aggregator https://review.openstack.org/264984 | 22:35 |
mtreinish | timothyb89, jhesketh, david-lyle: when you get a sec: https://review.openstack.org/264967 and https://review.openstack.org/264984 would be good to land | 22:35 |
mtreinish | both address tracebacks from health.o.o | 22:36 |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-dsvm-integration 257630,5,8373a64 | 22:36 |
mtreinish | jlvillal: I've not seen that before, maybe attach an strace to apt-get to see if it's actually doing anything | 22:37 |
jlvillal | mtreinish: Thanks. Doing a 'ps axww' I can see that the jobs are stopped (T). | 22:38 |
*** openstackrecheck has quit IRC | 22:39 | |
*** openstackrecheck has joined #openstack-qa | 22:39 | |
*** aopincar has quit IRC | 22:39 | |
openstackgerrit | Tim Buckley proposed openstack/openstack-health: Improve error feedback in web interface. https://review.openstack.org/264997 | 22:40 |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for neutron ipv6 floating ip bug 1531706 https://review.openstack.org/264989 | 22:40 |
openstack | bug 1531706 in neutron "API job fails with ExternalIpAddressExhausted" [Critical,Fix released] https://launchpad.net/bugs/1531706 - Assigned to Kevin Benton (kevinbenton) | 22:40 |
openstackgerrit | Hardik Italia proposed openstack/tempest: Added tests for dvr router for port update & multiple subnets. https://review.openstack.org/202351 | 22:41 |
jlvillal | mtreinish: Hmm. It is stopped by signal SIGTTIN | 22:41 |
jlvillal | Which means that it is trying to get input. | 22:42 |
jlvillal | If I understand it correctly | 22:42 |
jlvillal | lifeless: I did as mtreinish suggested and attached strace to it and saw it was stopped by SIGTTIN | 22:42 |
openstackgerrit | Merged openstack/openstack-health: Handle uninitialized session in api methods https://review.openstack.org/264962 | 22:43 |
*** nicholas_ has quit IRC | 22:43 | |
openstackgerrit | Merged openstack/openstack-health: Change table sorting to default to reverse https://review.openstack.org/254927 | 22:44 |
*** pglass has quit IRC | 22:44 | |
openstackgerrit | Kyle Mestery proposed openstack-dev/devstack: rpc_backend: Conditionally enable rabbit on fedora https://review.openstack.org/264999 | 22:48 |
*** pglass has joined #openstack-qa | 22:48 | |
openstackgerrit | Merged openstack/openstack-health: Handle empty response in the run aggregator https://review.openstack.org/264967 | 22:51 |
*** pglass has quit IRC | 22:53 | |
*** mriedem has quit IRC | 22:54 | |
sc68cal | sdague: I'm still scratching my head over the multinode grenade. I did a experimental run about 45 minutes after we merged the project-config change and I still am seeing the same error | 22:54 |
sc68cal | http://logs.openstack.org/35/187235/12/experimental/gate-grenade-dsvm-neutron-multinode/29ea1f6/console.html#_2016-01-07_19_51_53_617 | 22:54 |
*** step6829 has quit IRC | 22:54 | |
sc68cal | I don't know if I gave it enough | 22:54 |
sc68cal | ah that's right he's probably gone. Stuipd PST tz | 22:54 |
*** slowrie has joined #openstack-qa | 22:54 | |
* sc68cal is too used to being EST | 22:54 | |
timothyb89 | mtreinish: +2'd, looks like that fixes all the errors I can find | 22:54 |
*** openstackrecheck has quit IRC | 22:55 | |
*** openstackrecheck has joined #openstack-qa | 22:55 | |
*** rossella_s has quit IRC | 22:56 | |
mtreinish | sc68cal: sdague is just a slacker | 22:57 |
mtreinish | timothyb89: thanks, I'm looking at your api error patch now | 22:58 |
sc68cal | careful mtreinish - your nose will grow telling all those lies | 22:58 |
*** dims_ has joined #openstack-qa | 23:00 | |
mtreinish | sc68cal: it's only 6pm how would you describe that :) | 23:01 |
*** dims has quit IRC | 23:01 | |
sc68cal | dinner time | 23:01 |
mtreinish | heh, fair enough | 23:01 |
mtreinish | sc68cal: btw did you see: https://wiki.openstack.org/wiki/QA/CodeSprintMitakaBoston | 23:01 |
sc68cal | mtreinish: ah, thanks. | 23:02 |
sc68cal | yeah i'll be there | 23:02 |
*** jecarey_ has joined #openstack-qa | 23:02 | |
clarkb | sc68cal: have a link to the change that should've fixed it? I can see if it is applied | 23:02 |
sc68cal | clarkb: https://review.openstack.org/#/c/263877 - it's probably just me being impatient | 23:03 |
*** moravec has joined #openstack-qa | 23:04 | |
clarkb | could be, but I will double check and make sure jjb is owrking properly | 23:04 |
clarkb | sc68cal: thats not a project config change | 23:04 |
*** jecarey has quit IRC | 23:05 | |
sc68cal | clarkb: oops. sorry. https://review.openstack.org/264938 | 23:05 |
*** erlon has quit IRC | 23:06 | |
*** jecarey_ has quit IRC | 23:07 | |
clarkb | sc68cal: it is set correctly on jenkins01 at least, now to check the other 6 | 23:07 |
sc68cal | clarkb: thx | 23:08 |
clarkb | yup all should be good now | 23:10 |
openstackgerrit | David Paterson proposed openstack/tempest: Migrate verify-tempest-config to new cliff cli framework https://review.openstack.org/247240 | 23:10 |
openstackgerrit | Tim Buckley proposed openstack/openstack-health: Improve error feedback in web interface. https://review.openstack.org/264997 | 23:10 |
*** mragupat_ has quit IRC | 23:20 | |
*** Swami_ has joined #openstack-qa | 23:21 | |
*** jasonsb has quit IRC | 23:23 | |
*** safchain has quit IRC | 23:23 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-full 258180,8,193096a | 23:23 |
*** Swami has quit IRC | 23:24 | |
jlvillal | I want to run a modified version of devstack when doing a grenade run in my devstack-gate environment. Is that possible? If so, how can I do that? | 23:30 |
jlvillal | This is on my local system. | 23:30 |
mtreinish | jlvillal: likely with GIT_BASE, although I've never done that before | 23:32 |
jlvillal | mtreinish: Hmmm. I don't think so. That tells it which server to use. 'https://git.openstack.org' vs 'git://git.openstack.org'. I had to change it already because git:// doesn't work easily through the proxy server. | 23:33 |
jlvillal | mtreinish: Thanks though. I will keep digging... | 23:33 |
*** chem has quit IRC | 23:37 | |
*** tochi has joined #openstack-qa | 23:39 | |
*** dims_ has quit IRC | 23:39 | |
mtreinish | I thought you could use it to point it to a dir | 23:39 |
mtreinish | jlvillal: oh BASE_DEVSTACK_{REPO, BRANCH, DIR} | 23:40 |
jlvillal | mtreinish: Ah thanks! I will look at that | 23:43 |
*** mriedem has joined #openstack-qa | 23:44 | |
*** dims_ has joined #openstack-qa | 23:45 | |
openstackrecheck | Console logs not available after 13:24s for gate-keystone-pep8 264342,3,896724f | 23:46 |
*** castulo has quit IRC | 23:47 | |
*** shardy has quit IRC | 23:48 | |
*** weshay_xchat has quit IRC | 23:49 | |
*** dims_ has quit IRC | 23:50 | |
openstackgerrit | Merged openstack/openstack-health: Fix label on 2nd page with custom grouping https://review.openstack.org/264841 | 23:51 |
*** nicholasgoracke has joined #openstack-qa | 23:52 | |
*** nicholasgoracke has quit IRC | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!