mriedem | mtreinish: anything come out of the multinode n-net testing discussion? | 00:02 |
---|---|---|
mtreinish | mriedem: https://review.openstack.org/#/c/270528/1 | 00:03 |
*** rbak has joined #openstack-qa | 00:03 | |
mtreinish | but I suspect it'll fail on neutron | 00:03 |
mriedem | nice | 00:04 |
mtreinish | oh, yep it really does: https://jenkins01.openstack.org/job/gate-tempest-dsvm-neutron-full/19558/console | 00:05 |
mriedem | :/ | 00:07 |
mriedem | can't win | 00:07 |
mriedem | let's just remove nova-net | 00:07 |
mtreinish | if we make devstack work well for everyone with neutron I'm totally fine with that | 00:08 |
mtreinish | although I understand n-net, neutron still confuses me once you get past a basic setup | 00:09 |
*** jlwhite has joined #openstack-qa | 00:09 | |
*** rbak has quit IRC | 00:12 | |
*** ccneill_ has joined #openstack-qa | 00:14 | |
*** ccneill_ has quit IRC | 00:18 | |
*** weshay has quit IRC | 00:19 | |
openstackrecheck | Console logs not available after 13:27s for gate-keystone-linters 269824,6,d2d3800 | 00:20 |
*** jlwhite has quit IRC | 00:22 | |
*** mriedem is now known as mriedem_dinner | 00:28 | |
clarkb | mtreinish: hrm so neutron didn't like the change to use public? | 00:29 |
*** dims has quit IRC | 00:29 | |
*** pvaneck has quit IRC | 00:30 | |
*** itzikb has quit IRC | 00:30 | |
mtreinish | clarkb: I kinda expected that, because networks are tenant scoped in neutron, we'd have to have tempest create a network name public on every tenant when it's created | 00:32 |
clarkb | huh | 00:32 |
clarkb | mtreinish: and you already create one called private? | 00:32 |
mtreinish | no, but I think it's a weird artifact of how the ssh code works in tempest | 00:33 |
mtreinish | it's all a mess | 00:33 |
*** itzikb has joined #openstack-qa | 00:34 | |
mtreinish | clarkb: oh: http://logs.openstack.org/28/270528/1/check/gate-tempest-dsvm-neutron-large-ops/c42313c//console.html#_2016-01-21_00_01_08_871 | 00:34 |
openstackrecheck | Console logs not available after 13:25s for gate-swift-python27 270523,1,1d3910d | 00:35 |
mtreinish | its different than I thought the public network exists, but you can't attach directly to it | 00:35 |
* mtreinish wonders what "It" is? | 00:36 | |
*** ccneill_ has joined #openstack-qa | 00:37 | |
clarkb | not allowed to create ya what it isn't allowed | 00:38 |
openstackrecheck | openstack-dev/devstack change: https://review.openstack.org/267538 failed because of: gate-tempest-dsvm-large-ops: https://bugs.launchpad.net/bugs/1491949 https://bugs.launchpad.net/bugs/1500615 | 00:38 |
openstack | Launchpad bug 1491949 in OpenStack Compute (nova) "gate-tempest-dsvm-large-ops fails to deallocate instance network due to rpc timeout" [Medium,Confirmed] | 00:38 |
openstack | Launchpad bug 1500615 in OpenStack Compute (nova) "Large Ops scenario is taking too long" [High,Confirmed] | 00:38 |
oomichi | mtreinish: hi, are you still there? | 00:38 |
mtreinish | oomichi: sort of | 00:38 |
oomichi | mtreinish: cool :) | 00:38 |
oomichi | mtreinish: sometimes, people propose negative tests to tempest still now | 00:39 |
oomichi | mtreinish: these tests are not integration tests in many cases, and they are not good to merge them into tempest | 00:39 |
*** rbak has joined #openstack-qa | 00:40 | |
oomichi | mtreinish: how about implementing them in each project own repo with external plugin? | 00:40 |
oomichi | mtreinish: even if core projects | 00:40 |
*** markvoelker_ has quit IRC | 00:41 | |
mtreinish | oomichi: you honestly don't even need to use tempest to test it. Most of them are very shallow and just need the db and the api service | 00:41 |
mtreinish | you can test it much faster as a functional test that doesn't require a full cloud | 00:41 |
*** Swami has quit IRC | 00:42 | |
oomichi | mtreinish: yeah, most(all) cases can be covered with functional tests of each own repo. | 00:42 |
mtreinish | there are a few exceptions, where the negative check is a real integration point between projects and I think those would be ok to have in tempest | 00:42 |
mtreinish | we came up with that rule back in HK because of all those 1 line shallow negative fuzz tests | 00:43 |
*** hitalia has quit IRC | 00:43 | |
oomichi | but sometimes I aslo want to check the validation works fine on a full cloud which is delpoyed with devstack | 00:43 |
mtreinish | and those still don't belong in tempest | 00:43 |
mtreinish | oomichi: for example? | 00:43 |
oomichi | mtreinish: when changing validation framework on project side, as a sample | 00:44 |
oomichi | like nova v2.0 -> nova v2.1 | 00:44 |
mtreinish | oomichi: oh, to compare that things work the same before and after when you adopt jsonschema | 00:45 |
oomichi | but these cases are fine if implementing them in each own repo and testing them with tempest external plugin | 00:45 |
oomichi | mtreinish: yeah, right. | 00:46 |
mtreinish | oomichi: so plugins enable anyone to do whatever they want, that's kinda the point :) | 00:46 |
mtreinish | so if a project wanted to do that we can't really stop them | 00:46 |
oomichi | mtreinish: and we have a plan to implement swagger which is also a kind of framework, so I still want to test negative cases on nova | 00:47 |
mtreinish | I just don't think its worth it when you weigh it against the maint. cost of having all those tests | 00:47 |
mtreinish | oomichi: well, I don't think we'll remove the negative tests that are already in tree | 00:47 |
oomichi | mtreinish: "tree" means "tempest tree" ? | 00:48 |
mtreinish | right, if there are tests already no one has proposed removing them | 00:48 |
oomichi | I can agree with that because refstack also uses some negative tests. | 00:49 |
mtreinish | I just don't want to repeat the pre-HK summit situation where all those negative tests for requests with random fuzz input | 00:49 |
oomichi | mtreinish: big +1 :) | 00:49 |
oomichi | this question cames from https://review.openstack.org/#/c/257255/ | 00:49 |
mtreinish | I think targetted negative tests that go deeper than the db or cross a service boundary are also probably fine too | 00:50 |
mtreinish | oomichi: that's a weird case, it's a fuzz test on neutron through nova :) | 00:51 |
*** ajmiller has joined #openstack-qa | 00:51 | |
mtreinish | well fuzz isn't the right word | 00:51 |
mtreinish | it's neglecting to use a required arg | 00:51 |
mtreinish | oomichi: what is your opinion on it? | 00:52 |
mtreinish | the docs on the topic are kinda out of date: http://docs.openstack.org/developer/tempest/HACKING.html#negative-tests | 00:53 |
oomichi | mtreinish: that just checks rest api layer, so +1 for jordan's opinion | 00:53 |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-full 267004,7,a9d303f | 00:53 |
mtreinish | I don't think anyone has pushed patch using that framework in a very long time :) | 00:53 |
oomichi | mtreinish: yeah, right ;) | 00:53 |
oomichi | mtreinish: so I'd like to clarify *new* negative tests need to be implemented with tempest external plugins for all projects by keeping the existing negative ones in tempest tree. | 00:54 |
oomichi | mtreinish: is this fine for you? | 00:55 |
mtreinish | oomichi: I think you should push a patch to update the docs and explain things clearly. (especially why) and then link that in to 257255 | 00:55 |
boris-42 | mtreinish: hi | 00:55 |
oomichi | mtreinish: yeah, I will do that :) | 00:55 |
boris-42 | mtreinish: are you going to change this line https://github.com/openstack/tempest/blob/master/tools/install_venv_common.py#L106 in future? | 00:55 |
boris-42 | mtreinish: to force version of pip <8? | 00:56 |
boris-42 | mtreinish: currently rally verify is broken because of that | 00:56 |
*** rbak has quit IRC | 00:57 | |
mtreinish | oomichi: well I question the need to specifically say external plugins, because I think for most cases using a tempest plugin to do negative testing is the wrong approach | 00:57 |
mtreinish | boris-42: it's not that function, it's your virtualenv version | 00:57 |
mtreinish | boris-42: you must be pulling in virtualenv 14 which will put pip8 in the venv | 00:57 |
boris-42 | mtreinish: so basically you can take at our logs | 00:58 |
boris-42 | mtreinish: http://logs.openstack.org/06/270506/4/check/gate-rally-dsvm-verify-light/6f052b4/rally-verify/6_verify_start_--set_smoke_--xfails-file_expected_failures.yaml.txt.gz | 00:58 |
mtreinish | boris-42: why do you even use that script? just do 'virtualenv tempest-env && tempest-env/bin/pip install -U -r requirements' it's basically the same thing but then you can control the install story | 00:59 |
mtreinish | oh, the issue there is actually -U | 00:59 |
oomichi | mtreinish: are you saying "we need to implement negative tests in each project repo *without* external plugin interface as possible" ? | 00:59 |
oomichi | because most negative test cases are just checking api layer and they don't need devstack env, right? | 01:00 |
mtreinish | oomichi: well I think whether its a plugin or not isn't the issue. I think doing negative testing at the black box level is inefficient | 01:01 |
*** hitalia has joined #openstack-qa | 01:01 | |
mtreinish | and by saying you should do it in a plugin is saying you should do it via black box testing | 01:01 |
mtreinish | oomichi: I think if we just say, do it outside of tempest (whether as an external plugin or a more targetted functional test) | 01:03 |
*** safchain has quit IRC | 01:03 | |
oomichi | mtreinish: I guess I understand your idea. so the black box testing should not be static. ideally it should be implemented with fuzz framework as black box testing, right? | 01:04 |
boris-42 | mtreinish: yep -U is the thing that breaks stuff | 01:04 |
boris-42 | mtreinish: if we just remove it it will work well for us | 01:04 |
boris-42 | mtreinish: so basically we run this script https://github.com/openstack/tempest/blob/master/tools/install_venv.py that runs that one | 01:04 |
mriedem_dinner | mtreinish: what was the fix to keep pip 8 from installing in venvs? | 01:05 |
boris-42 | mtreinish: in any case it's broken now and I believe it will be nice to fix it | 01:05 |
oomichi | mtreinish: the best way is the combination of external plugin + fuzz framework. | 01:05 |
*** mriedem_dinner is now known as mriedem | 01:05 | |
*** jacky-zhang has joined #openstack-qa | 01:05 | |
mtreinish | mriedem_dinner: constraints protects the regular jobs from pulling in virtualenv 14 | 01:05 |
mriedem | oh that's right my venv is too new | 01:05 |
mtreinish | mriedem_dinner: constraints boris-42 so that whole code path is kinda crusty and there isn't a reason to use it. install_venv_common was from oslo-incubator | 01:06 |
mtreinish | it was the common abstraction of what every project was doing for run_tests.sh back in the grizzly days | 01:07 |
boris-42 | mtreinish: ok we will remove usage of it from rally verify | 01:07 |
boris-42 | mtreinish: maybe it makes sense to remove those scripts then? | 01:07 |
boris-42 | mtreinish: or at least add some deprecation notes | 01:08 |
mtreinish | boris-42: I'm kinda surprised we manually run pip install -U pip>1.4 in there | 01:08 |
mtreinish | boris-42: we can straight up remove it, we just need to update run_tests.sh to do the venv creation | 01:08 |
mtreinish | err run_tests.sh and run_tempest.sh | 01:08 |
mtreinish | removing those would break people | 01:08 |
*** salv-orlando has quit IRC | 01:09 | |
boris-42 | mtreinish: yep | 01:10 |
boris-42 | mtreinish: so it should be deprecated first | 01:10 |
*** hitalia has quit IRC | 01:11 | |
mtreinish | boris-42: you can just remove tools/install_venv* but in the same patch you just need to update the calls in run_(tests|tempest).sh to call virtualenv directly instead | 01:11 |
openstackrecheck | openstack/nova change: https://review.openstack.org/213094 failed gate-grenade-dsvm-multinode in the gate queue with an unrecognized error | 01:11 |
mriedem | mtreinish: ah i see https://github.com/openstack/nova/blob/master/tools/install_venv_common.py#L116 | 01:12 |
mriedem | yeah we should cap that to pip<8 | 01:12 |
mriedem | because running py27 locally is busted | 01:12 |
mtreinish | mriedem: well if you use run_tests.sh | 01:13 |
mriedem | mtreinish: we dont | 01:13 |
mtreinish | but who does that | 01:13 |
mriedem | nova removed that | 01:13 |
mriedem | oh snap no we didn't | 01:13 |
mtreinish | then why is install_venv_common still there | 01:13 |
mtreinish | that's the only path that would get called from | 01:13 |
mriedem | or yes we did https://github.com/openstack/nova/commit/2dc5d9f8632c83c9bc7ee6871c6631edf69a5570 | 01:14 |
mriedem | ok yeah, my problem was blindly pip install upgrading pip and virtualenv | 01:14 |
openstackgerrit | Sean M. Collins proposed openstack-dev/devstack: Begin new lib/neutron https://review.openstack.org/168438 | 01:15 |
boris-42 | mtreinish: actually in case of rally | 01:15 |
boris-42 | mtreinish: if we remove that script | 01:15 |
boris-42 | mtreinish: we will break a lot of old releases | 01:16 |
*** zhangjn has joined #openstack-qa | 01:16 | |
boris-42 | mtreinish: so maybe we can just fix it? | 01:16 |
boris-42 | mtreinish: and deprecate for now | 01:16 |
openstackgerrit | Matthew Treinish proposed openstack/tempest: Remove virtualenv management scripts from oslo-incubator https://review.openstack.org/270564 | 01:21 |
mtreinish | boris-42: the tools dir were just helper utilities we never had any guarantees on them. They aren't even packaged in the sdist | 01:22 |
mtreinish | you have to check out the repo to get them | 01:22 |
boris-42 | mtreinish: so your patch will break *all* rally releases | 01:22 |
boris-42 | mtreinish: please let's depracate them | 01:23 |
boris-42 | mtreinish: we will remove from rally | 01:23 |
boris-42 | mtreinish: usage of it | 01:23 |
boris-42 | mtreinish: and after we get at least 1 working release in Rally we will remove them from tempest | 01:23 |
mtreinish | boris-42: TBH, I don't understand how or why they're being used in rally | 01:23 |
boris-42 | mtreinish: this line https://github.com/openstack/rally/blob/master/rally/verification/tempest/tempest.py#L200 | 01:24 |
boris-42 | mtreinish: so "rally verify" installs tempest via this command | 01:25 |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 203751,17,3781d1b | 01:26 |
*** j20012 has quit IRC | 01:28 | |
*** jpas has quit IRC | 01:29 | |
mtreinish | boris-42: so you clone tempest from source and then run that command. Why? I mean that just seems like a bad idea to depend on a git version of any dependency. I want to say we won't break but things slip up | 01:29 |
mtreinish | you don't install lib dependencies from git, it's the same thing | 01:29 |
mtreinish | boris-42: but anyway I've got to go now we can pick this up later (or in the review) | 01:31 |
boris-42 | mtreinish: ok | 01:35 |
*** jecarey has joined #openstack-qa | 01:38 | |
openstackrecheck | Console logs not available after 13:21s for gate-horizon-dsvm-integration 270542,1,0232e72 | 01:40 |
*** jpas has joined #openstack-qa | 01:41 | |
*** jecarey has quit IRC | 01:43 | |
*** zhangjn has quit IRC | 01:45 | |
*** zhangjn has joined #openstack-qa | 01:51 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-postgres-full 270528,1,0ff9948 | 01:53 |
*** dims has joined #openstack-qa | 01:54 | |
*** erlon has quit IRC | 01:56 | |
*** hoangcx has joined #openstack-qa | 01:57 | |
*** zhangjn has quit IRC | 01:58 | |
*** ccneill_ has quit IRC | 02:05 | |
*** ylobankov has joined #openstack-qa | 02:06 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-multinode 267152,3,3c1c607 | 02:07 |
gmann | mtreinish: oomichi : request for review - https://review.openstack.org/#/c/265051/ | 02:15 |
gmann | mtreinish: oomichi i really want this before migration to lib otherwise i have to do all compute clients changes twice | 02:16 |
*** zhangjn has joined #openstack-qa | 02:16 | |
*** bochi-michael has joined #openstack-qa | 02:20 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 269291,2,058a969 | 02:21 |
openstackgerrit | David Paterson proposed openstack/tempest: Add unit tests for account generator https://review.openstack.org/270576 | 02:22 |
*** yamamoto has joined #openstack-qa | 02:23 | |
*** woodster_ has quit IRC | 02:26 | |
*** zackf has joined #openstack-qa | 02:29 | |
phschwartz | I am gettig an error when doing a run_tespest.sh and I don't have much experience with running tempest. Anyone able to take a look at the error and point me in the right direction? http://paste.openstack.org/show/484489/ | 02:30 |
*** zhangjn has quit IRC | 02:32 | |
*** akshai has joined #openstack-qa | 02:35 | |
*** yamamoto has quit IRC | 02:37 | |
*** yamamoto has joined #openstack-qa | 02:37 | |
*** akshai has quit IRC | 02:40 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 190273,25,10360de | 02:41 |
*** nicholasgoracke has joined #openstack-qa | 02:43 | |
*** ylobankov has quit IRC | 02:44 | |
*** yamamoto has quit IRC | 02:46 | |
*** itzikb has quit IRC | 02:47 | |
clarkb | phschwartz: no module named subunit make sure you have installed tempest properly | 02:48 |
*** jasonsb has joined #openstack-qa | 02:48 | |
*** vilobhmm111 has left #openstack-qa | 02:53 | |
openstackrecheck | Console logs not available after 13:26s for gate-grenade-dsvm 270565,1,26a9611 | 02:54 |
*** yamahata has quit IRC | 03:00 | |
openstackgerrit | Merged openstack-dev/devstack: Remove vme and ssse3 from gate64 cpu mapping https://review.openstack.org/269742 | 03:00 |
*** dgonzalez has quit IRC | 03:03 | |
*** bkopilov has quit IRC | 03:04 | |
oomichi | gmann: thanks for doing that, nice implementation. just comments about docstring thing. | 03:06 |
phschwartz | clarkb: I follows the docs on the o.o doc site the venv that was built by run_tempest also looks to have had python-subunit installed as a dep | 03:06 |
gmann | oomichi: Thanks a lot. I will check | 03:07 |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-npm-run-test 270553,2,c1e7b57 | 03:08 |
*** binbincong has joined #openstack-qa | 03:11 | |
*** agireud has quit IRC | 03:11 | |
*** dgonzalez has joined #openstack-qa | 03:13 | |
*** shuquan has joined #openstack-qa | 03:14 | |
*** agireud has joined #openstack-qa | 03:15 | |
openstackrecheck | Console logs not available after 13:22s for gate-horizon-npm-run-lint 259236,17,e2cfc0e | 03:21 |
*** cody-somerville_ has joined #openstack-qa | 03:22 | |
*** oomichi is now known as oomichi_away | 03:23 | |
openstackgerrit | fengzhr proposed openstack/tempest: There is no api for searching images with size https://review.openstack.org/270585 | 03:25 |
*** agireud has quit IRC | 03:27 | |
*** shuquan has quit IRC | 03:30 | |
*** shuquan has joined #openstack-qa | 03:31 | |
*** zhangjn has joined #openstack-qa | 03:34 | |
mriedem | phschwartz: run_tempest.sh with -V eventually calls this https://github.com/openstack/tempest/blob/master/tools/install_venv_common.py#L116 | 03:35 |
mriedem | phschwartz: and pip 8 is busted | 03:35 |
openstackrecheck | Console logs not available after 13:25s for gate-grenade-dsvm 270073,2,724a473 | 03:35 |
mriedem | phschwartz: i'm not sure how much people are actually supposed to be using run_tempest.sh, I would think you should just run it via tox | 03:36 |
*** shausy has joined #openstack-qa | 03:36 | |
phschwartz | mriedem: I am open to suggestions. I have not run it much beyond run_tempest.sh | 03:36 |
phschwartz | mriedem: and yeah still in a pip <8.0 | 03:37 |
mriedem | d-g runs it via tox https://github.com/openstack-infra/devstack-gate/blob/master/devstack-vm-gate.sh#L733 | 03:37 |
mriedem | phschwartz: but did you see if you had pip 8 in the ven? | 03:37 |
mriedem | *venv | 03:37 |
*** shuquan has quit IRC | 03:38 | |
*** yamamoto_ has joined #openstack-qa | 03:39 | |
phschwartz | mriedem: no pip 7.1.3 in venv. Do I just run tox from the tempest dir. Never tried running it with tox before | 03:39 |
mriedem | yeah i think so | 03:39 |
*** dgonzalez has quit IRC | 03:39 | |
*** dgonzalez has joined #openstack-qa | 03:40 | |
phschwartz | i will have to try it with both. The -V might be a quick fix as I figure out tox for it | 03:40 |
mriedem | run_tempest.sh might just be buggy since it doubt it's maintained given it's now how tempest is run in the gate | 03:40 |
mriedem | *i doubt | 03:40 |
mriedem | but mtreinish was talking about something related in here earlier | 03:40 |
mriedem | phschwartz: what is your virtualenv version? | 03:42 |
mriedem | that needs to be <14 | 03:42 |
*** dims has quit IRC | 03:42 | |
*** armax has quit IRC | 03:42 | |
openstackgerrit | leoyyoung proposed openstack/tempest: The admin infos are in auth section, correcct in configuration.rst https://review.openstack.org/270587 | 03:43 |
phschwartz | mriedem: it is <14 | 03:43 |
openstackrecheck | Console logs not available after 13:23s for gate-nova-python27 270344,2,f4aa839 | 03:49 |
*** zackf has quit IRC | 03:50 | |
*** zackf has joined #openstack-qa | 03:51 | |
*** agireud has joined #openstack-qa | 03:52 | |
*** tochi has joined #openstack-qa | 03:52 | |
openstackgerrit | Xav Paice proposed openstack/tempest: Cap Pip<8 due to pip bug https://review.openstack.org/270588 | 03:53 |
*** shausy has quit IRC | 03:57 | |
openstackrecheck | Console logs not available after 13:25s for gate-nova-python34 248989,74,ee66acc | 04:02 |
*** vgridnev has joined #openstack-qa | 04:05 | |
openstackgerrit | Merged openstack-dev/devstack: Support for logging the nova-dhcpbridge command line https://review.openstack.org/269706 | 04:08 |
openstackgerrit | Merged openstack-dev/devstack: Remove vme and ssse3 from gate64 cpu mapping https://review.openstack.org/269743 | 04:09 |
*** Poornima has joined #openstack-qa | 04:09 | |
*** mriedem has quit IRC | 04:12 | |
openstackgerrit | Merged openstack-dev/devstack: Make OSprofiler repo and branch configurable https://review.openstack.org/267888 | 04:13 |
*** zackf has quit IRC | 04:14 | |
*** zackf has joined #openstack-qa | 04:14 | |
openstackrecheck | Console logs not available after 13:22s for experimental-tempest-dsvm-multinode-full-dibtest 254063,3,0d22370 | 04:16 |
*** armax has joined #openstack-qa | 04:20 | |
*** bkopilov has joined #openstack-qa | 04:26 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-neutron-full 264510,1,5c22214 | 04:29 |
*** vgridnev has quit IRC | 04:35 | |
*** zhangjn has quit IRC | 04:36 | |
openstackrecheck | Console logs not available after 13:24s for gate-grenade-dsvm 270417,1,6e03d02 | 04:42 |
*** coolsvap|away is now known as coolsvap | 04:49 | |
*** nicholasgoracke has quit IRC | 04:50 | |
openstackrecheck | Console logs not available after 13:27s for gate-tempest-dsvm-postgres-full 269965,1,8957474 | 04:56 |
openstackrecheck | openstack/nova change: https://review.openstack.org/263430 failed because of: gate-grenade-dsvm-multinode: unrecognized error, gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1526737 https://bugs.launchpad.net/bugs/1532809 https://bugs.launchpad.net/bugs/1355573 | 04:56 |
openstack | Launchpad bug 1526737 in OpenStack Compute (nova) "Race between nova-network and dnsmasq allocating ips" [High,In progress] - Assigned to Dan Smith (danms) | 04:56 |
openstack | Launchpad bug 1532809 in OpenStack Compute (nova) "Gate failures when DHCP lease cannot be acquired" [Undecided,New] | 04:56 |
openstack | Launchpad bug 1355573 in OpenStack Compute (nova) "tempest volume scenarios periodically fail /w SSHTimeout" [Undecided,New] | 04:56 |
openstackrecheck | openstack/requirements change: https://review.openstack.org/267725 failed because of: gate-tempest-dsvm-neutron-full: https://bugs.launchpad.net/bugs/1509004 | 04:57 |
openstack | Launchpad bug 1509004 in neutron ""test_dualnet_dhcp6_stateless_from_os" failures seen in the gate" [Medium,Confirmed] | 04:57 |
*** vgridnev has joined #openstack-qa | 04:58 | |
*** david-lyle has quit IRC | 05:02 | |
*** david-lyle has joined #openstack-qa | 05:03 | |
*** zhangjn has joined #openstack-qa | 05:05 | |
*** markvoelker has joined #openstack-qa | 05:07 | |
openstackrecheck | Console logs not available after 13:24s for gate-grenade-dsvm-multinode 264014,11,ac53a28 | 05:10 |
*** markvoelker has quit IRC | 05:12 | |
*** SridharG has joined #openstack-qa | 05:12 | |
*** markvoelker has joined #openstack-qa | 05:12 | |
openstackrecheck | Console logs not available after 13:29s for gate-tempest-dsvm-neutron-full 270591,1,4f3f2b7 | 05:24 |
*** SridharG has quit IRC | 05:28 | |
openstackgerrit | Piyush Pathak proposed openstack/tempest: Make 2 functions in network_client use **kwargs https://review.openstack.org/258848 | 05:32 |
*** cp16net has joined #openstack-qa | 05:34 | |
openstackrecheck | Console logs not available after 13:27s for gate-tempest-dsvm-full-ceph 206923,37,9d0e777 | 05:37 |
*** SridharG has joined #openstack-qa | 05:40 | |
*** vgridnev has quit IRC | 05:45 | |
*** jasonsb has quit IRC | 05:47 | |
*** shausy has joined #openstack-qa | 05:48 | |
openstackrecheck | Console logs not available after 13:38s for gate-nova-pep8 248989,75,b3960ed | 05:51 |
*** SridharG has quit IRC | 05:54 | |
*** Poornima_K has joined #openstack-qa | 05:56 | |
*** Poornima has quit IRC | 05:57 | |
cp16net | all trove gate jobs are failing building the image needed for the tests | 06:00 |
*** aopincar has joined #openstack-qa | 06:00 | |
*** markvoelker_ has joined #openstack-qa | 06:01 | |
*** hichihara has joined #openstack-qa | 06:02 | |
cp16net | looks like its something with pip version (i have a hunch its related to the pip 8.0 release since it started failing about a day ago) | 06:02 |
eliqiao | hi gmann , I get issue when run tempest case, can you tell how to use auth from /etc/openstack/cloud.yml instead of ./etc/tempest.conf | 06:03 |
*** Poornima_K has quit IRC | 06:03 | |
eliqiao | or anyone else here can give a hand on how to run tempest with `Dynamic Credentials` | 06:05 |
*** markvoelker has quit IRC | 06:05 | |
eliqiao | or, goacha, To enable dynamic credentials in the auth section with the use_dynamic_credentials option. | 06:05 |
*** markvoelker has joined #openstack-qa | 06:05 | |
*** Poornima has joined #openstack-qa | 06:06 | |
*** markvoelker_ has quit IRC | 06:06 | |
*** vgridnev has joined #openstack-qa | 06:08 | |
openstackgerrit | Yusuke Hayashi proposed openstack-dev/devstack: Rdo-release install failure under proxy https://review.openstack.org/270612 | 06:09 |
*** jasonsb has joined #openstack-qa | 06:10 | |
gmann | eliqiao: yea making use_dynamic_credentials true will do all thing, you just need admin cred in conf | 06:10 |
eliqiao | gmann: thx, I think I have some misleading with cloud.yaml, if using cloud.yaml file, I need to set use_dynamic_credentials=false. | 06:11 |
*** oomichi_away is now known as oomichi | 06:11 | |
eliqiao | gmann: I will try as you said. | 06:11 |
gmann | eliqiao: yea that is another way to run tempest with pre provisioned cred | 06:12 |
gmann | eliqiao: but use_dynamic_credentials=true will make things easy for you | 06:12 |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm-multinode 270585,1,f32723f | 06:14 |
openstackrecheck | openstack/nova change: https://review.openstack.org/254434 failed gate-grenade-dsvm-multinode in the gate queue with an unrecognized error | 06:14 |
eliqiao | gmann: okay, thanks. one more question: I use oslo-config-generator to generate a oslo.conf file, but the conf file only contains oslo_concurrency and DEFAULT section. Is this an issue? | 06:15 |
*** gamado has joined #openstack-qa | 06:15 | |
eliqiao | gmann: I need to copy the tempest.conf example file from #link http://docs.openstack.org/developer/tempest/sampleconf.html | 06:16 |
*** jasonsb has quit IRC | 06:16 | |
eliqiao | PS: I am using latest master branch and did nothing changes. | 06:16 |
gmann | eliqiao: yea, | 06:16 |
gmann | eliqiao: should work | 06:16 |
gmann | eliqiao: by default use_dynamic_credentials is true in tempest so should work as it is | 06:17 |
*** yfried has quit IRC | 06:17 | |
cp16net | looks like its related to pip source changing and tripleo-image-elements needs an update https://review.openstack.org/#/c/270494/ | 06:18 |
*** zhangjn has quit IRC | 06:20 | |
*** neeti has joined #openstack-qa | 06:21 | |
eliqiao | gmann: I added admin creds, but still not work, can you help to check http://paste.openstack.org/show/484498/ | 06:22 |
gmann | eliqiao: just 1 min. ll check | 06:22 |
*** zhangjn has joined #openstack-qa | 06:23 | |
*** _nadya_ has joined #openstack-qa | 06:24 | |
*** vgridnev has quit IRC | 06:26 | |
*** SridharG has joined #openstack-qa | 06:29 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-multinode 270588,1,2afaa9f | 06:31 |
gmann | eliqiao: you conf for admin cred | 06:32 |
*** piyush_ has joined #openstack-qa | 06:32 | |
eliqiao | gmann: ya.. | 06:32 |
eliqiao | I shoud miss something ? | 06:33 |
gmann | eliqiao: admin_username, admin_tenant_name admin_password | 06:33 |
gmann | eliqiao: do you have these in tempest.conf | 06:33 |
eliqiao | gmann: yes, I have them | 06:34 |
gmann | eliqiao: not commented right? | 06:34 |
gmann | eliqiao: can you please paste those on paste.org | 06:34 |
eliqiao | gmann: see the first several lines of http://paste.openstack.org/show/484498/ | 06:34 |
eliqiao | gmann: okay | 06:34 |
eliqiao | gmann: http://paste.openstack.org/show/484504/ | 06:35 |
eliqiao | gmann: seems I need [identity] section | 06:39 |
gmann | eliqiao: auth_url is None there | 06:39 |
piyush_ | Hi Gmann: | 06:40 |
gmann | eliqiao: yea in identity section you need cfg.StrOpt('uri', | 06:40 |
gmann | help="Full URI of the OpenStack Identity API (Keystone), v2"), | 06:40 |
gmann | cfg.StrOpt('uri_v3', | 06:40 |
gmann | help='Full URI of the OpenStack Identity API (Keystone), v3'), | 06:40 |
gmann | eliqiao: set those which is used to get token from keystone and then tempest start creating cred using that token | 06:40 |
gmann | piyush_: hi | 06:41 |
piyush_ | gmann: can you please have a look on he https://jenkins04.openstack.org/job/gate-tempest-python34/1414/console and help me what are the changes needed in patch | 06:41 |
piyush_ | gmann: | 06:41 |
piyush_ | https://review.openstack.org/#/c/258848/12/tempest/tests/common/test_dynamic_creds.py | 06:41 |
gmann | piyush_: ok, I will check | 06:41 |
piyush_ | gmann: thanks | 06:41 |
*** yamahata has joined #openstack-qa | 06:41 | |
gmann | piyush_: np | 06:41 |
*** zhangjn has quit IRC | 06:44 | |
openstackrecheck | Console logs not available after 13:21s for gate-tempest-dsvm-neutron-src-os-brick 269867,4,7617a9f | 06:44 |
eliqiao | gmann: ah, bingo. thanks, it works after set uri and uri_v3 | 06:45 |
eliqiao | gmann: BTW, what's uri and url mean? | 06:45 |
gmann | eliqiao: ok. those are used for getting token from keystone | 06:45 |
eliqiao | gmann: Thank you very much :) I google them by http://stackoverflow.com/questions/4913343/what-is-the-difference-between-uri-url-and-urn | 06:47 |
*** vgridnev has joined #openstack-qa | 06:47 | |
gmann | eliqiao: oh you mean difference between uri and url | 06:48 |
*** hoangcx has quit IRC | 06:48 | |
gmann | eliqiao: yea url mainly locator | 06:48 |
gmann | eliqiao: yea nice explanation in mentioned link :) | 06:48 |
eliqiao | gmann: ah, thanks for your help, you are nice. thanks again. | 06:49 |
gmann | eliqiao: np! :) | 06:49 |
*** hoangcx has joined #openstack-qa | 06:50 | |
eliqiao | oh goacha, uri is 'a' resource , url is a set of rescources. :) | 06:51 |
*** anshul has joined #openstack-qa | 06:51 | |
*** Poornima has quit IRC | 06:52 | |
*** zhangjn has joined #openstack-qa | 06:58 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 264133,3,1bb365f | 06:58 |
*** zhangjn has quit IRC | 06:58 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/elastic-recheck: Remove argparse from requirements https://review.openstack.org/270414 | 06:58 |
*** zhangjn has joined #openstack-qa | 06:59 | |
*** Poornima has joined #openstack-qa | 07:04 | |
*** agireud has quit IRC | 07:04 | |
*** achanda has quit IRC | 07:06 | |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm-multinode 189843,30,f4cb8b1 | 07:11 |
*** yfried has joined #openstack-qa | 07:13 | |
*** agireud has joined #openstack-qa | 07:16 | |
*** neeti has quit IRC | 07:17 | |
*** rcernin has joined #openstack-qa | 07:20 | |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm 269380,2,211ce57 | 07:25 |
*** vgridnev has quit IRC | 07:26 | |
*** sshnaidm has quit IRC | 07:27 | |
*** neeti has joined #openstack-qa | 07:36 | |
*** itzikb has joined #openstack-qa | 07:36 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full 263166,2,542740d | 07:38 |
openstackgerrit | Masayuki Igawa proposed openstack/openstack-health: [WIP] Add parameter for options in URL https://review.openstack.org/270643 | 07:42 |
*** safchain has joined #openstack-qa | 07:48 | |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Separate base microversion client and compute client https://review.openstack.org/265051 | 07:53 |
openstackrecheck | Console logs not available after 13:24s for gate-horizon-npm-run-lint 259236,18,27b6442 | 07:53 |
*** hoangcx_ has joined #openstack-qa | 08:00 | |
*** hoangcx has quit IRC | 08:00 | |
*** ihrachys has joined #openstack-qa | 08:01 | |
*** mkoderer_ is now known as mkoderer | 08:03 | |
*** achanda has joined #openstack-qa | 08:06 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-multinode 257638,3,60c1f04 | 08:07 |
*** zhangjn has quit IRC | 08:09 | |
*** zhangjn_ has joined #openstack-qa | 08:09 | |
*** tosky has joined #openstack-qa | 08:09 | |
*** zhangjn has joined #openstack-qa | 08:11 | |
*** Serlex has joined #openstack-qa | 08:11 | |
*** achanda has quit IRC | 08:13 | |
*** zhangjn_ has quit IRC | 08:14 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 267962,8,c5b085f | 08:21 |
*** ajo_ is now known as ajo | 08:24 | |
toabctl_ | is it somehow possible (via tempest.conf) to disable tempest tests from external plugins (in my case I want to disable the manila tempest tests) ? | 08:25 |
gmann | toabctl_: you can only disable by uninstalling the plugin or do not run specific plugin tests via regex | 08:27 |
toabctl_ | hm. that's bad | 08:27 |
*** vgridnev has joined #openstack-qa | 08:27 | |
*** hoangcx_ is now known as hoangcx | 08:28 | |
toabctl_ | the tempest tests are not separated from the manila core code. so regex is the only option I guess | 08:28 |
openstackgerrit | Itzik Brown proposed openstack/tempest: qos basic scenario https://review.openstack.org/217177 | 08:29 |
openstackgerrit | Masayuki Igawa proposed openstack/openstack-health: [WIP] Add parameter for options in URL https://review.openstack.org/270643 | 08:32 |
*** gfidente has joined #openstack-qa | 08:32 | |
*** gfidente has quit IRC | 08:32 | |
*** gfidente has joined #openstack-qa | 08:32 | |
openstackrecheck | Console logs not available after 13:26s for gate-grenade-dsvm 252809,5,6bc4dce | 08:34 |
*** agireud has quit IRC | 08:35 | |
*** yfried has quit IRC | 08:35 | |
*** yfried has joined #openstack-qa | 08:35 | |
*** hichihara has quit IRC | 08:35 | |
*** armax has quit IRC | 08:36 | |
*** shardy has joined #openstack-qa | 08:39 | |
openstackgerrit | Alex Petrov proposed openstack/tempest: Add a test for Get Service Catalog https://review.openstack.org/265905 | 08:39 |
openstackgerrit | Maho Koshiya proposed openstack/tempest: Add tests of port_id and fixed_ips in the attach interfaces nova API https://review.openstack.org/257255 | 08:44 |
*** agireud has joined #openstack-qa | 08:47 | |
*** jlanoux has joined #openstack-qa | 08:47 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm 265610,2,6447381 | 08:47 |
toabctl_ | gmann: what about the ServiceAvailableGroup config option for manila? | 08:48 |
gmann | toabctl_: yea that will useful if they use that in their tests | 08:49 |
*** yfried_ has joined #openstack-qa | 08:50 | |
toabctl_ | gmann: there is at least a config option and the config option is registered in the plugin. anything else that needs to be done? | 08:50 |
gmann | toabctl_: no, that is enough. add config option and skip tests based on that | 08:51 |
gmann | toabctl_: but make it true by default to not break devstack etc | 08:51 |
toabctl_ | gmann: so tempest is checking that and automatically skip the tests? | 08:52 |
gmann | toabctl_: tempest will not check, that should be checked in manila tempest plugin | 08:52 |
toabctl_ | gmann: it's true by default. it's just for local runs where manila is installed but not fully configured. | 08:52 |
gmann | toabctl_: config option should be added in manila tempest pluginc config option and skip tests in manila itself | 08:52 |
gmann | toabctl_: checking | 08:53 |
toabctl_ | gmann: http://git.openstack.org/cgit/openstack/manila/tree/manila_tempest_tests/plugin.py#n33 | 08:53 |
gmann | toabctl_: https://github.com/openstack/manila/blob/fe29873faf4ffd3275f1dc85d32c5e8104b8249c/manila_tempest_tests/tests/api/base.py#L185-L189 | 08:54 |
gmann | toabctl_: it seems they are skipping the tests | 08:54 |
*** yfried has quit IRC | 08:55 | |
toabctl_ | gmann: great. thanks! | 08:55 |
gmann | toabctl_: try by making that false in config | 08:55 |
*** dtantsur|afk is now known as dtantsur | 08:58 | |
openstackrecheck | Console logs not available after 13:21s for experimental-tempest-dsvm-multinode-full-dibtest 254063,3,886427b | 09:01 |
*** agireud has quit IRC | 09:05 | |
*** apevec has joined #openstack-qa | 09:08 | |
*** apevec has joined #openstack-qa | 09:08 | |
*** shausy has quit IRC | 09:08 | |
openstackgerrit | Masayuki Igawa proposed openstack/openstack-health: [WIP] Add parameter for options in URL https://review.openstack.org/270643 | 09:08 |
*** agireud has joined #openstack-qa | 09:09 | |
*** shausy has joined #openstack-qa | 09:09 | |
*** markvoelker has quit IRC | 09:12 | |
*** Liuqing has joined #openstack-qa | 09:12 | |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm-multinode 270612,1,553ffeb | 09:15 |
*** rossella_s has joined #openstack-qa | 09:18 | |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: Add a PINGABLE and a SSHABLE waiters https://review.openstack.org/259515 | 09:19 |
*** piyush_ has quit IRC | 09:20 | |
*** rossella_s has quit IRC | 09:21 | |
*** rossella_s has joined #openstack-qa | 09:21 | |
*** Guest45232 is now known as BobBall | 09:22 | |
*** drptbl has joined #openstack-qa | 09:24 | |
*** jordanP has joined #openstack-qa | 09:27 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-neutron-full 213112,19,04e26e4 | 09:28 |
openstackrecheck | openstack/nova change: https://review.openstack.org/233076 failed because of: gate-grenade-dsvm-multinode: unrecognized error, gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1463631, gate-tempest-dsvm-large-ops: https://bugs.launchpad.net/bugs/1500615, gate-tempest-dsvm-neutron-full: unrecognized error | 09:29 |
openstack | Launchpad bug 1463631 in grenade "60_nova/resources.sh:106:ping_check_public fails intermittently" [Undecided,Confirmed] | 09:29 |
openstack | Launchpad bug 1500615 in OpenStack Compute (nova) "Large Ops scenario is taking too long" [High,Confirmed] | 09:29 |
*** vgridnev has quit IRC | 09:32 | |
*** vgridnev has joined #openstack-qa | 09:33 | |
*** tochi has quit IRC | 09:36 | |
*** markvoelker has joined #openstack-qa | 09:42 | |
*** jacky-zhang has quit IRC | 09:42 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-postgres-full 248989,76,7e83ffc | 09:43 |
openstackrecheck | openstack/keystone change: https://review.openstack.org/266396 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/1526737 https://bugs.launchpad.net/bugs/1532809 https://bugs.launchpad.net/bugs/1355573 | 09:44 |
openstack | Launchpad bug 1526737 in OpenStack Compute (nova) "Race between nova-network and dnsmasq allocating ips" [High,In progress] - Assigned to Dan Smith (danms) | 09:44 |
openstack | Launchpad bug 1532809 in OpenStack Compute (nova) "Gate failures when DHCP lease cannot be acquired" [Undecided,New] | 09:44 |
openstack | Launchpad bug 1355573 in OpenStack Compute (nova) "tempest volume scenarios periodically fail /w SSHTimeout" [Undecided,New] | 09:44 |
*** sshnaidm has joined #openstack-qa | 09:44 | |
*** cp16net has quit IRC | 09:46 | |
*** cp16net has joined #openstack-qa | 09:47 | |
*** jordanP has quit IRC | 09:47 | |
*** markvoelker has quit IRC | 09:48 | |
*** zhangjn has quit IRC | 09:48 | |
*** jordanP has joined #openstack-qa | 09:51 | |
*** zhangjn has joined #openstack-qa | 09:52 | |
*** Liuqing has quit IRC | 09:52 | |
*** zhangjn has quit IRC | 09:53 | |
openstackrecheck | Console logs not available after 13:28s for gate-grenade-dsvm-multinode 270482,5,fd4c14c | 09:57 |
openstackgerrit | Igor Duarte Cardoso proposed openstack-dev/devstack: Automate OVS bridge creation for multiple mappings https://review.openstack.org/269797 | 09:58 |
*** tosky has quit IRC | 09:59 | |
*** hoangcx has quit IRC | 10:01 | |
openstackgerrit | Igor Duarte Cardoso proposed openstack-dev/devstack: Automate OVS bridge creation for multiple mappings https://review.openstack.org/269797 | 10:02 |
*** openstackgerrit has quit IRC | 10:02 | |
*** openstackgerrit has joined #openstack-qa | 10:02 | |
*** yamahata has quit IRC | 10:04 | |
openstackgerrit | Masayuki Igawa proposed openstack/openstack-health: Add parameters for options in URL https://review.openstack.org/270643 | 10:05 |
*** zhangjn has joined #openstack-qa | 10:05 | |
openstackrecheck | Console logs not available after 13:22s for gate-nova-python27 270658,1,e9330bc | 10:11 |
*** achanda has joined #openstack-qa | 10:11 | |
*** dtantsur is now known as dtantsur|brb | 10:15 | |
*** achanda has quit IRC | 10:17 | |
openstackgerrit | Joseph Lanoux proposed openstack/tempest: Add a PINGABLE and a SSHABLE waiters https://review.openstack.org/259515 | 10:19 |
*** Liuqing has joined #openstack-qa | 10:24 | |
*** aix has joined #openstack-qa | 10:24 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-neutron-dvr 259746,12,2e48271 | 10:24 |
masayukig | mtreinish: oomichi: If you have the time, could you have a look this? https://review.openstack.org/#/c/268328/ | 10:27 |
*** StevenK has quit IRC | 10:29 | |
*** rm_work has quit IRC | 10:29 | |
oomichi | masayukig: ps3 which you updated seems good for me. | 10:30 |
oomichi | pretty readable | 10:31 |
oomichi | masayukig: +2 | 10:32 |
*** rm_work has joined #openstack-qa | 10:32 | |
masayukig | thanks :) | 10:32 |
oomichi | masayukig: can you take a look at https://review.openstack.org/#/c/263982 ? not so difficult ;) | 10:33 |
*** zhangjn has quit IRC | 10:33 | |
masayukig | oomichi: sure | 10:33 |
oomichi | masayukig: 3q | 10:33 |
*** gszasz has joined #openstack-qa | 10:36 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 213094,14,6a6f2ff | 10:38 |
*** markvoelker has joined #openstack-qa | 10:39 | |
*** amotoki has quit IRC | 10:40 | |
*** drptbl has quit IRC | 10:40 | |
masayukig | oomichi: Test method's names are out of scope, right? such as test_add_list_remove_router_on_l3_agent(), _remove_network_from_dhcp_agent(), etc. | 10:41 |
oomichi | masayukig: oops, nice point. please -1 on that because the patch doesn't get +2 at all at this time | 10:41 |
masayukig | oomichi: oh, really? sure. | 10:42 |
oomichi | masayukig: sorry, waite | 10:42 |
oomichi | masayukig: sorry, matte | 10:42 |
oomichi | masayukig: is that api tests or scenario tests, or unit tests? | 10:43 |
masayukig | oomichi: api tests | 10:43 |
*** markvoelker has quit IRC | 10:44 | |
oomichi | masayukig: I am thinking it is difficult to change api/scenario test names because tempest consumers were specifying the tests by test names before | 10:44 |
oomichi | masayukig: refstack has been changed for specifying tests with uuid IIUC, but I am not sure the other consumers also do that already | 10:44 |
oomichi | masayukig: so in this case, I'd like to avoid changing the test names | 10:45 |
*** drptbl has joined #openstack-qa | 10:45 | |
masayukig | oomichi: hmm, sure. I've already put +2 on it. | 10:45 |
oomichi | masayukig: thanks :) | 10:45 |
openstackrecheck | Console logs not available after 13:24s for gate-nova-python27 250757,14,398abf9 | 10:51 |
*** cdent has joined #openstack-qa | 10:51 | |
*** StevenK has joined #openstack-qa | 10:53 | |
*** tosky has joined #openstack-qa | 10:57 | |
*** e0ne has joined #openstack-qa | 10:58 | |
*** dims has joined #openstack-qa | 11:04 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-pep8 217177,23,440c3c9 | 11:05 |
*** aix has quit IRC | 11:07 | |
*** aysyd has joined #openstack-qa | 11:07 | |
*** _nadya_ has quit IRC | 11:12 | |
jordanP | oomichi, masayukig while you are on a review spree. Could you have a quick look at https://review.openstack.org/#/c/265343 it's short | 11:14 |
oomichi | jordanP: sure, looking | 11:16 |
jordanP | ty | 11:16 |
jordanP | the general idea is that there should be one way, and only one way to create a test serve | 11:16 |
jordanP | r | 11:16 |
jordanP | imo we should make this a general rule, -1 patches that add yet another wrapper around common method | 11:17 |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm-multinode 223953,6,2e7ff04 | 11:18 |
oomichi | jordanP: nice patch :) | 11:20 |
oomichi | jordanP: I am not so strict for blocking patches which use bare client methods | 11:21 |
oomichi | jordanP: sometimes, wrapper methods make problems difficult to be investigated | 11:21 |
jordanP | oomichi, yeah okay if the bare client is used inside the test; not inside another wrapper/utility method | 11:22 |
oomichi | jordanP: case by case | 11:22 |
jordanP | yep, you're right | 11:22 |
*** _nadya_ has joined #openstack-qa | 11:22 | |
oomichi | jordanP: btw, thanks for https://review.openstack.org/#/c/263982/ :) | 11:23 |
jordanP | you're welcome | 11:23 |
*** ajo has quit IRC | 11:24 | |
*** ajo has joined #openstack-qa | 11:25 | |
openstackgerrit | Ghanshyam Mann proposed openstack/qa-specs: Sync requirements from global requirements https://review.openstack.org/270744 | 11:28 |
*** Poornima has quit IRC | 11:28 | |
*** vgridnev has quit IRC | 11:31 | |
*** vgridnev has joined #openstack-qa | 11:31 | |
*** yamamoto_ has quit IRC | 11:31 | |
openstackrecheck | Console logs not available after 13:24s for gate-grenade-dsvm-multinode 259931,7,54c9f82 | 11:31 |
*** rfolco has joined #openstack-qa | 11:32 | |
*** markvoelker has joined #openstack-qa | 11:34 | |
gmann | oomichi: https://review.openstack.org/270744, https://review.openstack.org/#/c/270745/1 https://review.openstack.org/#/c/270720/ | 11:35 |
gmann | oomichi: lets see how it goes | 11:35 |
*** ccarmack has joined #openstack-qa | 11:36 | |
*** markvoelker has quit IRC | 11:39 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-liberty 267642,5,12252c8 | 11:45 |
openstackgerrit | Ghanshyam Mann proposed openstack/tempest: Separate base microversion client and compute client https://review.openstack.org/265051 | 11:47 |
*** drptbl has quit IRC | 11:47 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full 233622,6,84d40d1 | 11:59 |
*** drptbl has joined #openstack-qa | 11:59 | |
*** aix has joined #openstack-qa | 12:03 | |
*** boris-42 has quit IRC | 12:03 | |
*** drptbl has quit IRC | 12:03 | |
*** cdent has quit IRC | 12:05 | |
*** drptbl has joined #openstack-qa | 12:05 | |
*** cdent has joined #openstack-qa | 12:06 | |
*** coolsvap is now known as coolsvap|away | 12:07 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-cells 270686,1,342e2a0 | 12:12 |
*** bkopilov has quit IRC | 12:13 | |
*** dtantsur|brb is now known as dtantsur | 12:13 | |
*** achanda has joined #openstack-qa | 12:14 | |
*** vgridnev has quit IRC | 12:16 | |
*** vgridnev has joined #openstack-qa | 12:18 | |
*** raildo-afk is now known as raildo | 12:20 | |
*** achanda has quit IRC | 12:20 | |
*** erlon has joined #openstack-qa | 12:24 | |
*** ylobankov has joined #openstack-qa | 12:24 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 245369,6,c4bda78 | 12:25 |
*** oomichi is now known as oomichi_away | 12:26 | |
*** markvoelker has joined #openstack-qa | 12:29 | |
*** oomichi_away has quit IRC | 12:31 | |
*** ylobankov has quit IRC | 12:33 | |
*** markvoelker has quit IRC | 12:35 | |
*** jordanP has quit IRC | 12:36 | |
openstackrecheck | Console logs not available after 13:37s for gate-tempest-dsvm-neutron-full 267725,2,816b6df | 12:39 |
*** ylobankov has joined #openstack-qa | 12:41 | |
openstackgerrit | Itzik Brown proposed openstack/tempest: qos basic scenario https://review.openstack.org/217177 | 12:41 |
*** ccarmack has left #openstack-qa | 12:45 | |
*** ylobankov has quit IRC | 12:50 | |
openstackrecheck | Console logs not available after 13:28s for gate-tempest-dsvm-neutron-full-kilo 264323,8,422e68e | 12:53 |
*** tochi has joined #openstack-qa | 12:56 | |
openstackgerrit | Alex Petrov proposed openstack/tempest: Add a test for checking a cascade (enable-disable) operation for a project https://review.openstack.org/270177 | 12:57 |
*** tochi has quit IRC | 12:57 | |
openstackgerrit | Alex Petrov proposed openstack/tempest: Add a test for 'Delete subtree' Identity API V3 method https://review.openstack.org/269701 | 13:01 |
openstackgerrit | Alex Petrov proposed openstack/tempest: Add a test for checking a cascade (enable-disable) operation for a project https://review.openstack.org/270177 | 13:03 |
*** ihrachys has quit IRC | 13:04 | |
*** ihrachys has joined #openstack-qa | 13:05 | |
openstackrecheck | Console logs not available after 13:26s for gate-grenade-dsvm 265601,12,72d8537 | 13:06 |
*** jamielennox is now known as jamielennox|away | 13:07 | |
*** amotoki has joined #openstack-qa | 13:12 | |
openstackgerrit | Yusuke Hayashi proposed openstack-dev/devstack: Rdo-release install failure under proxy https://review.openstack.org/270612 | 13:12 |
*** nicholasgoracke has joined #openstack-qa | 13:15 | |
*** weshay_xchat has joined #openstack-qa | 13:18 | |
*** weshay_xchat is now known as weshay | 13:18 | |
*** nicholasgoracke has quit IRC | 13:20 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-multinode 233076,27,4d023ec | 13:20 |
*** markvoelker has joined #openstack-qa | 13:24 | |
*** markvoelker has quit IRC | 13:29 | |
*** nicholasgoracke has joined #openstack-qa | 13:32 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-neutron-full 246600,17,cfdc5fb | 13:34 |
*** vgridnev has quit IRC | 13:34 | |
openstackgerrit | Alex Petrov proposed openstack/tempest: Add a test for checking a cascade (enable-disable) operation for a project https://review.openstack.org/270177 | 13:36 |
*** nicholasgoracke has quit IRC | 13:36 | |
*** vgridnev has joined #openstack-qa | 13:36 | |
*** annemccormick has joined #openstack-qa | 13:46 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-full 252458,13,5e1f146 | 13:47 |
openstackgerrit | Alex Petrov proposed openstack/tempest: Add a test for 'Delete subtree' Identity API V3 method https://review.openstack.org/269701 | 13:47 |
*** yamamoto has joined #openstack-qa | 13:48 | |
*** yamamoto has quit IRC | 13:49 | |
*** bkopilov has joined #openstack-qa | 13:49 | |
cdent | I have really mixed feelings on this "make jobs non-voting" when they regularly fail stuff. I get that we need to not stop the whole machine. But on the other hand unless it hurts, nothing will get fixed. So my head spins. | 13:50 |
*** markvoelker has joined #openstack-qa | 13:50 | |
*** yamamoto has joined #openstack-qa | 13:52 | |
*** markvoelker has quit IRC | 13:53 | |
*** markvoelker has joined #openstack-qa | 13:53 | |
yfried_ | what is the "Expected Fail" and how can I mark tests that are expected to fail? | 13:53 |
*** Liuqing has quit IRC | 13:56 | |
*** markvoelker has quit IRC | 13:57 | |
*** markvoelker has joined #openstack-qa | 13:59 | |
*** ansiwen is now known as ansiwen|afk | 13:59 | |
sdague | cdent: make it hurt so that it gets fixed assumes that the people getting hurt can fix things | 14:00 |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-full 253033,13,a4ee1b4 | 14:00 |
sdague | otherwise it's just torture | 14:00 |
sdague | or vengence | 14:01 |
cdent | one could argue that a tortured people's will eventually revolt against the powers that torture them | 14:01 |
cdent | but history doesn't really bear that out | 14:01 |
cdent | thus the head spin | 14:01 |
*** weshay has quit IRC | 14:01 | |
cdent | but my inner tester is really weirded out by the state of testing | 14:02 |
cdent | that part of me thinks it should be impossible to recheck | 14:02 |
*** shardy has quit IRC | 14:03 | |
sdague | when the tests are deterministic, I'm with you | 14:03 |
cdent | exactly, they aren't, that's a bug | 14:04 |
sdague | and when the test results can be overridden by humans, because humans have determined that this is not an issue | 14:04 |
cdent | (we've had this talk before and agreed that my idealism is nice, but not a part of the current world) | 14:04 |
sdague | yeh. We could prune everything back to deterministic only tests, it would mean to drop all the devstack ones | 14:05 |
sdague | we'd merge code a lot faster | 14:05 |
*** shardy has joined #openstack-qa | 14:05 | |
*** pc_m has quit IRC | 14:07 | |
*** lezbar has quit IRC | 14:07 | |
*** lezbar__ has joined #openstack-qa | 14:07 | |
*** pc_m has joined #openstack-qa | 14:07 | |
cdent | I know that at least some of the lack of determinism is the nature of the system, but some of it seems to be because of bad test design and flaky infrastructure. Given that our project is devoted to making better infrastructure, that seems...weird | 14:07 |
sdague | cdent: no real argument, but there are very few people working on that | 14:08 |
*** edmondsw has joined #openstack-qa | 14:08 | |
cdent | yeah, we've covered that ground before too ... :( | 14:08 |
cdent | I think the economics of the situation need adjustment, but I'm unable to identify the variables, nor the fulcrums | 14:09 |
*** bochi-michael has quit IRC | 14:11 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-multinode 267382,1,98ec8dd | 14:14 |
openstackgerrit | Ihar Hrachyshka proposed openstack-dev/devstack: neutron: enable ml2 mtu calculation mechanism https://review.openstack.org/267604 | 14:15 |
*** sabeen1 has joined #openstack-qa | 14:17 | |
*** achanda has joined #openstack-qa | 14:17 | |
*** weshay_xchat has joined #openstack-qa | 14:18 | |
*** jlanoux has quit IRC | 14:19 | |
*** nicholasgoracke has joined #openstack-qa | 14:20 | |
*** dkranz has joined #openstack-qa | 14:20 | |
*** sabeen3 has joined #openstack-qa | 14:21 | |
*** achanda has quit IRC | 14:23 | |
*** sabeen1 has quit IRC | 14:24 | |
*** raildo is now known as raildo-afk | 14:24 | |
*** mriedem has joined #openstack-qa | 14:28 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-neutron-full 270695,1,3d0ccca | 14:28 |
*** yamamoto has quit IRC | 14:28 | |
*** drptbl has quit IRC | 14:28 | |
*** ihrachys has quit IRC | 14:28 | |
*** nicholasgoracke has quit IRC | 14:36 | |
*** nicholasgoracke has joined #openstack-qa | 14:36 | |
*** ihrachys has joined #openstack-qa | 14:39 | |
*** drptbl has joined #openstack-qa | 14:40 | |
*** aopincar has quit IRC | 14:41 | |
*** regXboi has joined #openstack-qa | 14:41 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-postgres-full 269624,10,ae95b85 | 14:41 |
*** jffische has joined #openstack-qa | 14:44 | |
*** itzikb has quit IRC | 14:44 | |
*** jordanP has joined #openstack-qa | 14:48 | |
*** binbincong has quit IRC | 14:51 | |
*** binbincong has joined #openstack-qa | 14:52 | |
*** jecarey has joined #openstack-qa | 14:53 | |
*** mtanino has joined #openstack-qa | 14:54 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-neutron-src-glance_store 270701,1,ad28fb9 | 14:55 |
*** malini has joined #openstack-qa | 14:59 | |
*** jlanoux has joined #openstack-qa | 14:59 | |
*** vgridnev has quit IRC | 15:01 | |
*** ylobankov has joined #openstack-qa | 15:02 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:03 | |
*** yamamoto has joined #openstack-qa | 15:03 | |
*** nicholas_ has joined #openstack-qa | 15:04 | |
*** nicholasgoracke has quit IRC | 15:05 | |
*** boris-42 has joined #openstack-qa | 15:07 | |
*** nicholasgoracke has joined #openstack-qa | 15:07 | |
*** neeti has quit IRC | 15:08 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full-ceph 269135,2,bb9b1bf | 15:08 |
*** jasonsb has joined #openstack-qa | 15:09 | |
*** nicholas_ has quit IRC | 15:10 | |
*** gamado has quit IRC | 15:12 | |
*** rbak has joined #openstack-qa | 15:13 | |
*** ylobankov has quit IRC | 15:15 | |
openstackgerrit | Matthew Treinish proposed openstack-dev/devstack: Revert "set the validation path to fixed for n-net" https://review.openstack.org/270856 | 15:16 |
*** ylobankov has joined #openstack-qa | 15:16 | |
openstackgerrit | Matthew Treinish proposed openstack-dev/devstack: Revert "set the validation path to fixed for n-net" https://review.openstack.org/270857 | 15:16 |
mtreinish | mriedem, clarkb: https://review.openstack.org/#/c/270857/ | 15:17 |
*** ylobankov has quit IRC | 15:17 | |
*** achanda has joined #openstack-qa | 15:20 | |
*** achanda has quit IRC | 15:20 | |
*** ylobankov has joined #openstack-qa | 15:20 | |
*** achanda has joined #openstack-qa | 15:20 | |
*** ccarmack has joined #openstack-qa | 15:20 | |
*** jaypipes has joined #openstack-qa | 15:21 | |
*** ChanServ sets mode: +o jaypipes | 15:21 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-large-ops 270686,1,6cd9ff6 | 15:22 |
openstackgerrit | Monty Taylor proposed openstack-dev/devstack: Remove leftover homedir clouds.yaml files https://review.openstack.org/270860 | 15:22 |
*** jasonsb has quit IRC | 15:22 | |
*** ylobankov has quit IRC | 15:23 | |
*** zz_dimtruck is now known as dimtruck | 15:26 | |
*** jecarey has quit IRC | 15:26 | |
*** jecarey has joined #openstack-qa | 15:27 | |
*** jecarey has quit IRC | 15:28 | |
*** jecarey_ has joined #openstack-qa | 15:28 | |
*** mragupat has joined #openstack-qa | 15:28 | |
*** jlwhite has joined #openstack-qa | 15:29 | |
*** pglass has joined #openstack-qa | 15:29 | |
*** ansiwen|afk has quit IRC | 15:30 | |
*** ylobankov has joined #openstack-qa | 15:32 | |
*** nicholas_ has joined #openstack-qa | 15:32 | |
*** mfisher_ora has joined #openstack-qa | 15:32 | |
*** achanda has quit IRC | 15:33 | |
*** anshul has quit IRC | 15:35 | |
openstackrecheck | Console logs not available after 13:33s for gate-tempest-dsvm-postgres-full 254703,22,298b9f1 | 15:35 |
*** nicholas_ has quit IRC | 15:35 | |
*** nicholasgoracke has quit IRC | 15:36 | |
*** nicholasgoracke has joined #openstack-qa | 15:36 | |
*** nicholasgoracke has quit IRC | 15:36 | |
*** drptbl has quit IRC | 15:36 | |
*** nicholasgoracke has joined #openstack-qa | 15:36 | |
*** asselin__ has quit IRC | 15:37 | |
*** markvoelker has quit IRC | 15:38 | |
*** drptbl has joined #openstack-qa | 15:38 | |
*** asselin_ has joined #openstack-qa | 15:39 | |
*** jecarey_ has quit IRC | 15:43 | |
*** jecarey has joined #openstack-qa | 15:43 | |
*** amotoki has quit IRC | 15:44 | |
*** mragupat has quit IRC | 15:44 | |
*** mragupat has joined #openstack-qa | 15:45 | |
*** jecarey has quit IRC | 15:48 | |
mtreinish | mriedem, clarkb, dims: https://jenkins03.openstack.org/job/gate-grenade-dsvm-multinode/1897/consoleFull the revert caught bluebox on the first go around :) | 15:48 |
mriedem | failed already? | 15:49 |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm-multinode 269764,2,3a7088f | 15:49 |
mriedem | mtreinish: oh it passed | 15:49 |
mriedem | nice! | 15:49 |
mriedem | oh wait, no | 15:49 |
mriedem | setup was successful, test is still running | 15:49 |
mtreinish | well it hasn't gotten there yet | 15:49 |
mriedem | so we play the waiting game | 15:49 |
mriedem | which sucks | 15:49 |
mtreinish | but, if it works, then we'll know | 15:49 |
mriedem | who has hungry hungry hippos | 15:49 |
*** ylobankov has quit IRC | 15:55 | |
*** achanda has joined #openstack-qa | 15:55 | |
*** shardy has quit IRC | 15:57 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: Always cache tokens in a shared memcache https://review.openstack.org/270474 | 15:58 |
*** shardy has joined #openstack-qa | 15:59 | |
*** jecarey has joined #openstack-qa | 16:00 | |
sdague | mtreinish: so this is the thing that uses floating ips all the time for grenade again? | 16:00 |
sdague | that basically makes debugging those things an order of magnitude harder | 16:00 |
clarkb | sdague: you cannot use the private IPs to ssh from tempest | 16:01 |
mtreinish | sure, I'm not saying we land it as a straight revert. This is just a test to confirm for right now | 16:01 |
*** markvoelker has joined #openstack-qa | 16:01 | |
*** achanda has quit IRC | 16:02 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full 268701,2,8f7584c | 16:02 |
*** sshnaidm has quit IRC | 16:04 | |
*** jasonsb has joined #openstack-qa | 16:04 | |
*** SridharG has quit IRC | 16:07 | |
*** pcrews has joined #openstack-qa | 16:07 | |
mtreinish | clarkb: btw, did you see http://logs.openstack.org/28/270528/1/check/gate-grenade-dsvm-multinode/4c3bd9b/logs/grenade.sh.txt.gz#_2016-01-21_00_28_35_316 (that was with the patch which did s/PRIVATE/PUBLIC/) | 16:09 |
*** ylobankov has joined #openstack-qa | 16:09 | |
mtreinish | besides breaking every other job, it doesn't look like it fixed the issue | 16:09 |
*** rcernin has quit IRC | 16:09 | |
clarkb | mtreinish: I hadn't | 16:10 |
*** yamahata has joined #openstack-qa | 16:10 | |
*** yamamoto has quit IRC | 16:11 | |
*** yamamoto has joined #openstack-qa | 16:11 | |
*** yamamoto has quit IRC | 16:11 | |
clarkb | does that not use the 172.24.4.0/23 network? | 16:12 |
*** Serlex has quit IRC | 16:12 | |
*** yfried_ has quit IRC | 16:12 | |
*** amotoki has joined #openstack-qa | 16:13 | |
*** ylobankov has quit IRC | 16:14 | |
mtreinish | clarkb: d'oh, it's grenade: http://logs.openstack.org/28/270528/1/check/gate-grenade-dsvm-multinode/4c3bd9b/logs/old/tempest_conf.txt.gz | 16:14 |
*** jasonsb has quit IRC | 16:14 | |
mtreinish | so it's using liberty devstack to configure tempest :/ | 16:14 |
*** shausy has quit IRC | 16:14 | |
sdague | can someone summarize the perceived issue? | 16:14 |
clarkb | sdague: tempest cannot ssh to the VM private networks if the VM is on the other compute node | 16:15 |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-multinode 259515,15,75ae537 | 16:15 |
sdague | why did this just pop up? | 16:15 |
sdague | what changed? | 16:16 |
clarkb | sdague: tempest stoppped ssh ing to the public net | 16:16 |
clarkb | I summarized in a comment on 270528 | 16:16 |
mtreinish | sdague: its only really showing up on bluebox and internap, which I think accounts for the recentish spike | 16:16 |
clarkb | it won't be a 100% fail because ssh to the local VMs will work | 16:17 |
sdague | clarkb: when did that change? | 16:17 |
sdague | because I though that was months ago | 16:17 |
mtreinish | clarkb: well, it is 100% fail on those providers | 16:17 |
clarkb | I have no idea | 16:17 |
clarkb | I didn't make the change | 16:17 |
mtreinish | sdague: that change landed in dec | 16:18 |
*** jpas has quit IRC | 16:18 | |
sdague | ok | 16:18 |
clarkb | all I know is that that is not supported by the networking | 16:18 |
clarkb | and the networking is failing | 16:18 |
sdague | ok, but it was working in december | 16:18 |
mtreinish | err, no the liberty one landed more recently: https://review.openstack.org/#/c/263685/ | 16:18 |
mtreinish | which would be the cause of the issue because it's grenade | 16:18 |
*** bnemec has quit IRC | 16:18 | |
sdague | ok, so that's in the time window | 16:19 |
sdague | that's a what changed | 16:19 |
*** bnemec has joined #openstack-qa | 16:20 | |
sdague | although that's only synchronizing a value which is listed other places | 16:20 |
sdague | so there is probably a bigger unwind | 16:20 |
mtreinish | well the compute ssh_connect_method is a deprecated group for the validation option | 16:21 |
mtreinish | how does oslo.config handle that? | 16:21 |
*** vgridnev has joined #openstack-qa | 16:21 | |
sdague | mtreinish: before it was set, it was falling back to some default which was the other way | 16:21 |
sdague | even though we've told the config to go with fixed ips | 16:22 |
Sam-I-Am | sdague: nevermind, you're talking about the thing in here :) | 16:22 |
Sam-I-Am | the thing holding up 270417 | 16:22 |
Sam-I-Am | toomanyircchannels | 16:22 |
*** krtaylor has quit IRC | 16:23 | |
*** raildo-afk is now known as raildo | 16:24 | |
*** aix has quit IRC | 16:26 | |
mtreinish | sdague: oh, it's not a deprecated option: https://github.com/openstack/tempest/blob/master/tempest/config.py#L626-L633 | 16:27 |
mtreinish | I don't know if compute.ssh_connect_method was ever actually an option | 16:28 |
*** jvrbanac_ has joined #openstack-qa | 16:29 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-neutron-full 247396,4,b266214 | 16:29 |
mtreinish | going back to grizzly-eol it didn't exist there either... :/ | 16:29 |
sdague | yeh, I don't know, anyway, there is clean up there needed | 16:29 |
sdague | I approved the revert | 16:29 |
*** jvrbanac_ has quit IRC | 16:30 | |
mtreinish | clarkb: well, it still failed, but it's using the public ip now: http://logs.openstack.org/57/270857/1/check/gate-grenade-dsvm-multinode/9a36e7d//logs/grenade.sh.txt.gz#_2016-01-21_16_23_18_526 | 16:31 |
*** jvrbanac has joined #openstack-qa | 16:32 | |
clarkb | the console shows it did seem to get networking, next I guess check if the floating ip attach went well according to nova | 16:34 |
clarkb | ya I can see it on the subnode n-net log | 16:35 |
*** krtaylor has joined #openstack-qa | 16:35 | |
clarkb | now to check that we install the bridges correctly | 16:36 |
sdague | right, now I think you are just inside the ssh doesn't work bug, that has yet to be solved. | 16:38 |
clarkb | http://logs.openstack.org/57/270857/1/check/gate-grenade-dsvm-multinode/9a36e7d/console.html#_2016-01-21_15_46_57_048 and http://logs.openstack.org/57/270857/1/check/gate-grenade-dsvm-multinode/9a36e7d/console.html#_2016-01-21_15_47_18_020 look good to me | 16:38 |
*** jlwhite has quit IRC | 16:38 | |
mtreinish | clarkb: http://logs.openstack.org/57/270857/1/check/gate-grenade-dsvm-multinode/9a36e7d//logs/old/screen-n-api.txt.gz#_2016-01-21_16_16_27_822 is the floating ip attach request | 16:39 |
sdague | honestly, the api path has never been an issue with these, jump straight to the world dump and look at iptables | 16:40 |
mtreinish | although I don't see anything in the api log after the 202 for that request id | 16:40 |
sdague | mtreinish: the info line at the completion of the request | 16:41 |
sdague | so it should be the last thing with req-id | 16:41 |
mtreinish | which is a 202, which means it should have done a cast somewhere | 16:41 |
mtreinish | and the req id should be in the n-net or n-cpu logs | 16:42 |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-cells 253353,7,eba1ccd | 16:42 |
*** ccneill_ has joined #openstack-qa | 16:42 | |
sdague | sure, and it is, on the subnode | 16:47 |
sdague | http://logs.openstack.org/57/270857/1/check/gate-grenade-dsvm-multinode/9a36e7d//logs/subnode-2/old/screen-n-net.txt.gz#_2016-01-21_16_16_25_194 | 16:47 |
mtreinish | ugh, forgot it's multinode. I'm still not used to debuging with more than one set of logs | 16:48 |
*** grafuls has quit IRC | 16:49 | |
*** rcernin has joined #openstack-qa | 16:49 | |
*** ccneill_ is now known as ccneill | 16:49 | |
sdague | yep, which is part of why this is super hard | 16:49 |
sdague | but, honestly, I've not found anything in the call path that would be problematic to date | 16:50 |
*** yfried_ has joined #openstack-qa | 16:51 | |
*** vgridnev has quit IRC | 16:51 | |
*** bnemec has quit IRC | 16:52 | |
clarkb | it could be mtu issues similar to what neutron was running into | 16:52 |
clarkb | since nova net doesn't have an option to set those via dhcp iirc | 16:52 |
clarkb | if it does we can just set that instead | 16:52 |
*** dwalleck has joined #openstack-qa | 16:55 | |
openstackrecheck | Console logs not available after 13:22s for gate-glance_store-python27 270734,1,bb37029 | 16:56 |
mtreinish | clarkb: google shows some mtu stuff was added to n-net in juno by vish: https://review.openstack.org/#/q/topic:bp/better-support-for-multiple-networks,n,z | 16:56 |
clarkb | we can try setting that then | 16:56 |
*** vgridnev has joined #openstack-qa | 16:57 | |
*** davidlenwell has quit IRC | 16:58 | |
mtreinish | clarkb: it looks like it adds an api arg to set the mtu when the network is created: https://review.openstack.org/#/c/93759/30/doc/api_samples/os-extended-networks/network-create-req.json | 16:59 |
clarkb | mtreinish: that doesn't look like it is setting the mtu in the VMs via dhcp though (dhcp is set to false) | 16:59 |
*** davidlenwell has joined #openstack-qa | 16:59 | |
mtreinish | yeah, I didn't read closely enough | 17:00 |
clarkb | we need to tell cirros that its mtu is smaller than 1500 | 17:01 |
*** vgridnev has quit IRC | 17:01 | |
*** bnemec has joined #openstack-qa | 17:02 | |
mtreinish | ah, there is a network_device_mtu option in nova, or there was | 17:02 |
mtreinish | oh, qa meeting time, I'll dig up a link after | 17:02 |
jordanP | mtreinish, yes :) | 17:02 |
*** vgridnev has joined #openstack-qa | 17:02 | |
mtreinish | clarkb: https://github.com/openstack/nova/blob/a1151c5529fb48dfe0ba2971118394e73c27a982/nova/objects/network.py#L34 | 17:03 |
clarkb | mtreinish: will that affect how dhcp leases are hadned out? I suppose we can try it and see | 17:04 |
*** blogan is now known as patient-zer0-bl0 | 17:06 | |
*** patient-zer0-bl0 is now known as patient-0-bl0gan | 17:06 | |
*** dtantsur is now known as dtantsur|afk | 17:06 | |
*** coolsvap|away has quit IRC | 17:07 | |
*** hitalia has joined #openstack-qa | 17:08 | |
clarkb | I think we naively set the mtu to 1450 on the tunnel side | 17:08 |
clarkb | so we would want to tell cirros that or less | 17:08 |
clarkb | http://logs.openstack.org/57/270857/1/check/gate-grenade-dsvm-multinode/9a36e7d/console.html#_2016-01-21_15_46_41_591 | 17:08 |
openstackrecheck | Console logs not available after 13:23s for gate-horizon-pep8 244991,13,c9bc019 | 17:09 |
clarkb | another option is to supply that via config drive and a user script thing | 17:10 |
*** salv-orlando has joined #openstack-qa | 17:10 | |
clarkb | or I guess metadata service for multinode since config drive isn't migrateable | 17:10 |
*** jlwhite has joined #openstack-qa | 17:11 | |
openstackgerrit | Sean Dague proposed openstack-dev/devstack: Always cache tokens in a shared memcache https://review.openstack.org/270474 | 17:12 |
sdague | clarkb: config drive is now migratable I believe | 17:12 |
*** hitalia has quit IRC | 17:13 | |
*** ccarmack has quit IRC | 17:14 | |
*** ccarmack has joined #openstack-qa | 17:14 | |
clarkb | worth noting that if it is an MTU issue that bridging the private address space to the hypervisors will have the same problem. | 17:18 |
*** Swami has joined #openstack-qa | 17:21 | |
*** jogo has quit IRC | 17:22 | |
openstackgerrit | Alex Petrov proposed openstack/tempest: Identity V3: missing api coverage for 'Get Endpoint' method https://review.openstack.org/270928 | 17:22 |
openstackrecheck | Console logs not available after 13:23s for gate-cinder-python34 270730,1,2c85ab7 | 17:22 |
*** mragupat_ has joined #openstack-qa | 17:23 | |
*** cjmartinez is now known as castulo | 17:23 | |
*** jogo has joined #openstack-qa | 17:24 | |
*** mragupat has quit IRC | 17:26 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 17:27 | |
*** armax has joined #openstack-qa | 17:28 | |
*** nicholas_ has joined #openstack-qa | 17:29 | |
*** nicholasgoracke has quit IRC | 17:31 | |
*** drptbl has quit IRC | 17:32 | |
openstackrecheck | Console logs not available after 13:25s for gate-nova-python34 270658,2,d5c0be3 | 17:36 |
*** e0ne has quit IRC | 17:37 | |
*** safchain has quit IRC | 17:37 | |
*** hemna has quit IRC | 17:38 | |
openstackgerrit | Clint Adams proposed openstack-dev/devstack: Add script to autogenerate doc/source/plugin-registry.rst https://review.openstack.org/269920 | 17:40 |
*** stevebaker has quit IRC | 17:43 | |
*** _nadya_ has quit IRC | 17:44 | |
*** ccarmack has quit IRC | 17:47 | |
openstackrecheck | Console logs not available after 13:23s for gate-grenade-dsvm-multinode 248989,80,474938a | 17:49 |
*** davidlenwell has quit IRC | 17:50 | |
*** jasonsb has joined #openstack-qa | 17:52 | |
*** gszasz has quit IRC | 17:54 | |
*** davidlenwell has joined #openstack-qa | 17:55 | |
*** fesp has joined #openstack-qa | 17:56 | |
*** _nadya_ has joined #openstack-qa | 17:58 | |
*** yfried_ has quit IRC | 17:58 | |
*** ihrachys has quit IRC | 18:00 | |
*** jlanoux has quit IRC | 18:00 | |
*** aix has joined #openstack-qa | 18:01 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-neutron-full 265051,7,7c88ee0 | 18:03 |
*** sabeen3 has quit IRC | 18:04 | |
*** mragupat_ has quit IRC | 18:09 | |
*** gema_ is now known as gema | 18:09 | |
*** mragupat has joined #openstack-qa | 18:09 | |
*** nicholas_ has quit IRC | 18:10 | |
*** jordanP has quit IRC | 18:12 | |
*** mragupat has quit IRC | 18:13 | |
*** malini has quit IRC | 18:15 | |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm-multinode 270077,1,f854f89 | 18:17 |
*** ccarmack has joined #openstack-qa | 18:18 | |
*** itzikb has joined #openstack-qa | 18:19 | |
*** nicholasgoracke has joined #openstack-qa | 18:20 | |
*** ccarmack has quit IRC | 18:22 | |
*** ccarmack has joined #openstack-qa | 18:27 | |
*** stevebaker has joined #openstack-qa | 18:28 | |
openstackrecheck | Console logs not available after 13:28s for gate-tempest-dsvm-neutron-full 246600,17,c7836d9 | 18:30 |
*** rossella_s has quit IRC | 18:31 | |
*** tosky_ has joined #openstack-qa | 18:31 | |
*** rossella_s has joined #openstack-qa | 18:31 | |
*** woodster_ has joined #openstack-qa | 18:32 | |
*** fesp has quit IRC | 18:32 | |
*** tosky has quit IRC | 18:32 | |
*** tosky_ is now known as tosky | 18:32 | |
*** ccarmack has quit IRC | 18:36 | |
*** dtroyer has quit IRC | 18:38 | |
*** edmondsw has quit IRC | 18:41 | |
*** dtroyer has joined #openstack-qa | 18:41 | |
*** malini has joined #openstack-qa | 18:42 | |
openstackrecheck | Console logs not available after 13:28s for gate-horizon-npm-run-lint 259022,8,88062a5 | 18:44 |
*** gfidente is now known as gfidente|afk | 18:45 | |
*** sabeen has joined #openstack-qa | 18:46 | |
*** mriedem has quit IRC | 18:48 | |
*** ylobankov has joined #openstack-qa | 18:48 | |
*** sabeen3 has joined #openstack-qa | 18:49 | |
*** ccneill has quit IRC | 18:50 | |
*** mriedem has joined #openstack-qa | 18:51 | |
*** sabeen has quit IRC | 18:51 | |
*** hemna has joined #openstack-qa | 18:55 | |
*** e0ne has joined #openstack-qa | 18:57 | |
*** pvaneck has joined #openstack-qa | 18:57 | |
openstackrecheck | Console logs not available after 13:27s for gate-grenade-dsvm-multinode 233076,27,c62658e | 18:57 |
*** nicholas_ has joined #openstack-qa | 18:58 | |
*** nicholasgoracke has quit IRC | 18:58 | |
*** ccneill has joined #openstack-qa | 18:58 | |
*** santoshk has joined #openstack-qa | 18:58 | |
*** tosky has quit IRC | 19:01 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 19:02 | |
*** mragupat has joined #openstack-qa | 19:03 | |
*** jasonsb has quit IRC | 19:08 | |
*** jhenner has joined #openstack-qa | 19:11 | |
openstackrecheck | Console logs not available after 13:27s for gate-nova-docs 253556,10,65b5936 | 19:11 |
*** yamahata has quit IRC | 19:12 | |
*** fesp has joined #openstack-qa | 19:13 | |
*** sshnaidm has joined #openstack-qa | 19:14 | |
*** vhosakot has joined #openstack-qa | 19:14 | |
*** rbak_ has joined #openstack-qa | 19:16 | |
*** dwalleck has quit IRC | 19:17 | |
*** hitalia has joined #openstack-qa | 19:17 | |
*** aix has quit IRC | 19:19 | |
*** rbak has quit IRC | 19:20 | |
*** ylobankov has quit IRC | 19:21 | |
*** cdent has quit IRC | 19:22 | |
*** ylobankov has joined #openstack-qa | 19:22 | |
*** malini has quit IRC | 19:23 | |
openstackrecheck | Console logs not available after 13:24s for gate-grenade-dsvm-multinode 254950,13,0daa378 | 19:24 |
*** ylobankov has quit IRC | 19:25 | |
*** ylobankov has joined #openstack-qa | 19:28 | |
sigmavirus24 | jecarey: did you see https://review.openstack.org/270544 ? | 19:28 |
*** edmondsw has joined #openstack-qa | 19:29 | |
*** jffische has quit IRC | 19:30 | |
santoshk | Hello everyone, does anyone do any testing on system with 2 devstack setups with each having its own keystone services... | 19:32 |
santoshk | Testcase we are trying to test is basically we will have 2 (or more) such devstack setup where tacker server runs only on one devstack and will be able to spawn vnfs on both devstacks (local and also remote) | 19:33 |
santoshk | Are there any projects which do work like this.. | 19:33 |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm-multinode 202617,43,e3c1ca0 | 19:38 |
sdague | clarkb: I've been poking off / on with this issue for ever. Is there any signal we can send from a node that will hold it? Because people staring at things and getting lucky is too tedious. We need to see one of these envs live. | 19:39 |
*** gfidente|afk has quit IRC | 19:39 | |
anteaya | sdague: I think it would have to be a message to nodepool to not delete the node, however there would need to be some place for nodepool to say, hey I've got a node someone needs to look at | 19:40 |
anteaya | so something needs to tell nodepool to hold the node | 19:40 |
sdague | right, we know what the fails look like inside the node. | 19:41 |
*** yamahata has joined #openstack-qa | 19:41 | |
clarkb | there isnt currently anything like thst | 19:41 |
sdague | they are good enough to pattern match on | 19:41 |
sdague | but today the meatware is one person watch a bunch of job streams carefully | 19:42 |
sdague | send a message to #infra | 19:42 |
sdague | hope someone sees it fast enough to get the hold | 19:42 |
*** salv-orlando has quit IRC | 19:42 | |
sdague | probably write off a day looking for the failure you care about. | 19:42 |
sdague | which is why no one is looking any further at this issue | 19:43 |
clarkb | based on neutrons testing I bet it is an mtu issue | 19:44 |
sdague | could be | 19:45 |
clarkb | the problem with trying to do this automatically is we have little insight to job logs before the job completes | 19:45 |
clarkb | you cant poll for all logs on a host as the job runs | 19:46 |
sdague | no, we do, it's a running system | 19:46 |
sdague | we can watch those logs | 19:46 |
clarkb | where? | 19:46 |
sdague | on the control node | 19:46 |
clarkb | right you cant easily do thst | 19:46 |
sdague | why? | 19:47 |
clarkb | because the only connection from slave to zuul/nodepool is gearman | 19:47 |
sdague | ok | 19:48 |
sdague | and we can't make a topic which is "hold me" ? | 19:48 |
clarkb | so you have to build the logic into the job and return other results or completely change how we run jobs | 19:48 |
clarkb | sdague topic where? | 19:49 |
*** e0ne has quit IRC | 19:49 | |
sdague | I don't know the side back to nodepool | 19:50 |
sdague | but yes, we put a watcher in devstack-gate that tails the tempest log | 19:50 |
clarkb | its also a ddos vector | 19:50 |
sdague | yes, so is letting anyone upload a gerrit change | 19:51 |
openstackrecheck | Console logs not available after 13:21s for gate-grenade-dsvm 269173,3,0568cc3 | 19:51 |
clarkb | sdague but current system times you out | 19:52 |
sdague | however, we're at thousands of hours looking into this, because we have no way to programatically hold and inspect a node when it actually happens | 19:52 |
clarkb | holds are the anti time out | 19:52 |
sdague | so timeout holds after 6 hours | 19:52 |
clarkb | ok | 19:53 |
sdague | the important thing is that we don't put all our debuggers into busy waits getting frustrated looking for exactly the right fail and catching it. We know how to describe that that failure is. We could even flag the hold on / off on days when people say they have time to look at them. | 19:54 |
openstackgerrit | Ian Cordasco proposed openstack-dev/hacking: Update flake8 requirement for 0.11.0 https://review.openstack.org/270544 | 19:54 |
sdague | anyway, just thinking out loud how an ideal system would look here | 19:54 |
sdague | to figure out if there are any bits of it we could actually have | 19:54 |
clarkb | sdague: I think the prefered method is to not busy wait and reproduce directly instead | 19:55 |
sdague | clarkb: and exactly how does that happen with multinode jobs? | 19:55 |
sdague | that are timing based | 19:55 |
clarkb | the same as single node | 19:55 |
clarkb | its not timing | 19:55 |
clarkb | none of these issues have been timing | 19:55 |
clarkb | using unroutable IPs is deterministic | 19:56 |
clarkb | keystone not caching is deterministic | 19:56 |
sdague | I'm not talking about that issue | 19:56 |
sdague | all the easy to debug issues are easy | 19:56 |
sdague | I think we can agree on that | 19:56 |
sdague | the "I can't ssh to this thing" which has been around for 3 years | 19:57 |
sdague | not easy | 19:57 |
clarkb | then what are we talking about? | 19:57 |
clarkb | I think it is | 19:57 |
sdague | right, so have a dozen people | 19:57 |
clarkb | I think we have just ignored the answer for so long | 19:57 |
clarkb | mtus are wonky | 19:57 |
sdague | every 3 months, for the last 3 years | 19:57 |
*** ylobankov has quit IRC | 19:57 | |
*** jecarey_ has joined #openstack-qa | 19:57 | |
sdague | if you've got it solved for good and have patches, that's great. But we've been down this road before where "oh, clearly it's A" | 19:58 |
*** ccarmack has joined #openstack-qa | 19:58 | |
sdague | and it wasn't A | 19:58 |
*** vgridnev has quit IRC | 19:58 | |
clarkb | I dont have patches because I dont think nova supports the fix | 19:58 |
*** amotoki has quit IRC | 19:58 | |
*** amotoki has joined #openstack-qa | 19:58 | |
clarkb | which us tell cirros via dhcp what the mtu is | 19:58 |
*** jecarey_ has quit IRC | 19:59 | |
clarkb | and in fairness there has been >1 issue with this | 20:00 |
clarkb | dhcp fails sometimes, metadata fails sometimes, NAT fails sometimes etc | 20:01 |
*** jecarey__ has joined #openstack-qa | 20:01 | |
clarkb | so we likely have corrected specific problems | 20:01 |
*** jecarey has quit IRC | 20:01 | |
*** nicholas_ has quit IRC | 20:02 | |
*** austin81 has joined #openstack-qa | 20:03 | |
*** jecarey__ has quit IRC | 20:03 | |
sdague | right, but if we had hold mechanisms we could actually connect to the guest over the console, change the mtu on the guest console, and boom it's back. then we would know. | 20:03 |
*** jecarey has joined #openstack-qa | 20:03 | |
clarkb | you can also do thst deterministically on a local install | 20:04 |
sdague | ok, then write up a reproduce scenario | 20:04 |
clarkb | single node should even be sufficient I think | 20:04 |
sdague | got to run now, family outing. | 20:04 |
*** fesp has quit IRC | 20:04 | |
openstackrecheck | Console logs not available after 13:23s for gate-nova-docs 252389,12,f5a6707 | 20:05 |
*** ylobankov has joined #openstack-qa | 20:05 | |
*** nicholasgoracke has joined #openstack-qa | 20:07 | |
*** aysyd has quit IRC | 20:09 | |
openstackgerrit | Merged openstack/tempest: [sahara] adding new plugin versions to sahara tempest tests https://review.openstack.org/255968 | 20:11 |
*** vhosakot has quit IRC | 20:11 | |
openstackgerrit | Tim Buckley proposed openstack/openstack-health: Enable debounce in filter fields. https://review.openstack.org/271016 | 20:11 |
*** markvoelker has quit IRC | 20:11 | |
*** rfolco has quit IRC | 20:11 | |
*** jbernard has quit IRC | 20:15 | |
*** jbernard has joined #openstack-qa | 20:16 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-neutron-full 259746,12,1cb2f41 | 20:18 |
openstackgerrit | Tim Buckley proposed openstack/openstack-health: Enable caching of run metadata keys. https://review.openstack.org/271023 | 20:20 |
*** amotoki has quit IRC | 20:21 | |
*** dimtruck is now known as zz_dimtruck | 20:24 | |
*** vgridnev has joined #openstack-qa | 20:26 | |
*** ylobankov has quit IRC | 20:29 | |
*** krtaylor has quit IRC | 20:31 | |
*** markvoelker has joined #openstack-qa | 20:31 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-postgres-full 270790,1,32b2d56 | 20:32 |
*** sabeen3 has quit IRC | 20:32 | |
*** sabeen has joined #openstack-qa | 20:33 | |
*** zz_dimtruck is now known as dimtruck | 20:35 | |
*** jecarey has quit IRC | 20:36 | |
*** itzikb has quit IRC | 20:37 | |
*** _nadya_ has quit IRC | 20:40 | |
*** ylobankov has joined #openstack-qa | 20:44 | |
*** yarkot has joined #openstack-qa | 20:45 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full-ceph 245678,37,d07974b | 20:45 |
*** cdent has joined #openstack-qa | 20:47 | |
*** jamielennox|away is now known as jamielennox | 20:47 | |
*** mragupat has quit IRC | 20:47 | |
*** mragupat has joined #openstack-qa | 20:47 | |
mtreinish | timothyb89: working on responsiveness? :) | 20:48 |
*** ylobankov has quit IRC | 20:50 | |
*** yamahata has quit IRC | 20:52 | |
*** ylobankov has joined #openstack-qa | 20:53 | |
*** ccarmack has quit IRC | 20:54 | |
*** ccarmack has joined #openstack-qa | 20:58 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-neutron-large-ops 248989,80,f3e8f60 | 20:59 |
*** nicholasgoracke has quit IRC | 21:02 | |
*** ccarmack has quit IRC | 21:03 | |
*** pglass has quit IRC | 21:06 | |
*** yamahata has joined #openstack-qa | 21:06 | |
*** erlon has quit IRC | 21:06 | |
*** pglbutt has joined #openstack-qa | 21:07 | |
*** sabeen2 has joined #openstack-qa | 21:07 | |
*** sabeen has quit IRC | 21:10 | |
*** dimtruck is now known as zz_dimtruck | 21:11 | |
*** salv-orlando has joined #openstack-qa | 21:11 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 269135,2,fde5d67 | 21:12 |
*** jlwhite has quit IRC | 21:14 | |
*** jecarey has joined #openstack-qa | 21:15 | |
*** yarkot has quit IRC | 21:18 | |
*** annemccormick has quit IRC | 21:19 | |
*** jlwhite has joined #openstack-qa | 21:20 | |
*** ylobankov has quit IRC | 21:21 | |
*** jhenner has quit IRC | 21:22 | |
*** jlwhite has quit IRC | 21:23 | |
*** jlwhite has joined #openstack-qa | 21:23 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-neutron-full 247396,4,3f9ae54 | 21:26 |
*** nicholasgoracke has joined #openstack-qa | 21:27 | |
*** zz_dimtruck is now known as dimtruck | 21:29 | |
*** nicholasgoracke has quit IRC | 21:33 | |
timothyb89 | mtreinish: a bit, yes :) still a lot to do, but those were some nice quick fixes | 21:34 |
*** jdandrea has joined #openstack-qa | 21:39 | |
*** markvoelker has quit IRC | 21:39 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-full 270441,1,14248ee | 21:40 |
*** markvoelker has joined #openstack-qa | 21:41 | |
*** cdent has quit IRC | 21:42 | |
*** shardy has quit IRC | 21:43 | |
*** ajmiller_ has quit IRC | 21:49 | |
*** krtaylor has joined #openstack-qa | 21:53 | |
openstackrecheck | Console logs not available after 13:23s for gate-tempest-dsvm-full 206923,40,17713a8 | 21:53 |
*** Swami has quit IRC | 21:55 | |
*** Swami has joined #openstack-qa | 21:55 | |
*** dims_ has joined #openstack-qa | 21:56 | |
*** dims has quit IRC | 21:57 | |
*** markvoelker has quit IRC | 22:04 | |
*** nicholasgoracke has joined #openstack-qa | 22:06 | |
openstackrecheck | Console logs not available after 13:22s for gate-grenade-dsvm 193135,93,1f1f5b0 | 22:08 |
openstackgerrit | Jamie Lennox proposed openstack-dev/devstack: Put service users in a seperate domain https://review.openstack.org/271051 | 22:09 |
*** mfisher_ora has quit IRC | 22:12 | |
sigmavirus24 | jecarey: thoughts on adding more integration jobs to hacking's gate? | 22:17 |
sigmavirus24 | It's super easy to do | 22:17 |
*** regXboi has quit IRC | 22:19 | |
openstackrecheck | Console logs not available after 13:25s for gate-tempest-dsvm-neutron-dvr 270177,4,6563816 | 22:21 |
*** markvoelker has joined #openstack-qa | 22:24 | |
*** vgridnev has quit IRC | 22:25 | |
*** dkranz has quit IRC | 22:26 | |
jlvillal | dtroyer: do you recall if there have been any patches proposed in the past for devstack to set a PS4 variable? | 22:28 |
jlvillal | To help with debugging. For example: export PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }' | 22:28 |
*** rossella_s has quit IRC | 22:31 | |
*** rossella_s has joined #openstack-qa | 22:31 | |
*** ylobankov has joined #openstack-qa | 22:32 | |
openstackgerrit | Merged openstack-dev/devstack: Update the vnc config options group 'DEFAULT' to 'vnc' https://review.openstack.org/211808 | 22:33 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-full 153038,103,f3919af | 22:35 |
*** vgridnev has joined #openstack-qa | 22:36 | |
*** pglbutt has quit IRC | 22:37 | |
*** weshay_xchat has quit IRC | 22:40 | |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full 267587,15,2f86089 | 22:48 |
vgridnev | Hi, could someone take a look on this fix to unlock saharaclient gate: https://review.openstack.org/#/c/270077/. Thanks! | 22:48 |
*** ajmiller has quit IRC | 22:50 | |
*** ajmiller has joined #openstack-qa | 22:50 | |
*** vgridnev has quit IRC | 22:50 | |
openstackgerrit | Matt Riedemann proposed openstack/tempest: Add a test for cinder multiattach https://review.openstack.org/266605 | 22:52 |
*** mriedem has quit IRC | 22:53 | |
*** pglass has joined #openstack-qa | 22:53 | |
*** harlowja has quit IRC | 22:56 | |
*** harlowja has joined #openstack-qa | 22:56 | |
*** mragupat has quit IRC | 22:56 | |
openstackrecheck | Console logs not available after 13:25s for experimental-tempest-dsvm-multinode-full-dibtest 267724,1,3392368 | 23:01 |
*** dimtruck is now known as zz_dimtruck | 23:06 | |
*** jecarey has quit IRC | 23:06 | |
dtroyer | jlvillal: I do not recall such a ting | 23:12 |
*** ksantoshk has joined #openstack-qa | 23:12 | |
jlvillal | dtroyer: Thanks. I might propose something. Doing some debugging on other issues and trying it out to help out my debugging. | 23:13 |
*** pglass has quit IRC | 23:15 | |
*** santoshk has quit IRC | 23:16 | |
openstackrecheck | Console logs not available after 13:24s for gate-tempest-dsvm-full 270865,1,fd92c24 | 23:16 |
openstackrecheck | openstack/horizon change: https://review.openstack.org/268087 failed gate-horizon-npm-run-test in the gate queue with an unrecognized error | 23:16 |
*** ChuckC has joined #openstack-qa | 23:24 | |
*** nicholasgoracke has quit IRC | 23:26 | |
*** jpas has joined #openstack-qa | 23:29 | |
openstackrecheck | Console logs not available after 13:34s for gate-tempest-dsvm-neutron-full 263257,9,a975014 | 23:30 |
*** apevec has quit IRC | 23:31 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:34 | |
openstackgerrit | Matthew Treinish proposed openstack-infra/subunit2sql: WIP: Add initial optional influxdb support for test_runs https://review.openstack.org/271088 | 23:39 |
mtreinish | SpamapS: ^^^ the initial ideas of what I was thinking for that | 23:40 |
mtreinish | I have no idea if that does anything yet still need to setup influx on my machine | 23:41 |
*** tochi has joined #openstack-qa | 23:41 | |
mtreinish | but that'll probably be an exercise for later tonight or tomorrow | 23:41 |
openstackgerrit | David Paterson proposed openstack/tempest: Fix logic in dump_accounts https://review.openstack.org/271090 | 23:43 |
openstackgerrit | Tim Buckley proposed openstack/openstack-health: Enable debounce in filter fields. https://review.openstack.org/271016 | 23:43 |
openstackrecheck | Console logs not available after 13:22s for gate-tempest-dsvm-neutron-full 259470,5,e8ab274 | 23:43 |
*** rcernin has quit IRC | 23:47 | |
*** isq_ has quit IRC | 23:48 | |
SpamapS | mtreinish: nice | 23:52 |
SpamapS | mtreinish: reading | 23:52 |
*** edmondsw has quit IRC | 23:55 | |
*** isq has joined #openstack-qa | 23:56 | |
openstackrecheck | Console logs not available after 13:26s for gate-tempest-dsvm-neutron-full 270792,1,3bfba4c | 23:57 |
*** sabeen2 has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!