Thursday, 2016-01-07

*** jecarey has quit IRC00:00
*** jecarey has joined #openstack-qa00:01
*** Swami_ has joined #openstack-qa00:03
*** Swami has quit IRC00:03
*** nicholasgoracke has quit IRC00:05
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Add different_host test on multiple nodes  https://review.openstack.org/25766000:05
*** jecarey has quit IRC00:05
*** dims_ has quit IRC00:07
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-neutron-full 263436,4,dff117800:12
*** nicholasgoracke has joined #openstack-qa00:19
openstackrecheckConsole logs not available after 13:28s for gate-grenade-dsvm-multinode 245921,19,3f6a8d500:25
*** Swami_ has quit IRC00:31
*** ajmiller has joined #openstack-qa00:33
openstackgerrithgangwx@cn.ibm.com proposed openstack-dev/devstack: Wrong usage of "a/an"  https://review.openstack.org/26178500:35
*** sabeen3 has quit IRC00:35
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full-kilo 258670,3,8d8e39400:38
*** hoangcx_ has joined #openstack-qa00:39
*** tosky has quit IRC00:42
*** zhangjn has joined #openstack-qa00:43
*** nicholasgoracke has quit IRC00:46
*** nicholasgoracke has joined #openstack-qa00:48
openstackrecheckConsole logs not available after 13:29s for gate-nova-pep8 264349,1,517b5c600:52
*** zhangjn has quit IRC00:55
*** sabeen1 has joined #openstack-qa00:56
*** dims has joined #openstack-qa00:56
*** zz_dimtruck is now known as dimtruck00:59
*** jaypipes has quit IRC00:59
*** eil397 has quit IRC01:03
*** jacky-zhang has joined #openstack-qa01:05
*** zhangjn has joined #openstack-qa01:06
openstackrecheckConsole logs not available after 13:22s for gate-horizon-pep8 263817,2,cea46c801:06
*** pvaneck has quit IRC01:12
*** boris-42 has quit IRC01:13
jlvillalCan 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
sc68caljlvillal: most likely 'openstack' - since it's an instance of this class - https://github.com/openstack/tempest/blob/master/tempest/clients.py#L17701:17
jlvillalsc68cal: Thanks. It annoys me to have 'import os' and then use variables called 'os' :)01:17
sc68caljlvillal: fair point. Feel free to rename01:18
jlvillalI was pondering a patch to maybe rename it to 'mgr', since that class is called Manager01:18
sc68calI'd vote for client_mgr01:19
jlvillalOkay. I like it :)01:19
jlvillalsc68cal: Thanks for your help01:19
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full-ceph 264271,2,69e712301:19
openstackgerritMerged openstack/os-testr: Add subunit_trace --color option's doc  https://review.openstack.org/25381401:20
mtreinishjlvillal: os is used almost everywhere for a client manager object01:27
mtreinishits more than just in verify tempest config01:27
jlvillalmtreinish: Okay. But still conflicts/overwrites when there is 'import os' or 'import os.path'01:27
mtreinishnormally it's class scoped so it's self.os or cls.os but yeah I can see that being an issue01:28
jlvillalmtreinish: 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
jlvillalSo for now I don't think I'll be proposing a patch.01:29
jlvillalI 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
jlvillalMy devstack-gate is running locally...01:30
mtreinishjlvillal: it'll be in the tempest log file01:31
jlvillalmtreinish: Thanks. I will look for that :)01:32
jlvillalmtreinish: That was running in a venv01:32
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-multinode 246564,3,102c54401:33
jlvillaltox -revenv -- verify-tempest-config -uro /tmp/tmp.8YY6qR3k1w01:33
*** asselin has quit IRC01:36
openstackgerritMerged openstack-dev/devstack: Enable some serivce when on boot  https://review.openstack.org/21496501:38
mtreinishjlvillal: fwiw, the venv usage there is mostly to isolate tempest's requirements from the system because of the whole branchless thing01:41
mtreinishit shouldnt really be necessary if you're using master (but I guess with grenade it's a stable branch)01:42
jlvillalmtreinish: Currently just trying to do a "simple" ironic devstack-gate run. Then will move on to grenade01:43
jlvillalmtreinish: As a note the program dies here: https://github.com/openstack/tempest-lib/blob/master/tempest_lib/auth.py#L51101:44
jlvillalAfter that point, my debug print statements don't show any output.01:44
openstackgerritMatthew Treinish proposed openstack/openstack-health: Add table for recent runs to grouped-runs page  https://review.openstack.org/26438301:44
openstackgerritMatthew Treinish proposed openstack/openstack-health: Add recent runs table to the jobs page  https://review.openstack.org/26444001:44
jlvillalLooking to figure where fill_credentials is01:45
mtreinishjlvillal: there isn't a traceback in the tempest.log file?01:45
mtreinishjlvillal:01:45
mtreinishhttps://github.com/openstack/tempest-lib/blob/master/tempest_lib/auth.py#L80-L8401:45
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-multinode 264014,2,16b111e01:46
jlvillalmtreinish: I'm probably being clueless but I'm in /opt/stack/new/ and nothing is jumping out at me as a tempest log file01:46
jlvillalI see a lot of other log files01:46
mtreinishjlvillal: it'll either be in cwd when you run the script or in the tempest repo root01:47
*** mtanino has quit IRC01:47
mtreinishcan't remember the default behavior when you run it outside of the repo root01:47
jlvillalmtreinish: Woot!01:47
jlvillalmtreinish: Thanks. I found it with that tip.  http://paste.openstack.org/show/483198/01:48
mtreinishah, so it's either your auth_url or the keystone entry in the service catalog01:49
mtreinishbknudson_ has a patch series to try and make version discovery a bit better in tempest-lib01:49
mtreinishbut I doubt that's needed here01:50
jlvillalmtreinish: Hmmm. I'm thinking maybe it is hitting the proxy server, when it shouldn't be01:50
openstackgerritDan Nguyen proposed openstack/tempest: Adds auth_version property to dashboard config  https://review.openstack.org/26435401:50
mtreinishjlvillal: oh, you're behind a proxy?01:51
jlvillalmtreinish: I bet you wish you were too.  Not! :)01:51
mtreinishhaha01:52
jlvillalSo it seems to be ignoring the 'no_proxy' value01:53
jlvillalno_proxy=...,127.0.0.0/8,...01:53
*** dimtruck is now known as zz_dimtruck01:54
mtreinishjlvillal: I think that's for tox not tempest01:56
mtreinishwell pip really01:56
jlvillalmtreinish: Do you mean 'no_proxy'?01:57
jlvillalThat should be honored by everything that does proxy stuff.01:57
jlvillalDoes tempest use the 'requests' library?01:57
mtreinishnope01:57
mtreinishhttplib201:57
mtreinishhttps://github.com/openstack/tempest-lib/blob/master/tempest_lib/common/rest_client.py01:58
jlvillalmtreinish: Oh :(01:58
*** nicholasgoracke has quit IRC01:58
* jlvillal thinks everything should use the requests library01:58
lifelessjlvillal: even my toaster?01:59
jlvillallifeless: Especially that :P01:59
openstackrecheckConsole logs not available after 13:22s for gate-nova-python34 264016,2,844ef5201:59
* jlvillal sees calendar reminder telling him about 6am Nova meeting. jlvillal thinks that is very early...02:00
*** davideagnello has quit IRC02:07
*** nicholasgoracke has joined #openstack-qa02:07
*** nicholasgoracke has quit IRC02:07
*** jasonsb has joined #openstack-qa02:08
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 258628,4,423258a02:13
*** mriedem has quit IRC02:13
*** zhangjn has quit IRC02:19
*** salv-orl_ has quit IRC02:23
jlvillalmtreinish: 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-qa02:23
mtreinishheh, ok cool02:24
openstackrecheckConsole logs not available after 13:23s for gate-nova-python34 264397,1,205084b02:26
*** tochi has quit IRC02:32
mtreinishoomichi: did you see: http://lists.openstack.org/pipermail/openstack-dev/2016-January/083397.html02:38
*** zhangjn has joined #openstack-qa02:38
openstackgerritShu Muto proposed openstack/os-testr: remove python 3.3 trove classifier  https://review.openstack.org/26452102:40
openstackrecheckConsole logs not available after 13:23s for gate-cinder-pep8 263766,4,6be6b6402:40
openstackgerritShu Muto proposed openstack/os-testr: remove python 3.3 trove classifier  https://review.openstack.org/26452102:40
oomichimtreinish: oops, missed it. nice point.02:43
oomichimtreinish: will send a mail for fixing soon02:43
mtreinishoomichi: heh, no worries02:46
openstackrecheckConsole logs not available after 13:22s for gate-glance-python34 255584,5,fb2757902:53
*** dims has quit IRC02:58
*** mragupat has joined #openstack-qa02:58
*** boris-42 has joined #openstack-qa03:02
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 236143,12,64fd3e003:06
*** edmondsw has quit IRC03:12
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 264018,2,189f5e703:20
*** aopincar has joined #openstack-qa03:26
*** salv-orlando has quit IRC03:26
*** salv-orlando has joined #openstack-qa03:27
openstackrecheckConsole logs not available after 13:22s for gate-horizon-pep8 263817,3,2c0ad6b03:33
*** jacky-zhang has quit IRC03:34
*** yamahata has quit IRC03:36
*** zhangjn has quit IRC03:40
*** nicholasgoracke has joined #openstack-qa03:42
openstackrecheckConsole logs not available after 13:23s for gate-glance-python27 244347,4,39ebfe803:47
*** bkopilov has quit IRC03:49
*** tochi has joined #openstack-qa03:53
*** aopincar has quit IRC03:57
*** zz_dimtruck is now known as dimtruck03:58
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-full 248237,3,dfdc21704:00
*** jacky-zhang has joined #openstack-qa04:05
*** mragupat has quit IRC04:08
*** salv-orl_ has joined #openstack-qa04:09
*** salv-orlando has quit IRC04:11
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-neutron-full-liberty 264354,2,e698d4b04:14
*** coolsvap|away is now known as coolsvap04:21
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm 261070,2,d46253b04:27
openstackgerritKen'ichi Ohmichi proposed openstack/tempest: Add different_host test on multiple nodes  https://review.openstack.org/25766004:31
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-neutron-full 259108,1,7bad5ee04:41
*** nicholasgoracke has quit IRC04:47
*** nicholasgoracke has joined #openstack-qa04:47
*** dave-mccowan has quit IRC04:50
openstackgerritMerged openstack-dev/devstack: XenAPI: add support to use local.conf  https://review.openstack.org/26086104:51
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 235082,4,5313b6904:54
*** sabeen1 has quit IRC04:58
*** Poornima has joined #openstack-qa05:01
*** nicholasgoracke has quit IRC05:01
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 217422,102,a01b57505:07
*** dimtruck is now known as zz_dimtruck05:14
*** kevinbenton has quit IRC05:14
*** kevinbenton has joined #openstack-qa05:14
*** mragupat has joined #openstack-qa05:21
*** DinaBelova has quit IRC05:21
openstackrecheckConsole logs not available after 13:23s for experimental-tempest-dsvm-multinode-full-dibtest 257660,12,63d920005:21
*** DinaBelova has joined #openstack-qa05:22
*** nicholasgoracke has joined #openstack-qa05:22
*** bkopilov has joined #openstack-qa05:23
*** zhangjn has joined #openstack-qa05:23
*** shausy has joined #openstack-qa05:26
*** shausy has quit IRC05:26
*** jasonsb has quit IRC05:28
*** kevinbenton has quit IRC05:29
*** shausy has joined #openstack-qa05:30
*** zhangjn_ has joined #openstack-qa05:34
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-full 259638,4,7e2d88c05:34
*** zhangjn has quit IRC05:36
*** zhangjn_ has quit IRC05:38
openstackgerritFelixLi proposed openstack/tempest: Splitting clients into client groups in manager.py  https://review.openstack.org/25416005:41
*** nicholasgoracke has quit IRC05:44
*** nicholas_ has joined #openstack-qa05:44
*** zhangjn has joined #openstack-qa05:45
openstackrecheckConsole logs not available after 13:21s for gate-nova-pep8 257087,13,0037e8305:48
*** zhangjn has quit IRC05:51
*** zhangjn has joined #openstack-qa05:54
*** zhangjn has quit IRC05:55
*** zhangjn has joined #openstack-qa06:00
*** zhangjn has quit IRC06:01
openstackrecheckConsole logs not available after 13:29s for gate-grenade-dsvm 264517,1,640bf7906:01
*** zhangjn has joined #openstack-qa06:02
*** jasonsb has joined #openstack-qa06:04
*** yfried_ has quit IRC06:08
*** salv-orl_ has quit IRC06:08
*** salv-orlando has joined #openstack-qa06:08
*** jasonsb has quit IRC06:09
*** nicholas_ has quit IRC06:09
*** markvoelker has quit IRC06:11
openstackrecheckConsole logs not available after 13:27s for gate-grenade-dsvm 135877,8,764abd506:15
*** aopincar has joined #openstack-qa06:22
*** jffische has quit IRC06:23
*** zhangjn has quit IRC06:25
openstackrecheckConsole logs not available after 13:23s for gate-cinder-python27 255239,11,1406a3e06:28
*** neeti has joined #openstack-qa06:30
*** mragupat has quit IRC06:30
openstackgerritMerged openstack/tempest: Add support of schema versioning for microversion  https://review.openstack.org/24497406:32
*** zhangjn has joined #openstack-qa06:35
*** zhangjn has quit IRC06:36
*** zhangjn has joined #openstack-qa06:37
*** agireud has quit IRC06:38
openstackgerritGhanshyam Mann proposed openstack/tempest: Make v1 create_image & update_image use **kwargs  https://review.openstack.org/25227706:40
openstackrecheckConsole logs not available after 13:25s for gate-tempest-dsvm-neutron-full 202617,30,b55c87506:42
*** agireud has joined #openstack-qa06:44
*** zhangjn has quit IRC06:44
*** vgridnev has joined #openstack-qa06:48
*** jswarren has quit IRC06:52
*** jswarren has joined #openstack-qa06:52
*** zackf has quit IRC06:52
*** zackf has joined #openstack-qa06:53
*** itsuugo has quit IRC06:54
*** itsuugo has joined #openstack-qa06:55
openstackrecheckConsole logs not available after 13:25s for gate-keystone-python27 233274,21,171379006:55
openstackrecheckopenstack/cinder change: https://review.openstack.org/217940 failed gate-tempest-dsvm-full-ceph in the gate queue with an unrecognized error06:55
*** coolsvap is now known as coolsvap|away06:56
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack/openstack-health: Use assertTrue/False instead of assertEqual(T/F)  https://review.openstack.org/26461306:57
*** nicholasgoracke has joined #openstack-qa06:57
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/26292306:58
*** hoangcx_ has quit IRC07:00
*** nicholasgoracke has quit IRC07:02
*** zhangjn has joined #openstack-qa07:04
openstackrecheckConsole logs not available after 13:24s for gate-grenade-dsvm-partial-ncpu 263567,1,8a2af3607:09
*** dwalleck has quit IRC07:11
*** markvoelker has joined #openstack-qa07:11
*** SridharG has joined #openstack-qa07:12
*** gamado has joined #openstack-qa07:16
*** markvoelker has quit IRC07:16
*** nadya has joined #openstack-qa07:17
*** nadya is now known as Guest8646207:17
*** itzikb_ has joined #openstack-qa07:18
openstackrecheckConsole logs not available after 13:30s for experimental-tempest-dsvm-multinode-full-dibtest 257660,13,73993fb07:22
*** bochi-michael has joined #openstack-qa07:29
openstackrecheckConsole logs not available after 13:27s for gate-swift-pep8 256201,9,771478f07:36
openstackrecheckopenstack/keystone change: https://review.openstack.org/230193 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/135557307:36
openstackLaunchpad bug 1355573 in grenade "tempest volume scenarios periodically fail /w SSHTimeout" [Undecided,New]07:36
*** coolsvap|away is now known as coolsvap07:41
openstackgerritGhanshyam Mann proposed openstack/tempest: Add tests for Nova microversion v2.2  https://review.openstack.org/24499607:44
*** anshul has joined #openstack-qa07:45
*** yfried_ has joined #openstack-qa07:49
openstackrecheckConsole logs not available after 13:29s for gate-tempest-dsvm-full-lio-src-os-brick 264578,1,a62600507:50
*** jacky-zhang_ has joined #openstack-qa07:50
*** jacky-zhang has quit IRC07:52
*** jacky-zhang_ is now known as jacky-zhang07:52
openstackrecheckConsole logs not available after 13:22s for gate-horizon-dsvm-integration 259677,20,814d70108:03
*** zhangjn has quit IRC08:03
*** salv-orlando has quit IRC08:04
*** salv-orlando has joined #openstack-qa08:04
*** zhangjn has joined #openstack-qa08:05
*** Guest86462 has quit IRC08:06
yfried_oomichi: gmann: could you please review https://review.openstack.org/#/c/259746/ ?08:06
*** yamamoto has joined #openstack-qa08:12
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 201019,14,8541e4e08:17
*** yamamoto has quit IRC08:20
*** jpas has quit IRC08:23
*** salv-orlando has quit IRC08:30
*** salv-orlando has joined #openstack-qa08:30
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-neutron-full 249016,11,da984ce08:30
*** jacky-zhang_ has joined #openstack-qa08:30
*** jacky-zhang has quit IRC08:32
*** jacky-zhang_ is now known as jacky-zhang08:32
*** yfried_ has quit IRC08:32
*** gfidente has joined #openstack-qa08:35
*** gfidente has quit IRC08:35
*** gfidente has joined #openstack-qa08:35
openstackgerritMerged openstack-infra/devstack-gate: Use a sparse swapfile on rootfs for providers without ephemeral disks  https://review.openstack.org/26107008:38
*** sshnaidm_ has joined #openstack-qa08:39
*** ifarkas has joined #openstack-qa08:40
openstackrecheckConsole logs not available after 13:21s for gate-nova-pep8 249018,15,806b37108:44
*** jlanoux has joined #openstack-qa08:46
*** mkoderer_cloud has joined #openstack-qa08:48
openstackgerritGhanshyam Mann proposed openstack/tempest: Add tests for Nova microversion v2.2  https://review.openstack.org/24499608:48
*** lezbar__ has joined #openstack-qa08:54
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack/os-testr: Use assertTrue/False instead of assertEqual(T/F)  https://review.openstack.org/26467208:55
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-neutron-large-ops 257693,21,2408d9208:57
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate compute client group to the new manager  https://review.openstack.org/26007708:57
openstackgerritAndrea Frittoli proposed openstack/tempest: Add a service client data store  https://review.openstack.org/26007608:57
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate volume client group to the new manager  https://review.openstack.org/26285908:57
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate image client group to the new manager  https://review.openstack.org/26299008:58
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate object storage group to the new manager  https://review.openstack.org/26298908:58
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate network client group to the new manager  https://review.openstack.org/26106708:58
openstackgerritAndrea Frittoli proposed openstack/tempest: Defines a new-style client manager  https://review.openstack.org/25856608:58
*** jordanP has joined #openstack-qa08:59
*** hoangcx has joined #openstack-qa09:00
*** yfried has joined #openstack-qa09:00
jordanPdo we have the QA meeting ?09:02
yfriedjordanP: hi, could you please review https://review.openstack.org/#/c/259746/09:03
jordanPyfried, nope. i can't have another jombo scenario again, my head melts each time I review one of those09:03
mkoderer_cloudgmann: don't we have QA now?09:03
yfriedjordanP: jombo???09:04
jordanP140 LOC is more than I can handle :)09:04
yfriedjordanP: It's actually pretty simple and with lot's of comments.09:04
yfriedjordanP: actually, if ANYTHING is not clear, please let me know. you shouldn't have to dive into weird unexplained code09:05
yfriedjordanP: please note that many of these LOC are doc09:05
*** shausy has quit IRC09:06
*** shausy has joined #openstack-qa09:06
*** vgridnev has quit IRC09:06
*** nadya has joined #openstack-qa09:07
*** nadya is now known as Guest4637509:07
dmelladolol09:08
dmelladojombo scenario xD09:08
*** safchain has joined #openstack-qa09:09
dmelladojordanP: this one it's not that hard ;)09:09
yfriedjordanP: it helps if you start at the end of the file (with the actuall tests) and go back up09:09
jordanPyeah but we have to make sure this case is not already covered09:10
jordanPI mean there's already XXX tests about security groups09:10
gmannmkoderer_cloud: jordanP not this week. this week is 17 UTC.09:10
*** jogo has quit IRC09:10
dmelladogmann: thanks! we already figured it out in the #meeting channel, sadly xD09:10
yfriedjordanP: if we have a test that explicitly runs traffic between multi-node hosts I'll drop this one09:10
openstackrecheckConsole logs not available after 13:22s for gate-horizon-tox-py27dj18 264630,1,00e46ef09:11
*** Guest46375 has quit IRC09:11
gmannyfried: i will be able to check may eb tomorrow not today09:12
gmannjordanP: regarding https://review.openstack.org/#/c/256271/09:12
*** markvoelker has joined #openstack-qa09:12
gmannjordanP: are you fine with my reply :). Doc ref needs to be updated for other methods too together09:12
dmelladobtw, 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=TRACE09:12
jordanPgmann, 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 it09:14
jordanPit's just a one line change, you can edit it through gerrit09:14
gmannjordanP: thats we have for all methods09:14
*** slowrie has quit IRC09:15
jordanPgmann, hum ?09:15
jordanPI 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 place09:16
openstackgerritMarkus Zoeller (markus_z) proposed openstack-dev/devstack: Add distro support for KVM for IBM z Systems  https://review.openstack.org/25247409:16
*** markvoelker has quit IRC09:17
gmannjordanP: ok, let me update.09:17
jordanPthanks09:17
jordanPthen I'll +A directly, because you already had a +209:17
openstackgerritGhanshyam Mann proposed openstack/tempest: Make v1 list_images use **kwargs & doc string update  https://review.openstack.org/25229109:18
*** vgridnev has joined #openstack-qa09:20
*** rossella_s has joined #openstack-qa09:21
openstackrecheckConsole logs not available after 13:24s for gate-horizon-python27 217828,58,10b0c1b09:25
*** vgridnev has quit IRC09:25
openstackgerritGhanshyam Mann proposed openstack/tempest: Make volume volume_client to use **kwargs-part1  https://review.openstack.org/25627109:25
gmannjordanP: ^^09:26
*** oomichi has quit IRC09:32
gmannjordanP: Thanks09:34
jordanPsure, thanks for updating09:35
*** shardy has joined #openstack-qa09:35
*** jogo has joined #openstack-qa09:37
openstackrecheckConsole logs not available after 13:22s for gate-horizon-python27 236042,43,a70725209:38
openstackgerritGhanshyam Mann proposed openstack/tempest: Make volume volume_client to use **kwargs-part2  https://review.openstack.org/25924909:38
*** jacky-zhang has quit IRC09:40
*** yamahata has joined #openstack-qa09:41
*** zhangjn has quit IRC09:42
*** rajalakshmig has joined #openstack-qa09:44
openstackgerritMerged openstack/tempest: Fix create/show/delete methods on subnetpools_client  https://review.openstack.org/26398509:51
openstackrecheckConsole logs not available after 13:25s for gate-horizon-python34 217964,54,375a79309:51
*** yamahata has quit IRC09:53
openstackgerritMerged openstack-infra/subunit2sql: Add new graph type to show run_time variance by metadata  https://review.openstack.org/21056909:53
jordanPandreaf, hi. I updated https://review.openstack.org/#/c/242076/ (09:56
jordanPScenario manager: don't access glance_client if Glance is not available09:56
jordanP) that you -1ed some time ago. Could you re-review please ?09:56
*** zhangjn has joined #openstack-qa09:59
*** dtantsur|afk is now known as dtantsur10:03
openstackrecheckConsole logs not available after 13:22s for gate-horizon-python34 217422,103,ace3c0210:05
*** salv-orl_ has joined #openstack-qa10:08
*** salv-orlando has quit IRC10:11
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 264414,4,24baeb210:19
jordanPgmann, https://review.openstack.org/#/c/252277/10:19
jordanPI have to insist on using kwarg['name'] = name :)10:20
jordanPunless I am missing something10:20
*** rossella_s has quit IRC10:22
*** rossella_s has joined #openstack-qa10:22
*** ramineni1 has joined #openstack-qa10:22
ramineni1jlanoux: hi10:25
*** tosky has joined #openstack-qa10:26
openstackgerritGhanshyam Mann proposed openstack/tempest: Make v1 create_image & update_image use **kwargs  https://review.openstack.org/25227710:28
openstackrecheckConsole logs not available after 13:29s for gate-grenade-dsvm 264133,2,d98214610:32
*** hoangcx has quit IRC10:43
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 255385,7,372eb4c10:45
*** ccarmack1 has joined #openstack-qa10:48
*** ccarmack has quit IRC10:49
*** cdent has joined #openstack-qa10:49
openstackrecheckConsole logs not available after 13:25s for gate-grenade-dsvm 259746,9,c53240610:59
dmelladogmann: 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 IRC11:07
*** salv-orlando has joined #openstack-qa11:08
jlanouxramineni1: Hi11:09
*** jordanP has quit IRC11:09
*** dims has joined #openstack-qa11:10
ramineni1jlanoux: hi,11:10
ramineni1jlanoux: i want to check regarding your comment on https://review.openstack.org/#/c/259859/11:11
*** coolsvap is now known as coolsvap|away11:11
jlanouxramineni1: yep?11:11
ramineni1jlanoux: i didn get what you actually meant there? it doesnt make any difference if its the same line or diff one?11:12
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 262859,6,acb458811:12
jlanouxramineni1: It's for consistency accross the code. Moreover, validatable=valitable is unecessary.11:13
*** markvoelker has joined #openstack-qa11:13
ramineni1jlanoux: it would be more understandable if we use validatable=validatable while passing params to functions11:13
jlanouxramineni1: validatable is a boolean and it's already implemented like that in the code11:14
ramineni1jlanoux: ya, so?11:15
ramineni1jlanoux: so, we are passing boolean value to other function whose parameter is validatable11:15
jlanouxramineni1: doing so will introduce unecessary inconsistency11:15
openstackgerritJoe Hakim Rahme proposed openstack/tempest: Fixes the Javelin CLI  https://review.openstack.org/26472111:18
*** markvoelker has quit IRC11:18
ramineni1jlanoux: hmm, we can call any function with direct arg or using name which is more clearer way, so i dont see any inconsistency there11:19
ramineni1jlanoux: 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 lucasagomes11:20
jlanouxramineni1: I consider it to be more than a nit. Anyway, if the cores are happy with it, they can approve it.11:21
ramineni1jlanoux: ok, sure , thansk11:22
*** ramineni1 has left #openstack-qa11:25
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full 262990,5,5b9c18011:26
*** nicholasgoracke has joined #openstack-qa11:28
*** nicholasgoracke has quit IRC11:33
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 262989,5,aa0167511:39
*** zhangjn has quit IRC11:49
*** rfolco has joined #openstack-qa11:52
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm 224726,16,1b3bb0211:53
*** devananda has quit IRC11:54
*** devananda has joined #openstack-qa11:55
*** zhangjn has joined #openstack-qa11:58
*** zhangjn has quit IRC11:58
*** zhangjn has joined #openstack-qa11:59
*** zhangjn has quit IRC11:59
*** zhangjn has joined #openstack-qa11:59
*** zhangjn has quit IRC12:00
dmelladoping andreaf are you around?12:00
*** zhangjn has joined #openstack-qa12:01
*** hichihara has joined #openstack-qa12:04
openstackrecheckConsole logs not available after 13:23s for gate-nova-python27 237999,4,a242c5012:06
*** nadya has joined #openstack-qa12:09
*** nadya is now known as Guest9029312:09
*** ajmiller_ has joined #openstack-qa12:12
*** ajmiller has quit IRC12:12
*** Guest90293 has quit IRC12:13
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate volume client group to the new manager  https://review.openstack.org/26285912:14
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate image client group to the new manager  https://review.openstack.org/26299012:14
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate object storage group to the new manager  https://review.openstack.org/26298912:14
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate network client group to the new manager  https://review.openstack.org/26106712:14
*** markvoelker has joined #openstack-qa12:14
*** nadya has joined #openstack-qa12:17
*** nadya is now known as Guest3344212:17
*** hichihara has quit IRC12:17
*** markvoelker has quit IRC12:18
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-full-ceph 254783,9,c2c1c2312:20
*** Guest33442 is now known as _nadya_12:21
andreafdmellado: I am now, for a bit at least12:32
dmelladoandreaf: I think I handled the issue on my own, thanks anyway ;)12:32
andreafdmellado: ok ;)12:32
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-postgres-full 261067,10,a483b9e12:33
*** Poornima has quit IRC12:34
openstackgerritYuriy Nesenenko proposed openstack/tempest: Fix incorrect work with host  https://review.openstack.org/26414112:35
*** bkopilov has quit IRC12:43
openstackrecheckopenstack/tempest change: https://review.openstack.org/260315 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/135557312:47
openstackLaunchpad bug 1355573 in grenade "tempest volume scenarios periodically fail /w SSHTimeout" [Undecided,New]12:47
*** zhangjn has quit IRC12:48
*** markvan has quit IRC12:51
*** tochi has quit IRC12:52
*** markvan has joined #openstack-qa12:53
*** woodster_ has joined #openstack-qa12:54
*** dave-mccowan has joined #openstack-qa12:56
openstackgerritMerged openstack-dev/devstack: Add distro support for KVM for IBM z Systems  https://review.openstack.org/25247412:58
*** gfidente is now known as gfidente|pto12:58
openstackrecheckConsole logs not available after 13:23s for gate-horizon-python27 264682,1,092334513:01
*** salv-orlando has quit IRC13:03
*** salv-orlando has joined #openstack-qa13:03
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate volume client group to the new manager  https://review.openstack.org/26285913:03
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate image client group to the new manager  https://review.openstack.org/26299013:03
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate object storage group to the new manager  https://review.openstack.org/26298913:03
openstackgerritAndrea Frittoli proposed openstack/tempest: Migrate network client group to the new manager  https://review.openstack.org/26106713:03
*** _nadya_ has quit IRC13:06
*** zhangjn has joined #openstack-qa13:06
*** bochi-michael has quit IRC13:08
*** weshay_xchat has joined #openstack-qa13:10
*** rajalakshmig has quit IRC13:11
openstackrecheckConsole logs not available after 13:43s for gate-tempest-dsvm-neutron-full 256271,6,f9d968a13:14
*** markvoelker has joined #openstack-qa13:18
*** erlon has joined #openstack-qa13:22
*** jffische has joined #openstack-qa13:22
*** edmondsw has joined #openstack-qa13:22
*** TuanNguyen has joined #openstack-qa13:25
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm 264133,2,6fc2ffc13:28
*** aopincar has quit IRC13:33
*** zz_dimtruck is now known as dimtruck13:37
*** moravec has quit IRC13:40
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm 147520,68,7acd63213:41
*** jordanP has joined #openstack-qa13:47
*** dimtruck is now known as zz_dimtruck13:51
*** _nadya_ has joined #openstack-qa13:52
*** neeti has quit IRC13:53
openstackrecheckConsole logs not available after 13:25s for gate-grenade-dsvm 135877,11,5941bb813:55
*** neeti has joined #openstack-qa13:56
*** ccarmack1 has quit IRC14:00
openstackgerritMauro Rodrigues proposed openstack/tempest: Remove hard-coded DEPLOYWAIT timeout from Baremetal Scenario  https://review.openstack.org/25802714:02
*** cdent has quit IRC14:02
*** shausy has quit IRC14:03
*** shausy has joined #openstack-qa14:04
*** Poornima has joined #openstack-qa14:04
*** anshul has quit IRC14:05
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/26292314:05
openstackrecheckConsole logs not available after 13:26s for gate-grenade-dsvm 217940,3,d1b094f14:08
*** mkoderer_cloud has quit IRC14:11
*** Poornima has quit IRC14:11
*** Poornima has joined #openstack-qa14:13
*** vgridnev has joined #openstack-qa14:17
*** dkranz has joined #openstack-qa14:17
*** mriedem has joined #openstack-qa14:17
*** shausy has quit IRC14:18
*** anshul has joined #openstack-qa14:20
*** rossella_s has quit IRC14:21
*** rossella_s has joined #openstack-qa14:22
openstackrecheckConsole logs not available after 13:55s for gate-grenade-dsvm 202617,31,46f0af314:22
*** nicholasgoracke has joined #openstack-qa14:23
*** cdent has joined #openstack-qa14:24
*** regXboi has joined #openstack-qa14:24
*** nicholasgoracke has quit IRC14:25
*** gamado has quit IRC14:28
*** ccarmack has joined #openstack-qa14:30
*** lucasagomes is now known as lucas-hungry14:32
*** neeti has quit IRC14:34
*** Poornima has quit IRC14:34
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 256920,15,2eea34814:35
*** jasonsb has joined #openstack-qa14:38
*** zz_dimtruck is now known as dimtruck14:38
*** moravec has joined #openstack-qa14:41
*** jasonsb has quit IRC14:43
*** yfried has quit IRC14:44
*** nicholasgoracke has joined #openstack-qa14:48
openstackrecheckConsole logs not available after 13:22s for gate-nova-tox-functional 237999,5,18fa98a14:49
*** alyson_ has joined #openstack-qa14:50
*** jecarey has joined #openstack-qa14:52
*** anshul has quit IRC14:55
*** zhangjn has quit IRC15:02
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full-kilo 252291,9,ed03f5d15:02
*** bkopilov has joined #openstack-qa15:06
*** woodster_ has quit IRC15:06
*** mriedem is now known as mriedem_meeting15:10
*** mfisher_ora has joined #openstack-qa15:11
*** mragupat has joined #openstack-qa15:12
*** jasonsb has joined #openstack-qa15:15
*** jaypipes has joined #openstack-qa15:15
*** ChanServ sets mode: +o jaypipes15:15
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 264702,2,4545e2015:16
sdaguemtreinish: it's kind of unfortunate that the tempest clients are out of tree now, because it makes fixing ux in logging the tempest jobs harder15:16
*** yamahata has joined #openstack-qa15:18
*** rbak has joined #openstack-qa15:18
*** mtanino has joined #openstack-qa15:19
mtreinishsdague: yeah it was one of the tradeoffs for moving things into the lib15:19
sdagueI 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 happens15:20
sdagueand our raising exceptions for all non 200 status codes means it's not possible to human log failures15:22
*** artom has quit IRC15:24
sdaguehttp://paste.openstack.org/show/483236/ was some initial output of this idea15:24
*** slowrie has joined #openstack-qa15:28
openstackrecheckConsole logs not available after 13:23s for gate-grenade-dsvm 244996,30,0560ad415:29
*** sshnaidm_ has quit IRC15:30
*** lucas-hungry is now known as lucasagomes15:34
*** dims_ has joined #openstack-qa15:35
*** dims has quit IRC15:36
andreaftimothyb89, mtreinish: it's great to see the group-by functionality of o-h live - thanks :)15:41
*** mriedem_meeting is now known as mriedem15:42
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-large-ops 263567,1,fba843315:43
*** pglass has joined #openstack-qa15:48
mtreinishandreaf: heh, it's been up on there for a while now :)15:48
andreafmtreinish: I've been on holidays for a while now I guess :P15:49
*** rbak_ has joined #openstack-qa15:53
*** yfried has joined #openstack-qa15:54
*** rbak has quit IRC15:55
openstackgerritAndrea Frittoli proposed openstack/openstack-health: Fix label on 2nd page with custom grouping  https://review.openstack.org/26484115:55
openstackrecheckConsole logs not available after 13:26s for gate-tempest-dsvm-full 256273,46,178d59a15:56
andreafmtreinish: small fix ^^^ but I'm still testing it15:56
andreafmtreinish: 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 providers15:59
*** lezbar__ has quit IRC16:02
*** moravec has quit IRC16:03
*** itzikb_ has quit IRC16:03
*** SridharG has quit IRC16:04
*** moravec has joined #openstack-qa16:06
mtreinishandreaf: what is inflection used for?16:07
*** lezbar has joined #openstack-qa16:08
*** salv-orl_ has joined #openstack-qa16:08
andreafmtreinish: converting CamelCase class names to underscore_case entry points for clients in the manager16:09
*** artom has joined #openstack-qa16:09
openstackrecheckConsole logs not available after 13:27s for gate-tempest-dsvm-full 153038,77,8aa5c3d16:09
*** artom has quit IRC16:10
*** artom has joined #openstack-qa16:10
*** salv-orlando has quit IRC16:11
*** shausy has joined #openstack-qa16:12
mtreinishheh, I guess it's not surprising there's a library for that16:12
*** woodster_ has joined #openstack-qa16:13
jordanPandreaf, I left you some comments on that serie16:14
andreafmtreinish: I guess I could skip the extra library, but I though it's nice to have a proper implementation16:15
andreafjordanP: thanks16:15
jordanPI must say, my comments are rather trivial because I have no idea on what I am reading16:15
mtreinishjordanP: I started with the spec :)16:18
mtreinishheh, although it didn't help too much16:19
jordanPI must say I am bad with abstraction but16:19
sdagueandreaf: honestly, I feel like anything that adds more class hiearchy is bad16:20
sdaguethe deep class hiearchy is part of what makes the tempest code so inpenatrable to people16:20
jordanPI 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 this16:21
*** _nadya_ has quit IRC16:22
andreafsdague: 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-lib16:22
openstackgerritLiron Kuchlani proposed openstack/tempest: Redundent if Statement  https://review.openstack.org/26246516:22
andreafsdague: so the extra layer adds the CONF bits16:22
andreafand that stays on tempest side16:23
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-neutron-dvr 252277,10,55684da16:23
sdaguethat seems like that's going to make things even more complex16:24
andreafsdague, mtreinish, jordanP: basically I'm adding a class which is a collection of all clients, where extra clients can be loaded from a plugin16:24
jordanPI understand the idea but not the implementation. There's just too much indirection and abstraction for me16:25
sdaguewell, honestly, right now with the levels of indirection in the current code and this making it worse, I think it's a non starter16:26
sdaguesorry, 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 idea16:27
andreafsdague: what's that?16:27
sdaguethis 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 happening16:29
sdaguewhich isn't possible because of the amount of redirection in the clients16:30
sdagueand yesterday I was looking at providing analysis of the console dumps when we fail and looking for common issues like there being no ip address16:30
sdaguewhich isn't really viable because the scenario test ssh handling is complete spaghetti16:31
jordanP:(16:32
sdagueas long as we've got code like this - https://github.com/openstack/tempest/blob/master/tempest/scenario/manager.py#L34716:32
sdaguewhere the first parameter is server or ip (wtf?)16:32
*** weshay_xchat has quit IRC16:32
sdaguethen I think is massively premature to put another layer in the manager path16:32
*** ifarkas has quit IRC16:33
*** ccneill has joined #openstack-qa16:33
*** weshay_xchat has joined #openstack-qa16:34
andreafsdague: 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 objects16:35
*** gfidente|pto has quit IRC16:36
andreafsdague: unfortunately I have to go now, I'll be back in 30min or so, if you have time I'd like to continue this conversation16:36
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 253556,8,aa6d3c316:36
sdagueandreaf: 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 load16:36
sdagueand while we have this level of load, we should stop changing infrastructure except in ways that reduce load clearly16:37
*** chem has joined #openstack-qa16:38
chemhi, 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=Default16:40
chemmy identity url is http://127.0.0.1:500016:41
sdaguechem: you can't uses versionless identity endpoints16:41
sdagueit should probably error sooner about that fact16:42
jordanPweird that if you strip "/v3 in that uri, you have "http:127.0.0.1:35357"16:42
andreafsdague: ok I really have to go now, ttyl16:43
sdaguejordanP: yeh, I expect it's a split fail16:43
chemsdague: hum ... I think that in mitaka you are able to have versionless endpoint16:43
sdagueso it's dropped from a list to a string16:43
chemsdague: trying to find the ref16:43
sdaguechem: not with tempest16:43
chemsdague: ah, oki.  Is that a "bug", a "known limitation" or a "not important" stuff ?16:44
sdaguethe versionless endpoint requires client support16:44
sdaguemost clients don't support that16:45
chemoki, so it a "not ready" :)16:45
chemsdague: thank for the clarification16:45
sdagueyeh, it's a direction we're trying to get to across the ecosystem, but it's going to be a long haul16:45
sdagueI think it's a bug that tempest doesn't provide you a better error message for that though16:46
*** sabeen has joined #openstack-qa16:46
chemsdague: would you like me to fill that bug for futur ref or for better error message ?16:46
sdaguechem: sure16:47
chemsdague: I'll do that.16:47
*** sabeen3 has joined #openstack-qa16:48
*** nicholas_ has joined #openstack-qa16:49
openstackrecheckConsole logs not available after 13:25s for gate-grenade-dsvm 244789,10,8f812fd16:50
*** nicholasgoracke has quit IRC16:50
*** sabeen has quit IRC16:51
*** devkulkarni has joined #openstack-qa16:51
chemsdague: https://bugs.launchpad.net/tempest/+bug/153191716:53
openstackLaunchpad bug 1531917 in tempest "Strange error when using versionless identity endpoint." [Undecided,New]16:53
*** jlanoux has quit IRC16:58
*** jordanP has quit IRC16:59
*** dims has joined #openstack-qa16:59
*** mragupat has quit IRC17:00
*** mragupat has joined #openstack-qa17:00
*** asselin has joined #openstack-qa17:01
*** mragupat has quit IRC17:02
*** mragupat has joined #openstack-qa17:02
*** dims_ has quit IRC17:02
openstackrecheckConsole logs not available after 13:22s for gate-nova-python27 264133,2,a6a648917:03
*** zackf has quit IRC17:03
*** moravec has quit IRC17:05
openstackgerritMichael Turek proposed openstack-dev/devstack: Rename deploy_timeout to build_timeout  https://review.openstack.org/26487017:06
*** moravec has joined #openstack-qa17:07
*** lezbar has quit IRC17:10
*** moravec has quit IRC17:11
*** lezbar has joined #openstack-qa17:12
*** shausy has quit IRC17:13
*** shausy has joined #openstack-qa17:14
*** davideagnello has joined #openstack-qa17:15
*** dtantsur is now known as dtantsur|afk17:15
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 255854,7,29edbc817:16
*** moravec has joined #openstack-qa17:17
*** mragupat_ has joined #openstack-qa17:19
*** mragupat has quit IRC17:22
*** _nadya_ has joined #openstack-qa17:23
*** Swami has joined #openstack-qa17:24
*** Swami_ has joined #openstack-qa17:24
*** aopincar has joined #openstack-qa17:26
openstackgerritDan Nguyen proposed openstack/tempest: Adds auth_version property to dashboard config  https://review.openstack.org/26435417:26
lucasagomeshi there, is there any guide about how to deprecate the variables in devstack? (for reference https://review.openstack.org/#/c/264164/ )17:29
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 262989,7,150105717:30
*** armax has joined #openstack-qa17:40
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm-multinode 264741,1,1de9c4617:43
andreafmtreinish: sorry I was late for the meeting17:45
mtreinishandreaf: no worries17:46
andreafsdague: I feel your pain with the scenario test code, but I still need a reasonable way to separate the client manager from configuration17:48
*** sabeen3 has quit IRC17:49
andreafsdague: and with the clients being split into a miriad of small ones, it's becoming difficult to manage17:49
andreafsdague: there are a lot of name conflicts between clients and it's hard to know which clients is what, with that credentials17:50
*** aopincar has quit IRC17:51
andreafsdague: so it would be nicer if we could say self.credsX.compute_servers to use the servers API of compute17:51
andreafsdague: 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 creds17:52
andreafsdague: that's part of the problem I'm trying to solve by restructuring the client manager17:52
*** shausy has quit IRC17:53
*** shausy has joined #openstack-qa17:53
andreafsdague: 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 possible17:54
andreafmtreinish: thoughts on this? ^^^17:55
*** nicholas_ has quit IRC17:56
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full 262990,7,07f3a8717:57
*** cdent has quit IRC17:59
openstackgerritMerged openstack/tempest-lib: Prevent StopIteration exception during parse response  https://review.openstack.org/26065917:59
*** nicholasgoracke has joined #openstack-qa18:00
*** shausy has quit IRC18:04
openstackgerritMerged openstack/eslint-config-openstack: Permit single-line statements in brace-style  https://review.openstack.org/24998318:06
openstackgerritSwaminathan Vasudevan proposed openstack/tempest: Add external gateway to dvr before scheduling with dvr_snat agent  https://review.openstack.org/25755718:08
*** eil397 has joined #openstack-qa18:09
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 262859,8,1bfedf018:10
*** jordanP has joined #openstack-qa18:10
*** sabeen1 has joined #openstack-qa18:11
*** jswarren_ has joined #openstack-qa18:11
*** toure has quit IRC18:14
*** dkranz has quit IRC18:14
*** markvoelker has quit IRC18:14
*** jswarren has quit IRC18:14
*** ajo has quit IRC18:14
*** sabeen3 has joined #openstack-qa18:14
*** sabeen1 has quit IRC18:15
*** weshay_xchat has quit IRC18:16
*** toure has joined #openstack-qa18:16
*** ajo has joined #openstack-qa18:21
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: TRIVIAL: Fix some misspellings  https://review.openstack.org/26393818:21
*** aopincar has joined #openstack-qa18:22
*** e0ne has joined #openstack-qa18:23
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-postgres-full 264141,4,37d809418:23
*** _nadya_ has quit IRC18:24
*** dkranz has joined #openstack-qa18:28
openstackgerritJordan Pittier proposed openstack/tempest: Scenario: Skip TestServerMultinode when only 1 compute node  https://review.openstack.org/26491218:28
jordanPsdague, 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-qa18:29
jordanPI am not sure, maybe we do want to run this test even if we have only one compute node18:30
jordanPto do a basic scheduler testing, but then there should be a code comment about it because it's not obvious18:31
*** mriedem has quit IRC18:32
*** harlowja has quit IRC18:35
*** harlowja has joined #openstack-qa18:36
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm-multinode 147516,59,76b3b1a18:37
*** mriedem has joined #openstack-qa18:38
*** edmondsw has quit IRC18:39
*** edmondsw has joined #openstack-qa18:44
openstackgerritJordan Pittier proposed openstack-dev/devstack: lib/cinder:configure tgt even if the package was purged  https://review.openstack.org/26491718:45
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 264752,1,7ef6b7b18:50
*** pvaneck has joined #openstack-qa18:50
*** ccneill has quit IRC18:52
*** jordanP has quit IRC18: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 IRC19:03
openstackgerritMerged openstack/tempest: Rename compute images_client to compute_images_client  https://review.openstack.org/26031519:03
*** markvoelker has joined #openstack-qa19:03
openstackrecheckConsole logs not available after 13:22s for gate-nova-python34 264765,2,96a0c5f19:04
*** aopincar has quit IRC19:04
*** ccneill has joined #openstack-qa19:04
*** markvoelker_ has joined #openstack-qa19:05
*** jasonsb has quit IRC19:06
*** yamahata has quit IRC19:07
*** e0ne has quit IRC19:08
*** markvoelker has quit IRC19:09
*** markvoelker has joined #openstack-qa19:14
*** spartacloud has joined #openstack-qa19:14
*** spartacloud is now known as zackf19:14
*** markvoelker_ has quit IRC19:17
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 263497,2,469375719:17
sc68calany 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_42319:20
*** ajmiller_ is now known as ajmiller19:22
sdaguesc68cal: it's typically not fatal19:23
pc_mHi, 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
sc68calsdague: 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.html19:27
sc68calsorry, better link - http://logs.openstack.org/35/187235/12/experimental/gate-grenade-dsvm-neutron-multinode/ebfb88a/console.html#_2016-01-07_04_36_17_15219:27
sdagueyeh, that's where it's failing for sure, why that file isn't being created is the real issue19:28
*** yamahata has joined #openstack-qa19:28
sc68calwonder if something changed in project-config around grenade jobs19:28
*** step6829 has joined #openstack-qa19:28
sdagueandreaf: I'm not sure I understand what self.credsX.compute_servers means, and it actually kind of seems confusing to me19:29
*** vgridnev_ has joined #openstack-qa19:29
clarkbsc68cal: possible the change to remove grenade from projects list merged19:29
clarkband the neutron multinode grenade job is newer tham that19:29
clarkbso doesnt specify the project19:29
openstackgerritOpenStack Proposal Bot proposed openstack/tempest: Updated from global requirements  https://review.openstack.org/26292319:29
sc68calthe mutinode grenade job for neutron should be older though. but yeah maybe it needs a fix like I4ad07ab38dfe33434e8a3b6b4852e05496ee4bf619:31
openstackrecheckConsole logs not available after 13:22s for gate-horizon-python27 245662,3,a6887db19:31
*** mriedem1 has joined #openstack-qa19:33
sc68calsdague: does that sound right?19:33
*** dims_ has joined #openstack-qa19:33
*** artom_ has joined #openstack-qa19:33
*** TuanNguyen has quit IRC19:33
sdaguesc68cal: yeh, that's possible19:33
sdagueI don't see it cloning grenade anywhere19:34
*** artom_ has quit IRC19:34
*** TuanNguyen has joined #openstack-qa19:34
*** dims has quit IRC19:34
*** artom_ has joined #openstack-qa19:34
*** TuanNguyen has quit IRC19:34
*** TuanNguyen has joined #openstack-qa19:34
*** stevemar_znc has joined #openstack-qa19:37
pc_mThis is the commit showing the failure -  https://review.openstack.org/#/c/263873/419:37
* sc68cal sings the lyrics to Zappa's Token of my Extremes19:38
*** TuanNguyen has quit IRC19:38
*** mriedem has quit IRC19:38
*** eil397 has quit IRC19:38
*** artom has quit IRC19:38
*** slowrie has quit IRC19:38
*** vgridnev has quit IRC19:38
*** sileht has quit IRC19:38
*** vdrok- has quit IRC19:38
*** stevemar has quit IRC19:38
*** mriedem1 is now known as mriedem19:38
*** _nadya_ has joined #openstack-qa19:40
*** stevemar_znc is now known as stevemar19:40
*** shardy is now known as shardy_afk19:41
*** sileht has joined #openstack-qa19:41
openstackrecheckConsole logs not available after 13:23s for gate-tempest-dsvm-keystone-eventlet-full 264779,1,79305e619:45
*** vdrok- has joined #openstack-qa19:46
mtreinishsc68cal: any update on: https://review.openstack.org/254927 ? :)19:47
mtreinishregXboi: if you get a sec can you take a look at https://review.openstack.org/#/c/238563/19:47
regXboisure - it's better than trying to align separate log files runs19:48
sc68calmtreinish: yeah I do need to refresh that patch, just haven't had a chance19:48
sc68calmaybe while I wait for https://review.openstack.org/#/c/264938/1 i'll go ahead and respin that patch19:48
*** lucasagomes is now known as lucas-dinner19:49
regXboimtreinish: levers pulled, let the gate begin19:51
mtreinishregXboi: cool, thanks19:51
regXboiyw19:51
*** jasonsb has joined #openstack-qa19:54
*** dhellmann_ has joined #openstack-qa19:55
mtreinishregXboi: now lets see how many people complain about the new ui :)19:55
regXboi:)19:56
openstackrecheckConsole logs not available after 13:28s for gate-grenade-dsvm 244996,30,ab2173a19:58
*** dims_ has quit IRC20:00
timothyb89mtreinish: oh, hmm, I guess the dropdowns are still not rendering 100% correctly in FF... ah well, can work on a followup patch to fix20:00
mtreinishtimothyb89: 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 standstill20:01
mtreinishit's too much data for ff to handle :)20:01
timothyb89that too :/20:01
timothyb89afaik firefox still doesn't do much HW rendering in linux, which is the real cause20:01
openstackgerritMerged openstack/openstack-health: Add global resolution and grouping key options.  https://review.openstack.org/23856320:02
mtreinishthat could likely be the case. I've not tried it on windows or mac so I can't say first hand though20:03
openstackgerritAndrea Frittoli proposed openstack/openstack-health: Fix label on 2nd page with custom grouping  https://review.openstack.org/26484120:03
*** sabeen1 has joined #openstack-qa20:04
mtreinishtimothyb89: let's just ask mriedem to check it on his machine once it gets picked up by puppet20:04
andreafmtreinish, timothyb89: https://review.openstack.org/26484120:04
mriedemmtreinish: i've switched to OS/220:05
mriedemsorry20:05
mtreinishmriedem: heh, that'll be a good test too20:06
andreafmtreinish, timothyb89: which OS do you need? I can try on macosx20:06
regXboidid I just read OS/2?!?!?! that's still around?!?!?!20:06
mtreinishregXboi: only for ibm loyalists like mriedem :)20:07
timothyb89andreaf: all browsers on win / osx should work fine, mainly it's just FF on linux that lags behind20:08
regXboiwell, 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 IRC20:08
*** armax has joined #openstack-qa20:09
*** rfolco has quit IRC20:09
*** dhellmann has quit IRC20:11
*** dhellmann_ is now known as dhellmann20:11
openstackrecheckConsole logs not available after 13:25s for gate-grenade-dsvm 263158,3,956d10620:12
*** dhellmann has quit IRC20:12
*** dims has joined #openstack-qa20:12
*** cdent has joined #openstack-qa20:13
mtreinishregXboi: heh, you should put it somewhere and test the dashboard performance from a browser in os/220:14
*** dhellmann has joined #openstack-qa20:14
mriedemwas there a browser?20:14
mriedemoh i see http://os2news.warpstock.org/Warpzilla.html20:15
mtreinishwow the last update was in Aug20:15
regXboisomebody still uses it then :)20:18
*** ccarmack has quit IRC20:18
*** dims has quit IRC20:19
timothyb89mtreinish: wow, you weren't kidding, FF locked up and hasn't responded for 5+ minutes with second res :)20:19
timothyb89mtreinish: 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 frame20:21
mtreinishwell that was my hack to show gaps in the run time graph20:21
mtreinishif we strip them out of the response d3 will interpolate between them20:21
*** dims has joined #openstack-qa20:22
timothyb89can we replace with 0 or something?20:22
mtreinish0 doesn't actually do what we want either because it's not really a 0 run time, there is no data for that period20:23
mtreinishit really should be a scatter plot tbh20:23
*** openstackgerrit has quit IRC20:23
*** dims has quit IRC20:23
timothyb89hmm, that's fair, might need to look into that20:24
*** openstackgerrit has joined #openstack-qa20:24
*** jasonsb has quit IRC20:25
openstackrecheckConsole logs not available after 13:25s for gate-nova-python34 263497,2,26be0fb20:25
timothyb89yikes, firefox just OOM'd my system trying to load that page :)20:26
mtreinishhaha, nice20:26
*** _nadya_ has quit IRC20:27
mtreinishtimothyb89: 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=all20:29
timothyb89ouch... guess I shouldn't be surprised20:29
mtreinishheh, well it's not even hitting 50%20:29
mtreinishbut that's a lot more than the 0 we were sitting at before20:30
*** ansiwen has quit IRC20:30
timothyb89and that's probably with 1-2 users' worth of load...20:30
mtreinishthe api server is not handling things too well it's being very sluggish now20:31
*** ccarmack has joined #openstack-qa20:31
timothyb89that's true... local server is more responsive right now20:31
*** ansiwen has joined #openstack-qa20:33
openstackrecheckConsole logs not available after 13:26s for gate-grenade-dsvm-multinode 264812,1,438999120:39
openstackrecheckopenstack/requirements change: https://review.openstack.org/263318 failed gate-grenade-dsvm-multinode in the gate queue with an unrecognized error20:39
sc68calyeah I was about to ask why the api server is sad20:39
*** dims has joined #openstack-qa20:39
mtreinishsc68cal: yeah we're debugging it on -infra right now20:40
*** nicholasgoracke has quit IRC20:50
*** rfolco has joined #openstack-qa20:50
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-large-ops 264816,1,0000b1e20:54
*** ccneill has quit IRC20:54
*** rfolco has quit IRC20:54
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for nova py34 fake image service bug 1531988  https://review.openstack.org/26496020:55
openstackbug 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
mriedemsdague: ^ also, trying to do some tracking of that one20:55
*** jasonsb has joined #openstack-qa20:55
sdaguemriedem: +A20:56
openstackgerritMatthew Treinish proposed openstack/openstack-health: Handle uninitialized session in api methods  https://review.openstack.org/26496220:56
*** ccneill has joined #openstack-qa21:03
openstackrecheckConsole logs not available after 13:22s for gate-grenade-dsvm 262045,12,ba377fa21:07
openstackgerritMerged openstack-infra/elastic-recheck: Add query for nova py34 fake image service bug 1531988  https://review.openstack.org/26496021:07
openstackbug 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
openstackgerritMatthew Treinish proposed openstack/openstack-health: Handle empty response in the run aggregator  https://review.openstack.org/26496721:09
mtreinishtimothyb89: those patches ^^^ are to address the tracebacks we're seeing in the prod server logs21:11
mtreinishtimothyb89: http://paste.openstack.org/show/483265/ and http://paste.openstack.org/show/483266/21:11
timothyb89mtreinish: awesome, that should be a big help21:11
*** jffische has quit IRC21:11
mtreinishwell hopefully, it's not like I'm testing anything :)21:11
timothyb89that just makes it more exciting21:12
mtreinishthere's a 3rd error I'm working on figuring out to guard against right now21:12
*** moravec has quit IRC21:13
timothyb89it'd probably also be a good idea to show some error feedback on the client... hmm21:15
timothyb89right now it just appears to be stuck loading forever, even if the response returned an error21:16
mtreinishyeah that'll be a good fix21:16
mtreinishhmm I think the crashes are being caused by specifying seconds on the per test page21:17
timothyb89mtreinish: 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-qa21:18
*** moravec has joined #openstack-qa21:19
*** nicholasgoracke has joined #openstack-qa21:19
mtreinishtimothyb89: I've not seen that specific error before21:20
sc68calmtreinish: some .... fun stuff happens in http://git.openstack.org/cgit/openstack/openstack-health/tree/app/js/directives/table-sort.js#n2621:20
openstackrecheckConsole logs not available after 13:24s for gate-tempest-dsvm-neutron-full 258027,4,cd0117521:20
timothyb89sc68cal: ah, did I do something strange in that? :)21:21
*** nicholas_ has joined #openstack-qa21:21
sc68caltimothyb89: not strange. Just a bit cryptic. I'm having to step through the debugger to follow along21:22
*** openstackrecheck has quit IRC21:22
*** openstackrecheck has joined #openstack-qa21:22
mtreinishsc68cal: all js is cryptic to me...21:22
*** nicholasgoracke has quit IRC21:24
sc68caltimothyb89: 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 sorting21:24
timothyb89sc68cal: presort, you mean?21:25
sc68calright21:25
*** ccarmack1 has joined #openstack-qa21:26
timothyb89sc68cal: right, that just puts up/down arrows in the right spot21:26
sc68caltimothyb89: well it also changes the controller's sortReversed attribute21:27
sc68calI'm trying to set it to be true by default21:27
sc68calso basically presort - reversed21:27
sc68calfor all tables21:28
timothyb89ah, okay21:28
sc68calcontext is https://review.openstack.org/25492721:28
*** shardy_afk is now known as shardy21:30
*** sabeen1 has quit IRC21:30
timothyb89sc68cal: I think setting the sortReversed to true on lines 30 and  91 should do what you want21:32
*** ccarmack has joined #openstack-qa21:35
mtreinishtimothyb89: oh I actually know what that error is, you picked something with no successful runs21:35
mtreinishso we're trying to resample an empty data frame, and pandas doesn't like that21:36
timothyb89mtreinish: ah, makes sense21:38
*** ccarmack1 has quit IRC21:38
*** Swami_ has quit IRC21:39
*** Swami has quit IRC21:39
sc68caltimothyb89: yep :)21:40
sc68caltimothyb89: thx21:40
openstackgerritSean M. Collins proposed openstack/openstack-health: Jobs view - reverse sort of failuresRate  https://review.openstack.org/25492721:41
*** ccarmack has left #openstack-qa21:45
openstackrecheckConsole logs not available after 13:21s for gate-grenade-dsvm 264335,1,779ff4a21:46
*** TuanNguyen has joined #openstack-qa21:47
*** devkulkarni has quit IRC21:50
*** jaypipes has quit IRC21:50
*** regXboi has quit IRC21:50
*** markvan has quit IRC21:50
*** DinaBelova has quit IRC21:50
*** boris-42 has quit IRC21:50
*** obutenko has quit IRC21:50
*** dtantsur|afk has quit IRC21:50
*** devkulkarni has joined #openstack-qa21:51
*** jaypipes has joined #openstack-qa21:51
*** regXboi has joined #openstack-qa21:51
*** markvan has joined #openstack-qa21:51
*** DinaBelova has joined #openstack-qa21:51
*** boris-42 has joined #openstack-qa21:51
*** obutenko has joined #openstack-qa21:51
*** dtantsur|afk has joined #openstack-qa21:51
*** asimov.freenode.net sets mode: +o jaypipes21:51
*** Kennan has quit IRC21:52
*** sabeen1 has joined #openstack-qa21:53
*** Kennan has joined #openstack-qa21:53
*** cdent has quit IRC21:54
*** sabeen3 has joined #openstack-qa21:55
openstackgerritMatthew Treinish proposed openstack/openstack-health: Improve pandas usage in test_runs_aggregator  https://review.openstack.org/26498421:55
mtreinishtimothyb89: ^^^ I think I got all the issues there21:55
timothyb89mtreinish: oh, cool21:56
mtreinishI should say known issues21:57
timothyb89heh, that's fair21:57
*** sabeen1 has quit IRC21:58
*** devkulkarni has quit IRC21:58
mtreinishTBH, I'm not sure how it could of worked before21:58
mtreinishL58 before the change isn't right at all21:58
mriedemwow http://logs.openstack.org/74/263674/2/gate/gate-neutron-dsvm-api/720613c/logs/screen-q-svc.txt.gz?level=TRACE21:59
mriedem1 test failed21:59
timothyb89mtreinish: that's always nice to find :)21:59
*** moravec has quit IRC22:01
openstackgerritMatthew Treinish proposed openstack/openstack-health: Handle uninitialized session in api methods  https://review.openstack.org/26496222:02
sc68caldansmith: hey do you think you can take a look at https://review.openstack.org/#/c/263877/1 ?22:02
mtreinishtimothyb89: ^^^ just the pep8 fix22:02
sc68calmriedem: whew that is a messy explosion22:03
dansmithsc68cal: yar22:03
mtreinishmriedem: must be one hell of a test to cause that kind of fallout22:03
mriedemmtreinish: 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_36222:03
mriedemthe rest is normal operating22:03
mriedemwell for negative tests sure22:04
mriedembut page your admin quick!22:04
sc68caldansmith: thx22:04
*** mfisher_ora has quit IRC22:04
openstackgerritBrant Knudson proposed openstack-dev/devstack: Keystone support deploy in uwsgi  https://review.openstack.org/25757122:04
mriedembknudson_: you're alive?!22:04
sc68calmtreinish: also thx. Didn't know you were a core since it's a couple layers of indirection via groups to you22:04
stevemarmriedem: of course he is22:04
bknudson_mriedem: where would I go?22:04
sc68cals/core/core for grenade22:04
mtreinishsc68cal: I'm core on everything under qa22:04
mtreinishwhich is a lot of things now :)22:05
sc68calright - but it was like grenade-release -> qa-release -> you22:05
mtreinishit's hard to keep track of it all sometimes22:05
openstackrecheckConsole logs not available after 13:22s for gate-tempest-dsvm-full-kilo 262923,10,34491f722:05
mtreinishheh, yep I do that on purpose to make it somewhat automatic whenever we add a project22:06
mtreinishI guess it doesn't make it easy to find22:06
mriedembknudson_: idk, just haven't seen you22:07
*** vgridnev_ has quit IRC22:07
bknudson_mriedem: I'm in my office22:07
bknudson_you're the one who's too busy22:07
mtreinishsc68cal: on https://review.openstack.org/#/c/254927/ isn't this for all tables, not just the jobs view?22:08
mriedemi'll make it a point to stop by for interoffice small talk22:08
*** salv-orlando has joined #openstack-qa22:09
mriedemregXboi: 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_36222:09
mriedemregXboi: are you familiar?22:09
mriedemhttp://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%2222:09
regXboilooking22:10
regXboimriedem: yeah I'm familiar - let me get you the email pointer22:10
mriedemjust looking for a bug22:10
mriedemnvm i see it22:10
sc68calmtreinish: I believe so. Did I do it a little too well, meaning it shouldn't be default for everything?22:11
mriedemhttps://review.openstack.org/#/c/264599/22:11
regXboiok... the prolem was trying to get a FIP from an IPv6 subnet22:11
regXboiand that doesn't really work well22:11
regXboilike at all22:11
*** Swami has joined #openstack-qa22:11
regXboimriedem: I was asking about that myself this morning :)22:11
*** salv-orl_ has quit IRC22:11
mtreinishsc68cal: no just the commit message says jobs view22:11
sc68calmtreinish: ah. I can amend22:12
mtreinishsc68cal: you should be able to inline edit it :)22:12
sc68calindeed - doing it now :)22:12
mtreinishI think that'll prevent spinning off new jobs22:12
openstackgerritFederico Ressi proposed openstack-dev/devstack: Don't reinstall package just after installing.  https://review.openstack.org/26207422:13
openstackgerritSean M. Collins proposed openstack/openstack-health: Change table sorting to default to reverse  https://review.openstack.org/25492722:13
openstackgerritFederico Ressi proposed openstack-dev/devstack: Don't die when yum fails.  https://review.openstack.org/26306122:14
*** castulo has joined #openstack-qa22:16
openstackgerritMerged openstack-infra/elastic-recheck: Remove query for bug 1501435  https://review.openstack.org/26348822:16
openstackbug 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 IRC22:16
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for neutron ipv6 floating ip bug 1531706  https://review.openstack.org/26498922:18
openstackbug 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 IRC22:20
*** aopincar has joined #openstack-qa22:21
*** rossella_s has quit IRC22:21
*** rossella_s has joined #openstack-qa22:22
openstackgerritDan Nguyen proposed openstack/tempest: Adds auth_version property to dashboard config  https://review.openstack.org/26435422:24
jlvillalStrange 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
jlvillalAnd the last lines of the grenade log are here: http://paste.openstack.org/show/483273/22:27
openstackgerritScott DAngelo proposed openstack-dev/grenade: Add copying new api-paste.ini to Cinder upgrade  https://review.openstack.org/26499522:34
*** regXboi has quit IRC22:34
openstackgerritMatthew Treinish proposed openstack/openstack-health: Improve pandas usage in test_runs_aggregator  https://review.openstack.org/26498422:35
mtreinishtimothyb89, jhesketh, david-lyle: when you get a sec: https://review.openstack.org/264967 and https://review.openstack.org/264984 would be good to land22:35
mtreinishboth address tracebacks from health.o.o22:36
openstackrecheckConsole logs not available after 13:22s for gate-horizon-dsvm-integration 257630,5,8373a6422:36
mtreinishjlvillal: I've not seen that before, maybe attach an strace to apt-get to see if it's actually doing anything22:37
jlvillalmtreinish: Thanks. Doing a 'ps axww' I can see that the jobs are stopped (T).22:38
*** openstackrecheck has quit IRC22:39
*** openstackrecheck has joined #openstack-qa22:39
*** aopincar has quit IRC22:39
openstackgerritTim Buckley proposed openstack/openstack-health: Improve error feedback in web interface.  https://review.openstack.org/26499722:40
openstackgerritMerged openstack-infra/elastic-recheck: Add query for neutron ipv6 floating ip bug 1531706  https://review.openstack.org/26498922:40
openstackbug 1531706 in neutron "API job fails with ExternalIpAddressExhausted" [Critical,Fix released] https://launchpad.net/bugs/1531706 - Assigned to Kevin Benton (kevinbenton)22:40
openstackgerritHardik Italia proposed openstack/tempest: Added tests for dvr router for port update & multiple subnets.  https://review.openstack.org/20235122:41
jlvillalmtreinish: Hmm. It is stopped by signal SIGTTIN22:41
jlvillalWhich means that it is trying to get input.22:42
jlvillalIf I understand it correctly22:42
jlvillallifeless: I did as mtreinish suggested and attached strace to it and saw it was stopped by SIGTTIN22:42
openstackgerritMerged openstack/openstack-health: Handle uninitialized session in api methods  https://review.openstack.org/26496222:43
*** nicholas_ has quit IRC22:43
openstackgerritMerged openstack/openstack-health: Change table sorting to default to reverse  https://review.openstack.org/25492722:44
*** pglass has quit IRC22:44
openstackgerritKyle Mestery proposed openstack-dev/devstack: rpc_backend: Conditionally enable rabbit on fedora  https://review.openstack.org/26499922:48
*** pglass has joined #openstack-qa22:48
openstackgerritMerged openstack/openstack-health: Handle empty response in the run aggregator  https://review.openstack.org/26496722:51
*** pglass has quit IRC22:53
*** mriedem has quit IRC22:54
sc68calsdague: 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 error22:54
sc68calhttp://logs.openstack.org/35/187235/12/experimental/gate-grenade-dsvm-neutron-multinode/29ea1f6/console.html#_2016-01-07_19_51_53_61722:54
*** step6829 has quit IRC22:54
sc68calI don't know if I gave it enough22:54
sc68calah that's right he's probably gone. Stuipd PST tz22:54
*** slowrie has joined #openstack-qa22:54
* sc68cal is too used to being EST22:54
timothyb89mtreinish: +2'd, looks like that fixes all the errors I can find22:54
*** openstackrecheck has quit IRC22:55
*** openstackrecheck has joined #openstack-qa22:55
*** rossella_s has quit IRC22:56
mtreinishsc68cal: sdague is just a slacker22:57
mtreinishtimothyb89: thanks, I'm looking at your api error patch now22:58
sc68calcareful mtreinish - your nose will grow telling all those lies22:58
*** dims_ has joined #openstack-qa23:00
mtreinishsc68cal: it's only 6pm how would you describe that :)23:01
*** dims has quit IRC23:01
sc68caldinner time23:01
mtreinishheh, fair enough23:01
mtreinishsc68cal: btw did you see: https://wiki.openstack.org/wiki/QA/CodeSprintMitakaBoston23:01
sc68calmtreinish: ah, thanks.23:02
sc68calyeah i'll be there23:02
*** jecarey_ has joined #openstack-qa23:02
clarkbsc68cal: have a link to the change that should've fixed it? I can see if it is applied23:02
sc68calclarkb: https://review.openstack.org/#/c/263877 - it's probably just me being impatient23:03
*** moravec has joined #openstack-qa23:04
clarkbcould be, but I will double check and make sure jjb is owrking properly23:04
clarkbsc68cal: thats not a project config change23:04
*** jecarey has quit IRC23:05
sc68calclarkb: oops. sorry. https://review.openstack.org/26493823:05
*** erlon has quit IRC23:06
*** jecarey_ has quit IRC23:07
clarkbsc68cal: it is set correctly on jenkins01 at least, now to check the other 623:07
sc68calclarkb: thx23:08
clarkbyup all should be good now23:10
openstackgerritDavid Paterson proposed openstack/tempest: Migrate verify-tempest-config to new cliff cli framework  https://review.openstack.org/24724023:10
openstackgerritTim Buckley proposed openstack/openstack-health: Improve error feedback in web interface.  https://review.openstack.org/26499723:10
*** mragupat_ has quit IRC23:20
*** Swami_ has joined #openstack-qa23:21
*** jasonsb has quit IRC23:23
*** safchain has quit IRC23:23
openstackrecheckConsole logs not available after 13:21s for gate-tempest-dsvm-full 258180,8,193096a23:23
*** Swami has quit IRC23:24
jlvillalI 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
jlvillalThis is on my local system.23:30
mtreinishjlvillal: likely with GIT_BASE, although I've never done that before23:32
jlvillalmtreinish: 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
jlvillalmtreinish: Thanks though. I will keep digging...23:33
*** chem has quit IRC23:37
*** tochi has joined #openstack-qa23:39
*** dims_ has quit IRC23:39
mtreinishI thought you could use it to point it to a dir23:39
mtreinishjlvillal: oh BASE_DEVSTACK_{REPO, BRANCH, DIR}23:40
jlvillalmtreinish: Ah thanks! I will look at that23:43
*** mriedem has joined #openstack-qa23:44
*** dims_ has joined #openstack-qa23:45
openstackrecheckConsole logs not available after 13:24s for gate-keystone-pep8 264342,3,896724f23:46
*** castulo has quit IRC23:47
*** shardy has quit IRC23:48
*** weshay_xchat has quit IRC23:49
*** dims_ has quit IRC23:50
openstackgerritMerged openstack/openstack-health: Fix label on 2nd page with custom grouping  https://review.openstack.org/26484123:51
*** nicholasgoracke has joined #openstack-qa23:52
*** nicholasgoracke has quit IRC23:52

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