Tuesday, 2014-06-10

openstackrecheckConsole logs not available after 14:02s for check-tempest-dsvm-full 98828,3,f5bbad300:03
adam_ghey all. wondering why we can't seem to get E-R to comment on matched queries in the ironic gate? bug #1326754 shows up #3 @ http://status.openstack.org/elastic-recheck/ but the bot is silent on reviews that fail on it00:06
*** mmaglana has quit IRC00:13
openstackrecheckConsole logs not available after 13:26s for gate-python-glanceclient-python27 95233,4,9c9b5ff00:20
*** weshay has joined #openstack-qa00:22
*** matsuhashi has joined #openstack-qa00:27
mgagneadam_g: could be logstash is falling behind in indexing all the logs, that's the reason I heard on infra a couple of days ago: "<clarkb> sdague: we are very behind on indexing last I checked"00:31
openstackgerritA change was merged to openstack/tempest: Make run_stress.py script an entry point  https://review.openstack.org/9251900:31
*** jaypipes has quit IRC00:32
openstackrecheckConsole logs not available after 13:23s for gate-keystone-pep8 98836,1,5d86f4600:33
cyeohmtreinish: hi - are you around?00:35
*** dmorita has joined #openstack-qa00:36
mgagneadam_g: or https://bugs.launchpad.net/openstack-ci/+bug/1328318 =)00:37
adam_gmgagne, ah yeah. :)00:37
mgagneadam_g: since you are there, who should I bug regarding ubuntu packaging?00:39
adam_gmgagne, #ubuntu-server. i may be able to answer questions, but i haven't been active there in a while00:39
mgagneadam_g: alright, I'll bug them then00:40
openstackgerritOpenStack Proposal Bot proposed a change to openstack/tempest: Updated from global requirements  https://review.openstack.org/9682900:40
*** mmaglana has joined #openstack-qa00:43
openstackrecheckConsole logs not available after 13:24s for check-tempest-dsvm-neutron 97529,7,18a9d6300:46
*** yamahata has quit IRC00:52
openstackrecheckConsole logs not available after 13:36s for gate-tempest-dsvm-neutron 98600,2,30490e701:00
openstackgerritDevananda van der Veen proposed a change to openstack-infra/elastic-recheck: Broaden 1326312 to match py26/py27 failures  https://review.openstack.org/9892901:01
mtreinishcyeoh: yeah what's up?01:04
cyeohmtreinish: oh just wanted to chat about https://review.openstack.org/#/c/97834/301:09
mtreinishsure01:10
cyeohso I'm happy with it from the POV re: thats what is being enforced at the moment01:10
cyeohbut I was wondering what you thought about having an experimental tag for tests which test the API which we deliberately believe are not yet stable across releases01:10
cyeohand that the experimental tag would mean that its only run against the latest project release?01:11
mtreinishso that's where I think we'll be going for the experimental api tests we have in tree now01:11
mtreinishbut for future apis I think that marun's neutron thing is really the way it should be done01:12
mtreinishand then it'll be a write once graduation into a tempest test when the api is stabalized01:12
cyeohso I think I missed marun's neutron thing?01:12
mtreinishoh, I left that as a comment on https://review.openstack.org/#/c/98230/01:13
cyeohis he doing tempest like testing within the neutron project?01:13
openstackgerritDevananda van der Veen proposed a change to openstack-infra/elastic-recheck: Broaden 1286635  https://review.openstack.org/9893101:13
marunmtreinish: I've been quiet post-summit but I'll be talking to markmcclain this week about ensuring the neutron core refactor provides for a mechanical schema.01:13
mtreinishyeah pretty much01:13
cyeohhrm, so I suspect that's a bad idea in general01:13
marunhah01:14
cyeohmarun: no offence to you at all, in fact its a complement :-)01:14
openstackrecheckConsole logs not available after 13:45s for check-tempest-dsvm-neutron 89474,13,efe8db201:14
mtreinishcyeoh: it reuses the tempest clients the etherpad is here: https://etherpad.openstack.org/p/juno-qa-functional-api01:14
maruncyeoh: well, the goal is to _develop_ tests in tree01:14
cyeohso we've seen in the past for example API backwards incompatible changes made and unittests then changed to accomodate them (in Nova)01:14
maruncyeoh: maintaining them once a given api stabilizes will still be tempest's responsibility01:14
*** mkollaro has quit IRC01:14
maruncyeoh: so that backwards compatibility is still protected01:15
cyeohbecause well people just don't think about backwards compatibility01:15
maruncyeoh: agree completely.01:15
cyeohhaving the tests maintained separately in tempest acts a safeguard01:15
marunas per the etherpad, the suggested approach ensures that this characteristic is maintained01:16
cyeohand makes people think again about what they are really doing. and stops these changes slipping through01:16
cyeohoh ok I must have missed it :-)01:16
marunlines 25 and 2901:16
maruncyeoh: the idea is that so long as an api is unstable, the test should be in-tree since it's easier to iterate and tests can be vetted pre-merge01:17
maruncyeoh: once an api has stabilized, backwards compatibility is required and the tests are put under tempest's control01:17
*** gema has quit IRC01:17
maruncyeoh: does that make sense?01:17
cyeohmarun: so its not clear to me from that if its possible for a backwards breaking change to get merged without a corresponding tempest approval for an 'experimental' API01:18
cyeohI really want that not to be possible (or at least a project to be able to set that for an experimental api)01:19
*** mkollaro has joined #openstack-qa01:19
maruncyeoh: I think the thought process is more "we have a public-facing api.  it's not allowed to be 'official' until tempest has tests for it"01:20
mtreinishcyeoh: the thing I've seen with experimental apis is that they want to do backwards breaking changes. (which is why they're marked as experimental) I've already seen 2 this cycle.01:20
cyeohmtreinish: so we're perhaps talking about 2 different situations01:20
mtreinishI think we are01:21
mtreinishthe tests belong in tempest if they're willing to conform the stability guidelines01:21
cyeohI would really like to see in the future (once we have microversions) that *ALL* new Nova apis are experimental for one cycle01:21
maruncyeoh: backwards compatible and experimental do not mix01:21
mtreinishcyeoh: all new microversions, or new apis?01:21
cyeohits what we would previously have released as "stable" but we know now we our "oops" percentage is low, but too high01:22
cyeohnew APIs, not necessarily each microversion, tasks api for example is a good example01:22
cyeohso we're telling users that: "this is what we think our stable api is going to be, and we're not going to arbitarily change it"01:23
marunso are those api's truly experimental?01:23
cyeoheg. we've gone through a *lot* of spec design planning etc, a lot of analysis etc01:23
cyeohand we really think we've got it right.01:23
marunit sounds like splitting hairs on what 'experimental' means01:23
cyeohbut history shows us that there's a non zero percentage change we got something wrong. So we might tweak it a bit01:23
marunthe more important part, I think, is backwards compatibility01:24
cyeohbut we'll lock it down in one cycle01:24
marunif bc is required, then tests have to be in tempest01:24
marunotherwise, they can evolve in-tree01:24
marununtil bc becomes necessary01:24
mtreinishcyeoh: yeah I'm just looking at it from the backwards compatibility standpoint. We can make breaking api changes but they have to be backported if they cross a release boundry01:24
*** gema has joined #openstack-qa01:25
mtreinishif we have to start playing games with tagging based on time then I really am not sure we should be testing it in tempest01:25
cyeohmarun: so evolving in-tree I see as losing a safety net (eg a patch going going through really quickly that changes both test and implementation)01:25
mtreinishthe tag we were talking about before I was envisioning more for tests that existed before we started being more explicit about what should be in tree01:25
cyeohmtreinish: well but if we can just have a tag that says - only test against the latest version - that'd be fine with me. Gets the safety net and the tag can be removed when its no longer experimental01:26
maruncyeoh: you don't need iteration to be expensive until backwards compatibility is required.01:26
cyeohand we would not keep experimental APIs in Nova for more than once cycle anyway01:26
maruncyeoh: but you're free to spend your time how you wish, of course.01:26
cyeohmarun: but in these cases we're not expecting to be iterating01:26
*** adalbas has joined #openstack-qa01:27
maruncyeoh: I tend to have too little, though, as opposed to too much.01:27
mtreinishthen the normal feature flag would cover that use case if it's stable after the first cycle it's introduced01:27
maruncyeoh: well, then do it in tempest01:27
*** adalbas has quit IRC01:27
mtreinishyou would just need to backport any fixes that made a backwards incompatible change01:27
cyeohwith nova-specs and CD we don't expect to be iterating - this for "oops" moments01:27
maruncyeoh: but being able to iterate on code and tests in-tree is valuable for neutron at least.01:27
cyeohmarun: oh I'm not saying that projects shouldn't be able to do what you want01:27
marunhave to run01:27
*** marun has quit IRC01:28
cyeohI'm just saying thats not what I want for nova :-)01:28
mtreinishcyeoh: so I actually don't think what you want for nova is incompatible with what I'm adding to the readme01:29
openstackrecheckConsole logs not available after 13:27s for check-tempest-dsvm-neutron 97264,2,ab81ed201:29
mtreinishit's just that you'll have to backport a fix if we do end up slipping01:29
mtreinishI really just added that as a response to ironic who has tests but have planned "features" that are making backwards incompatible api changes01:30
openstackgerritA change was merged to openstack/tempest: Add bug skip for test_container_synchronization()  https://review.openstack.org/9260601:32
cyeohmtreinish: hrm. perhaps. I guess it depends on how we define experimental & stable. If tell nova api users that say an icehouse update may change an "experimental API", rather than it only changing between icehouse and juno01:32
cyeohthough I think i'd prefer that we could at least say that our experimental apis are stable within a release01:33
mtreinishyeah but with branchless tempest we're saying that any future breaking api changes have to be backported anyway so it's about the same01:33
*** leej has joined #openstack-qa01:33
mtreinishyeah it's just a definition thing01:33
*** nosnos has joined #openstack-qa01:33
mtreinishI don't think we really have a clear definition on any of this anyway :)01:34
*** nati_uen_ has quit IRC01:36
*** yamahata has joined #openstack-qa01:37
cyeohyea and the whole "experimental for one cycle" is a new thing for Nova too anyway :-)01:38
mtreinishcyeoh: but add something to the meeting agenda about the experimental tag, it'll probably be good to discuss with more people01:41
mtreinishI may not be the biggest fan of the idea, because I think we should only gate on things that shouldn't be changing but I think it's worth discussing one more time01:42
cyeohsure ok - I'll add it. I guess I see this as handling the cases where it *shouldn't* be changing but unfortunately has to because we don't want to live with broken for another 10 years.01:44
openstackrecheckConsole logs not available after 13:23s for gate-trove-pep8 77551,18,a1766c901:45
*** weshay has quit IRC01:47
*** leej has quit IRC01:55
openstackrecheckConsole logs not available after 13:25s for check-grenade-dsvm-partial-ncpu 97598,1,2125f2701:59
openstackgerritnayna-patel proposed a change to openstack/tempest: Adds list users tests in v3  https://review.openstack.org/9370401:59
openstackgerritnayna-patel proposed a change to openstack/tempest: Adds keystone roles v2 tests in v3  https://review.openstack.org/8935702:03
*** mlavalle has quit IRC02:13
openstackrecheckConsole logs not available after 13:25s for check-tempest-dsvm-full-icehouse 98804,2,7b12b2a02:14
*** nati_ueno has joined #openstack-qa02:23
*** zhikunliu has joined #openstack-qa02:26
*** mkollaro has quit IRC02:27
openstackgerritA change was merged to openstack/tempest: dump console if we time out on a server op  https://review.openstack.org/9781202:27
openstackrecheckConsole logs not available after 13:31s for check-tempest-dsvm-postgres-full 95569,4,cec612e02:28
openstackrecheckConsole logs not available after 13:35s for check-tempest-dsvm-neutron-icehouse 98443,7,688732302:41
*** bkopilov has quit IRC02:46
*** rwsu has quit IRC02:52
openstackrecheckConsole logs not available after 13:43s for check-tempest-dsvm-full 98819,3,083e58b02:55
openstackrecheckConsole logs not available after 13:27s for gate-tempest-dsvm-full 97255,3,806651503:09
*** nati_ueno has quit IRC03:10
*** lbragstad has quit IRC03:11
*** SridharG has joined #openstack-qa03:20
openstackrecheckConsole logs not available after 13:27s for check-tempest-dsvm-full 97944,1,c7b72d803:23
*** SridharG has quit IRC03:35
openstackrecheckConsole logs not available after 13:27s for check-grenade-dsvm 84295,8,3fbdb6d03:38
*** nosnos has quit IRC03:43
openstackrecheckConsole logs not available after 13:33s for gate-tempest-dsvm-neutron-large-ops 95844,3,2a9bd7f03:52
*** Longgeek has joined #openstack-qa03:52
*** dims_ has quit IRC03:53
*** Madan has joined #openstack-qa03:54
*** coolsvap|afk is now known as coolsvap03:57
*** Longgeek has quit IRC03:57
openstackgerritMh Raies proposed a change to openstack/tempest: Mising CLI test for Keystone  https://review.openstack.org/9874904:00
raiesafazekas: hi04:02
raiesafazekas: my two of patches are being failed due to cell not being enabled in devstack. Can you please assist me in this to check for cell enabling in devstack ??04:03
raiesafazekas: https://review.openstack.org/#/c/98735/ , https://review.openstack.org/#/c/90337/04:04
openstackrecheckConsole logs not available after 13:23s for gate-ceilometer-python26 98834,1,d64029c04:06
*** Mike77 has joined #openstack-qa04:09
*** bkopilov has joined #openstack-qa04:13
openstackgerritA change was merged to openstack/tempest: Place baremetal common methods in base class  https://review.openstack.org/9443604:15
openstackrecheckConsole logs not available after 13:25s for gate-python-glanceclient-python26 98862,1,eda86f204:20
*** yfried has quit IRC04:21
*** nosnos has joined #openstack-qa04:24
*** Abhijeet has joined #openstack-qa04:29
openstackrecheckConsole logs not available after 13:25s for check-tempest-dsvm-postgres-full-icehouse 94944,12,1fa88f504:35
openstackgerritIan Wienand proposed a change to openstack-dev/devstack: Expand variables in get_meta_section_files  https://review.openstack.org/9895104:35
*** lbragstad has joined #openstack-qa04:38
*** k4n0 has joined #openstack-qa04:38
*** dims_ has joined #openstack-qa04:46
openstackrecheckConsole logs not available after 13:46s for check-grenade-dsvm-partial-ncpu 98854,1,da4cf5b04:50
*** dims_ has quit IRC04:50
*** ildikov has quit IRC04:51
*** Poornima has joined #openstack-qa04:53
*** harlowja is now known as harlowja_away04:59
*** zhikunliu has quit IRC05:04
openstackrecheckConsole logs not available after 13:30s for check-tempest-dsvm-full-icehouse 94314,3,24af83105:04
*** tkammer_ has joined #openstack-qa05:06
*** lbragstad has quit IRC05:13
*** ildikov has joined #openstack-qa05:15
*** lbragstad has joined #openstack-qa05:15
*** zhikunliu has joined #openstack-qa05:17
openstackrecheckConsole logs not available after 13:26s for check-tempest-dsvm-full 85314,12,89d562e05:18
raiesafazekas: hi05:19
*** yfried has joined #openstack-qa05:24
openstackrecheckConsole logs not available after 13:31s for check-tempest-dsvm-postgres-full 95436,3,3c4b4f205:32
openstackrecheckopenstack/requirements change: https://review.openstack.org/95879 failed because of: gate-tempest-dsvm-full: https://bugs.launchpad.net/bugs/122641205:42
*** GMann has joined #openstack-qa05:44
*** dims_ has joined #openstack-qa05:47
*** Longgeek has joined #openstack-qa05:49
*** Longgeek has quit IRC05:49
*** Longgeek has joined #openstack-qa05:50
*** Longgeek has quit IRC05:51
*** Longgeek has joined #openstack-qa05:51
*** dims_ has quit IRC05:51
openstackrecheckConsole logs not available after 13:25s for gate-nova-python26 98874,1,6447fa905:55
*** Manishanker has joined #openstack-qa05:57
raiesafazekas: you there ??05:58
*** Poornima has quit IRC06:01
*** Longgeek has quit IRC06:04
*** Longgeek has joined #openstack-qa06:04
*** Longgeek has quit IRC06:04
* afazekas waking up06:05
*** Longgeek has joined #openstack-qa06:05
* afazekas warn: regeneration cycle incomplete.. 06:06
afazekasraies: hi06:06
*** Longgeek has quit IRC06:06
*** Longgeek_ has joined #openstack-qa06:06
*** Poornima has joined #openstack-qa06:08
raiesafazekas: take the case of this https://github.com/openstack/tempest/blob/master/tempest/api/network/test_fwaas_extensions.py#L5106:08
raiesafazekas: if fwaas is not enabled then these tests should skip06:08
openstackrecheckConsole logs not available after 13:25s for check-tempest-dsvm-full-icehouse 95437,4,c31e71906:09
raiesafazekas: but when I run it with fwaas not enabled then errror is traced saying resource not found06:09
raiesafazekas: can you please check ??06:09
afazekastraceback ?06:10
raieshold I am giving it in pastebit06:12
*** Poornima has quit IRC06:13
raiesafazekas: please check it pastebin.com/egfiN1C706:13
*** Poornima has joined #openstack-qa06:13
*** Poornima has quit IRC06:16
*** Poornima has joined #openstack-qa06:16
*** dims_ has joined #openstack-qa06:17
afazekastempest.conf [network-feature-enabled]api_extensions  ??06:17
raiesafazekas: have you seen ??06:17
raiesafazekas: "api_extensions = all"06:18
raiesit is in tempest.conf06:18
afazekastempest.conf [network-feature-enabled]api_extensions  needs to be something else than all, and it should not contain the 'fwaas' string06:19
raiesand q-fwaas is not enabled in localrc06:19
raiessomething else I didn't get06:19
*** Poornima has quit IRC06:20
*** mkoderer has joined #openstack-qa06:21
raiesafazekas: tempest.conf is generated, how can I change it to something else. and what to change in api_extensions06:21
*** dims_ has quit IRC06:22
openstackrecheckConsole logs not available after 13:25s for check-tempest-dsvm-full 98525,1,bf4fe3006:22
raiesafazekas: am I making sense ??06:24
afazekasraies: you need to enumerate all extensions excluding fwaas06:24
raieshow can I list it out in tempest.conf ?? it se auto generated right06:26
*** Mike77 has quit IRC06:28
raiesafazekas: can you please show that me in an example ??06:29
*** evgenyf has joined #openstack-qa06:30
raiesafazekas: you there ??06:32
raiesafazekas: got that :) only one thing I need to clarify, for this purpose I think changes will be in tempest.config file to change default['all'] to 'xyz' what you say ??06:36
*** yrabl has joined #openstack-qa06:36
openstackrecheckConsole logs not available after 13:25s for check-grenade-dsvm 94775,5,9ff98a406:38
afazekas git grep is_extension_enabled |grep network | grep -v fwaas |cut -f 2 -d\' |  paste -sd ","06:40
afazekasagent,dhcp_agent_scheduler,l3_agent_scheduler,lbaas_agent_scheduler,lbaas,quotas,allowed-address-pairs,network,network,extra_dhcp_opt,router,lbaas,metering,router,router,security-group,security-group,service-type,vpnaas,lbaas,network06:40
afazekasman paste06:41
openstackgerritA change was merged to openstack/tempest: Consolidate _check_public_network_connectivity into NetworkScenarioTest  https://review.openstack.org/9583106:42
openstackgerritA change was merged to openstack/tempest: Consolidate _check_tenant_network_connectivity in NetworkScenarioTest  https://review.openstack.org/9584406:42
*** lbragstad has quit IRC06:49
*** luqas has joined #openstack-qa06:50
*** lbragstad has joined #openstack-qa06:50
* afazekas I will return06:50
*** afazekas is now known as __afazekas06:51
openstackrecheckConsole logs not available after 13:30s for check-grenade-dsvm-partial-ncpu 98871,1,0a0902606:51
*** salv-orlando has quit IRC06:58
*** nosnos has quit IRC06:59
*** matsuhashi has quit IRC07:01
*** matsuhas_ has joined #openstack-qa07:01
*** mkollaro has joined #openstack-qa07:02
openstackgerritMh Raies proposed a change to openstack/tempest: Compute "cells" basic API test  https://review.openstack.org/9033707:04
*** nosnos has joined #openstack-qa07:05
openstackrecheckConsole logs not available after 13:30s for gate-tempest-python27 98868,2,7c376bd07:06
*** jpich has joined #openstack-qa07:06
raies__afazekas: hi do you know how can I enable service required to run command "neutron cisco-network-profile-list"  ??07:12
raiesand how to enable it in devstack ??07:12
*** leseb has joined #openstack-qa07:16
*** dims_ has joined #openstack-qa07:17
openstackrecheckConsole logs not available after 13:26s for check-tempest-dsvm-postgres-full 95278,3,5453c5707:19
*** dims_ has quit IRC07:22
*** bauzas has joined #openstack-qa07:26
*** andreaf has quit IRC07:31
openstackrecheckConsole logs not available after 13:27s for gate-tempest-dsvm-postgres-full 96955,9,665546707:33
*** mwagner_lap has quit IRC07:34
*** mwagner_lap has joined #openstack-qa07:36
*** jlibosva has joined #openstack-qa07:42
openstackrecheckConsole logs not available after 13:24s for check-tempest-dsvm-full 98693,1,af37ab607:47
*** thomasbiege has joined #openstack-qa07:47
*** ajo|mac has joined #openstack-qa07:50
*** SridharG has joined #openstack-qa07:51
*** afazekas has joined #openstack-qa07:55
*** vponomaryov has joined #openstack-qa07:55
*** andreaf has joined #openstack-qa07:58
openstackrecheckConsole logs not available after 13:38s for check-tempest-dsvm-full 95279,4,f5459d908:00
*** gszasz has joined #openstack-qa08:02
*** vrovachev has joined #openstack-qa08:05
*** bauzas has quit IRC08:07
openstackrecheckConsole logs not available after 13:27s for gate-nova-docs 94915,9,022783008:14
*** jordanP has joined #openstack-qa08:14
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Correcting 'id' type in compute schema  https://review.openstack.org/9897108:14
*** qba73 has joined #openstack-qa08:15
openstackgerritGhanshyam Mann proposed a change to openstack/tempest: Correcting 'id' type in compute schema  https://review.openstack.org/9897108:17
*** dims_ has joined #openstack-qa08:18
*** leseb has quit IRC08:18
*** safchain has joined #openstack-qa08:20
*** dims_ has quit IRC08:22
*** dkorn has joined #openstack-qa08:24
openstackrecheckConsole logs not available after 13:41s for gate-trove-tox-checkdeletions 98902,1,4bd797608:30
*** ajo|mac has quit IRC08:31
*** ajo|mac has joined #openstack-qa08:33
*** dkorn has quit IRC08:35
*** matsuhas_ has quit IRC08:38
*** nosnos has quit IRC08:40
*** mkollaro has quit IRC08:40
*** lbragstad has quit IRC08:43
openstackrecheckConsole logs not available after 13:28s for check-tempest-dsvm-postgres-full 98894,1,7ddbb3708:43
*** nosnos has joined #openstack-qa08:43
*** lbragstad has joined #openstack-qa08:43
*** nosnos has quit IRC08:44
*** matsuhashi has joined #openstack-qa08:44
*** tkammer_ has quit IRC08:50
*** jhenner has joined #openstack-qa08:50
*** leseb has joined #openstack-qa08:50
openstackgerritMh Raies proposed a change to openstack/tempest: Missing Neutron CLI tests  https://review.openstack.org/9897408:54
*** mmaglana has quit IRC08:54
openstackgerritJamie Lennox proposed a change to openstack-dev/devstack: An example of Certificate Generation with devstack  https://review.openstack.org/4752608:55
*** giulivo has joined #openstack-qa08:56
openstackgerritJamie Lennox proposed a change to openstack-dev/devstack: SSL protected cinder endpoints  https://review.openstack.org/9763208:57
openstackrecheckConsole logs not available after 13:24s for check-tempest-dsvm-full 98691,2,cf02f0508:58
*** Abhijeet has quit IRC08:59
*** thomasbiege1 has joined #openstack-qa09:00
*** nosnos has joined #openstack-qa09:03
*** leseb has quit IRC09:03
openstackgerritJamie Lennox proposed a change to openstack-dev/devstack: Use identity_uri instead of auth fragments  https://review.openstack.org/9454509:03
*** thomasbiege has quit IRC09:04
openstackgerritJamie Lennox proposed a change to openstack-dev/devstack: Use identity_uri instead of auth fragments  https://review.openstack.org/9454509:05
*** tkammer_ has joined #openstack-qa09:09
*** zhikunliu has quit IRC09:09
*** leseb has joined #openstack-qa09:14
openstackrecheckConsole logs not available after 13:25s for gate-nova-pep8 98865,2,4a52c8709:16
*** dims_ has joined #openstack-qa09:19
*** luqas has quit IRC09:20
*** evgenyf has quit IRC09:21
*** dims_ has quit IRC09:25
openstackrecheckConsole logs not available after 13:32s for gate-nova-docs 98864,2,193a1dc09:30
*** gszasz has quit IRC09:38
*** dmorita has quit IRC09:41
*** weshay has joined #openstack-qa09:43
mkodereroomichi: ping09:46
openstackgerritMh Raies proposed a change to openstack/tempest: VPNaas IPSec policies tests  https://review.openstack.org/4781609:46
*** luqas has joined #openstack-qa09:49
*** dkorn has joined #openstack-qa09:58
openstackrecheckConsole logs not available after 13:29s for check-tempest-dsvm-postgres-full 98885,1,3d4b6cb09:59
*** salv-orlando has joined #openstack-qa10:00
*** leseb has quit IRC10:09
*** leseb has joined #openstack-qa10:10
*** leseb has quit IRC10:12
openstackrecheckConsole logs not available after 13:28s for check-tempest-dsvm-full 98443,7,15bfb2a10:14
*** evgenyf has joined #openstack-qa10:16
*** dkorn has quit IRC10:19
*** dims_ has joined #openstack-qa10:21
openstackgerritPranali Deore proposed a change to openstack/tempest: Added test case for nova keypair  https://review.openstack.org/7954910:22
openstackgerritOpenStack Proposal Bot proposed a change to openstack/tempest: Updated from global requirements  https://review.openstack.org/9682910:23
*** dims_ has quit IRC10:27
openstackrecheckConsole logs not available after 13:28s for gate-python-keystoneclient-python26 96265,4,309032110:27
openstackgerritSean Dague proposed a change to openstack/tempest: make logformat match oslo  https://review.openstack.org/9881910:35
*** ylobankov has joined #openstack-qa10:36
openstackrecheckConsole logs not available after 13:33s for gate-requirements-integration-dsvm 93156,6,6849d2210:42
*** ajo|mac has quit IRC10:43
*** mmaglana has joined #openstack-qa10:55
openstackrecheckConsole logs not available after 13:34s for check-tempest-dsvm-neutron 98672,1,77f099010:56
*** dkorn has joined #openstack-qa10:56
*** dkorn has quit IRC11:00
*** mmaglana has quit IRC11:00
*** coolsvap is now known as coolsvap|afk11:04
*** cyeoh has quit IRC11:06
*** jordanP has quit IRC11:08
*** gszasz has joined #openstack-qa11:08
*** cyeoh has joined #openstack-qa11:10
openstackrecheckConsole logs not available after 13:24s for gate-heat-pep8 98687,2,4fcc24e11:12
openstackgerritMh Raies proposed a change to openstack/tempest: Missing Swift CLI tests  https://review.openstack.org/9900511:16
*** luqas has quit IRC11:22
*** dims_ has joined #openstack-qa11:23
openstackgerritMh Raies proposed a change to openstack/tempest: Missing Neutron CLI tests  https://review.openstack.org/9897411:23
openstackrecheckConsole logs not available after 13:29s for gate-heat-python26 98686,2,0bde3d011:27
*** salv-orlando has quit IRC11:27
*** salv-orlando has joined #openstack-qa11:32
*** leseb has joined #openstack-qa11:32
*** yamahata has quit IRC11:32
*** yfried has quit IRC11:40
openstackrecheckConsole logs not available after 13:31s for gate-tempest-python27 98899,1,ca6fe7f11:42
openstackgerritSean Dague proposed a change to openstack-infra/devstack-gate: don't update apt repos  https://review.openstack.org/9901611:45
*** GMann has quit IRC11:45
*** mkollaro has joined #openstack-qa11:54
openstackrecheckConsole logs not available after 13:28s for gate-heat-pep8 98683,2,9f14e4411:55
openstackgerritA change was merged to openstack-dev/devstack: Enable horizon on Fedoras  https://review.openstack.org/9753211:56
openstackgerritafazekas proposed a change to openstack-infra/elastic-recheck: Add query for 1328500  https://review.openstack.org/9902011:57
*** gszasz has quit IRC11:58
*** tkammer_ has quit IRC12:00
*** mkollaro1 has joined #openstack-qa12:00
*** mkollaro has quit IRC12:00
*** jhenner has quit IRC12:01
*** jhenner has joined #openstack-qa12:02
*** tkammer_ has joined #openstack-qa12:03
*** adalbas has joined #openstack-qa12:04
*** afazekas has quit IRC12:09
*** aysyd has joined #openstack-qa12:09
*** yfried has joined #openstack-qa12:10
openstackrecheckConsole logs not available after 13:41s for gate-heat-python27 97976,3,d9c36d412:11
*** jordanP has joined #openstack-qa12:13
*** roeyc has joined #openstack-qa12:13
mkollaro1are there any tests that try if nova-scheduler works properly when a node fails during VM creation? say, when a network interface goes down12:13
*** jhenner has quit IRC12:18
*** jhenner has joined #openstack-qa12:20
*** gszasz has joined #openstack-qa12:23
*** gszasz has quit IRC12:24
*** afazekas has joined #openstack-qa12:24
*** dkranz has joined #openstack-qa12:24
*** Longgeek_ has quit IRC12:25
*** Longgeek has joined #openstack-qa12:26
*** mwagner_lap has quit IRC12:26
openstackrecheckConsole logs not available after 13:39s for gate-heat-python27 97981,3,f8f0bfb12:26
*** dhellmann has quit IRC12:28
*** oomichi_ has joined #openstack-qa12:31
*** Madan has quit IRC12:32
*** Ju has quit IRC12:35
openstackgerritMarc Koderer proposed a change to openstack/tempest: Add decorator for safe tearDown  https://review.openstack.org/8464512:41
openstackrecheckConsole logs not available after 13:31s for check-tempest-dsvm-full 97980,3,92211c112:41
*** lbragstad has quit IRC12:45
*** SridharG has quit IRC12:46
*** gszasz has joined #openstack-qa12:47
*** luqas has joined #openstack-qa12:48
*** SridharG has joined #openstack-qa12:48
*** dkranz has quit IRC12:48
*** ekhugen has joined #openstack-qa12:49
*** GMann has joined #openstack-qa12:50
*** Manishanker has quit IRC12:51
*** gszasz has quit IRC12:52
*** mkollaro has joined #openstack-qa12:52
*** afazekas has quit IRC12:53
*** SridharGaddam has joined #openstack-qa12:55
*** SridharG has quit IRC12:55
openstackrecheckConsole logs not available after 13:25s for gate-heat-python26 97982,3,14b44b512:56
*** mkollaro1 has quit IRC12:56
*** mmaglana has joined #openstack-qa12:56
*** GMann has quit IRC12:56
*** gszasz has joined #openstack-qa12:57
*** dims_ has quit IRC12:59
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Enable E129,E128 rules  https://review.openstack.org/9890912:59
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Bump hacking to 0.9.x series  https://review.openstack.org/9886812:59
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Enable E113,E111,H302,F812,E713 rules  https://review.openstack.org/9889912:59
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Enable H407,H305,E123,H307,E122 rules  https://review.openstack.org/9891812:59
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Enable H402,E251,E265 rules  https://review.openstack.org/9890312:59
*** bkopilov has quit IRC12:59
sdaguemtreinish: you do realize you are going to be rebasing those forever :)13:01
*** mmaglana has quit IRC13:01
mtreinishsdague: probably, so once the requirements bump lands I'll be bugging you and dkranz to push them through fast13:02
sdagueyeh, I'm not +2ing any of those13:02
sdagueI'm pretty philosophically opposed to landing hacking changes at this point13:03
*** jhenner has quit IRC13:03
sdagueit's giant churn at a point when we have real things to do13:03
sdagueit's also consuming 10% of all our test resources every time that patch series gets rebased13:05
*** yamahata has joined #openstack-qa13:05
*** gszasz has quit IRC13:05
*** tkammer_ has quit IRC13:05
*** k4n0 has quit IRC13:06
mkoderersdague: dkranz commented his qa_spec: https://review.openstack.org/#/c/9303713:06
*** gszasz has joined #openstack-qa13:06
mkodererHe might add this aspect to the spec since we both misunderstand it :)13:06
*** amotoki_ has joined #openstack-qa13:06
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Use correct base test class for test_stress unit tests  https://review.openstack.org/9904613:07
*** afazekas has joined #openstack-qa13:07
mtreinishsdague: ^^^ that should fix the issue you saw with you log formatter patch13:07
sdaguemtreinish: actually, I just decoupled it13:08
sdaguemtreinish: https://review.openstack.org/#/c/98819/13:08
mkoderermtreinish: ohh nice... seems I missed that one13:08
*** dustins has joined #openstack-qa13:08
mtreinishsdague: yeah but the only reason you were seeing an issue was because the unit tests shouldn't have been using that base class13:09
mkoderermtreinish: I wait for jenkins and you got my +A13:10
openstackgerritafazekas proposed a change to openstack-dev/devstack: [Fedora] Devstack fails to install in firewalld less system  https://review.openstack.org/9904713:10
sdaguemtreinish: sure. I'd still like to land the passing patch. As that could get through the gate by this afternoon.13:11
sdagueand we can recouple to conf later if we think it's importantly13:11
sdagueimportant13:11
mtreinishsdague: I think it's importantly important, because if we change the default log format for any reason the subunit logs would be incorrect again13:13
sdaguethat's in log.py, which is in oslo, and basically been static since the end of time13:13
sdagueso the odds of changing that format are roughly the same odds as rewriting tempest in go13:14
afazekasianw, sdague:  https://review.openstack.org/#/c/99047/113:14
mtreinishsdague: yeh, but with the rate you're changing logging how soon until you reset the default like you did with the default_log_level stuff :)13:15
sdaguemtreinish: then we'll patch it then :)13:15
sdagueif we keep not making incremental progress because "it could be better", we make no progress13:15
mtreinishand it's also for consitency for people who set there own log format in conf. I think having it be consistent in both places is important13:15
sdaguemtreinish: if you find me a person who does that, I'll agree13:16
sdaguebecause no one does that13:16
*** mriedem has joined #openstack-qa13:16
mtreinishwe can't assume that, it's a valid config option. That's like the people who want to make breaking api changes because they claim no one uses the api13:17
*** jhenner has joined #openstack-qa13:17
sdaguemtreinish: it doesn't make it any worse13:17
*** lbragstad has joined #openstack-qa13:17
sdaguethis is the thing that drives me nuts. The patch there is a demonstrable improvement that could make it much easier to see what's going on13:18
sdagueit doesn't regress anything13:18
* afazekas http://www.youtube.com/watch?v=GPMpMroOkwc13:18
sdagueand yet we'll spend 4 days in round trips to make that perfect, instead of land "better", and be able to make headway on additional things13:18
mtreinishsdague: that's not what this is. The previous rev was the correct way to do it, you just hit a bug. Instead of fixing the underlying problem you worked around it13:19
*** leseb has quit IRC13:19
sdagueand so we've got a patch now, which works fine, and once the other patch lands we can circle around again13:20
*** leseb has joined #openstack-qa13:20
*** leseb has quit IRC13:24
*** gszasz has quit IRC13:24
vrovachevsdague: hello :) I answered you: https://review.openstack.org/#/c/64136/13:25
sdaguevrovachev: thanks13:25
*** lbragstad1 has joined #openstack-qa13:26
vrovachevsdague: thanks you :)13:26
sdaguevrovachev: so in generally, I actually want to completely remove the ceilometer polling from the gate runs13:26
*** gszasz has joined #openstack-qa13:27
sdaguebecause I think it's generating a lot of extra load, and it's not going to be useful for testing13:27
afazekassdague: what is your opinion about doubling the build timeout (may be the build interval as well)?13:28
*** lbragstad has quit IRC13:28
vrovachevsdague: yes, of course. We have not yet added polling testing from gate13:28
sdagueafazekas: do you have any evidence that resources would actually build in the increased timeout13:29
sdaguebecause it's already pretty high13:29
*** lbragstad has joined #openstack-qa13:29
afazekassdague: yes it is pretty high, I do not have any strong evidence13:30
sdagueafazekas: I think some evidence that it would help would be good13:30
openstackrecheckConsole logs not available after 13:56s for gate-python-keystoneclient-python33 79542,9,5abcece13:30
afazekassdague: but IMHO it wort to try13:30
sdaguebecause I don't think it would13:30
*** lbragstad1 has quit IRC13:30
sdagueafazekas: no, it's randomly shooting in the dark13:30
*** dims_ has joined #openstack-qa13:30
sdaguebecause we don't know why systems don't build13:31
sdagueso the energy should be spent on increasing the understanding there13:31
afazekashttps://bugs.launchpad.net/tempest/+bug/1316926 here in the first 2 case it might help, in 3th probbaly not13:31
sdagueafazekas: no, I don't think it would13:32
*** Obulpathi has joined #openstack-qa13:32
afazekassdague: what is your opinion about having the services to print all threads stack trace on timeout ?13:33
DinaBelovasdague, vrovachev - about the polling in the ceilometer13:33
sdaguewhat services?13:33
sdagueafazekas: how would that help?13:33
afazekassdague: n-cpu for example13:33
DinaBelovasdague, although currently it's not used for testing, it is still a big part of ceilometer13:34
DinaBelovasdague and I think we have one change on review13:34
sdagueDinaBelova: I know, but it's really problematic13:34
*** jgrimm has joined #openstack-qa13:34
DinaBelovasdague, yeah, I guess so..13:34
*** Obulpathi has quit IRC13:34
DinaBelovasdague, probably we may find some other solution here13:35
sdagueand a huge part of the performance problems - http://openstack-in-production.blogspot.com/2014/03/cern-cloud-architecture-update-for.html13:35
*** Obulpathi has joined #openstack-qa13:35
DinaBelovasdague, thanks for the link, really13:35
*** salv-orlando has quit IRC13:35
DinaBelovasdague, as for the performance problems - we're working on it :)13:35
* afazekas one thread dumper: http://www.fpaste.org/108641/13:35
DinaBelovasdague, as for the polling - probably we may poll not all the meters13:36
*** salv-orlando has joined #openstack-qa13:36
DinaBelovabut only some of them :-\13:36
DinaBelovaalthough in this case it'll be not clear what we're testing really13:36
sdagueDinaBelova: so why isn't the effort being put into creating the right notifications so you don't have to poll?13:36
sdagueI guess that's where my confusion lies13:36
DinaBelovasdague, the thing is that as you know there are pollsters (that get the info from services API where it's possible) and agent, sending the notifications13:37
* afazekas another way https://wiki.openstack.org/wiki/GuruMeditationReport13:37
DinaBelovabasically the thing is that lots of info is clearly collected by asking the appropriate API13:37
DinaBelovaas services already know about these values13:37
sdagueDinaBelova: right, but polling puts more load on a lot of systems13:38
sdaguewhere as if you consumed the notifications, you wouldn't add more load13:38
DinaBelovasdague, but it's really a bad idea create some other service that'll know the same things that nova does already. Or it'll need to be implemented some periodic task in nova itself that'll publish this info13:39
DinaBelovaI'm not sure why we're where we are now (as I'm still newby here)13:39
mriedemgot a head scratcher13:39
*** matsuhashi has quit IRC13:39
DinaBelovabut I guess the last variant was met cold :)13:40
sdagueDinaBelova: nova already has a periodic thread that sends info to the scheduler13:40
sdague:)13:40
*** wingwj has quit IRC13:40
DinaBelovasdague, please let's wait eglynn - he's on the call now, but he may help us to understand thse moments :)13:40
sdaguesure13:41
mriedemsdague: have you seen this before? http://logs.openstack.org/73/97573/5/check/check-tempest-dsvm-full/8c8f440/console.html#_2014-06-07_20_42_27_56013:41
mriedemlogstash is ~30% success when that shows up13:41
DinaBelovasdague. because as said, in current view of how does the ceilo work? pollsters tests are really useful thing :)13:41
sdaguemriedem: that's the timeout13:41
*** Longgeek has quit IRC13:42
mriedemsdague: known bug?13:42
*** Longgeek has joined #openstack-qa13:42
mriedemDinaBelova: using ceilometer as a model for good performance?13:43
DinaBelovamriedem, sorry?13:43
mriedem"because as said, in current view of how does the ceilo work? pollsters tests are really useful thing"13:43
mriedemi'd hope that any new service isn't going to follow a model of polling like ceilometer13:43
DinaBelovaI just say that current ceilometer architecture requires polling :)13:44
DinaBelovaand if so, it's a good idea to know is it working or not13:44
mriedemisn't a lot of ceilometer supposed to be refactored in juno?13:44
openstackrecheckConsole logs not available after 13:27s for gate-python-keystoneclient-python27 95678,2,3b6c8db13:44
DinaBelovamriedem, yes, lots of things13:44
sdaguemriedem: the real question is why the run took 3 hrs13:44
openstackrecheckopenstack/tempest change: https://review.openstack.org/97724 failed because of: gate-tempest-dsvm-large-ops: https://bugs.launchpad.net/bugs/125762613:44
openstackrecheckopenstack/requirements change: https://review.openstack.org/98824 failed gate-requirements-integration-dsvm in the gate queue with an unrecognized error13:45
sdaguethat timeout is there to trigger artifact generation before jenkins kills us13:45
mriedemah13:45
sdaguebecause if jenkins kills us, we don't get any logs13:46
mriedemright13:46
*** lbragstad has quit IRC13:48
mriedemlooks like a 4 CPU VM13:48
mriedemtimed out after 2 hours13:48
mriedemdoesn't look like when this happens we don't get the pretty worker balance dump13:48
*** lbragstad has joined #openstack-qa13:48
*** nosnos has quit IRC13:50
mriedemsdague: aha, seeing some rpc errors in n-cpu logs13:53
sdaguenetwork related?13:53
mriedemdoesn't look like it13:54
sdaguemriedem: it was an 8 CPU vm, there were 4 workers13:54
mtreinishmriedem: if you want the pretty worker balance dump you can download the subunit file from logs and pipe it into the trace script13:56
mriedemwhere do i tell how many CPUs were on the VM?13:56
*** lbragstad1 has joined #openstack-qa13:57
sdaguemriedem: you can tell by the number of testr workers13:58
sdaguewhich will be cpu / 213:58
*** lbragstad has quit IRC13:58
mriedemah ok13:58
mriedemfigured it was 1:1 with available CPUs13:58
openstackrecheckConsole logs not available after 13:28s for gate-glance-python27 88719,15,ed2548813:58
sdaguemriedem: no, that caused too many failures13:58
mtreinishsdague: I thought you had a patch that printed proc cpu somewhere13:59
sdaguemtreinish: it's stuck somewhere13:59
*** SridharGaddam is now known as SridharG13:59
sdaguesomewhere in my 27 outstanding patches :P13:59
sdagueor maybe it fell off14:00
mtreinishsdague: yeah looks like you abandonded it: https://review.openstack.org/#/c/97965/14:00
*** eglynn has joined #openstack-qa14:01
sdagueyeh, honestly, with so many outstanding patches, it's hard to remember what's in the queue for improvements14:02
sdaguewhich is kind of why I'm antsy to actually get the ones that pass which make incremental improvements landed14:02
mtreinishsdague: so it actually looks like your log format one doesn't work correctly: http://logs.openstack.org/19/98819/5/check/check-tempest-dsvm-neutron-full-icehouse/95a1375/console.html14:03
dims_sdague, seeing something weird in one of the ssh timeout logs. seems like ntpd is listening on the same ip that was supposed to be on a vm - http://paste.openstack.org/show/83523/14:04
dims_sdague, "ntpd[2114]: Listen normally on 368 br100 172.24.4.1 UDP 123"14:04
sdaguemtreinish: ok, that's fun14:04
sdaguewell that definitely means we can't use the oslo config part14:05
mtreinishheh, I guess so14:05
*** Ju_ has joined #openstack-qa14:06
openstackgerritChristian Berendt proposed a change to openstack-infra/elastic-recheck: Prettified all HTML files  https://review.openstack.org/9844514:07
openstackgerritAndrea Frittoli  proposed a change to openstack/tempest: Official client based auth  https://review.openstack.org/8291114:07
dims_sdague, isnt that weird? (see above)14:08
openstackgerritSean Dague proposed a change to openstack/tempest: make logformat more similar to oslo  https://review.openstack.org/9881914:09
sdaguedims_: why?14:10
sdagueI assume ntpd is binding to 0.0.0.014:10
dims_floating ip is for the vm right? ntpd is on the host no?14:10
sdaguefloating ip is created on the host then SNAT to the guest14:11
sdagueon the compute14:11
*** rbak has joined #openstack-qa14:11
dims_ah. thanks sdague14:11
openstackrecheckConsole logs not available after 13:30s for gate-python-keystoneclient-python27 86237,2,e0c29c214:12
mtreinishsdague: on the latest rev, will we get the request id anywhere? I thought that one of big motivators for this was that we lost the req id in the console output14:15
openstackrecheckopenstack/ceilometer change: https://review.openstack.org/98820 failed because of: gate-ceilometer-python26: https://bugs.launchpad.net/bugs/132734414:15
*** oomichi_ has quit IRC14:16
sdaguemtreinish: we won't14:16
openstackrecheckopenstack/heat change: https://review.openstack.org/94755 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/125489014:16
sdaguewe will get level though14:16
*** lbragstad1 has quit IRC14:16
sdaguewhich would be an improvement all by itself14:16
sdagueI left the commit comment, in order to get request_id we'll need a custom fixture14:17
*** dhellmann has joined #openstack-qa14:20
*** leseb has joined #openstack-qa14:20
openstackgerritRob Crittenden proposed a change to openstack-dev/devstack: Configure endpoints to use SSL natively or via proxy  https://review.openstack.org/9885414:22
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: add a tool for determining unaccounted for rechecks  https://review.openstack.org/9462414:23
*** mwagner_lap has joined #openstack-qa14:25
*** leseb has quit IRC14:25
eglynnmriedem: I missed your ceilometer question to DinaBelova earlier (... on a call)14:27
eglynnmriedem: i.e. "isn't a lot of ceilometer supposed to be refactored in juno?"14:27
eglynnmriedem: the focus for juno refactoring is around the metric storage and API end of the pipeline14:27
eglynnmriedem: ... but the data acquistion approach (i.e. pollsters & notification handling) will remain largely the same for Juno14:28
*** dkranz has joined #openstack-qa14:28
DinaBelovasdague, as eglynn is here we may continue that pollsters discussion :)14:29
openstackgerritSean Dague proposed a change to openstack/tempest: make config generator more robust  https://review.openstack.org/9577014:29
openstackrecheckConsole logs not available after 13:34s for check-tempest-dsvm-full 98513,7,af4a26314:30
* eglynn reads back thru' backlog14:31
openstackgerritA change was merged to openstack-dev/devstack: Fix Apache site config handling on Fedora  https://review.openstack.org/9853714:31
*** leseb has joined #openstack-qa14:33
*** thomasbiege1 has quit IRC14:34
*** thomasbiege has joined #openstack-qa14:35
sdaguemriedem: you have thoughts about safe substr on binary data?14:35
sdaguemriedem: https://review.openstack.org/#/c/98505/  turns out slices aren't any good at that14:36
*** jaypipes has joined #openstack-qa14:37
*** ChanServ sets mode: +o jaypipes14:37
mriedemsdague: me or mtreinish?14:37
*** kgriffs|afk is now known as kgriffs14:38
sdaguewell, I was pinging mtreinish a lot, I thought you might have that one off the top of your head :)14:38
mriedemha14:38
*** leseb has quit IRC14:38
mriedemfixing this unicode issue atm14:38
DinaBelovaeglynn, the thing is that polling is quite expensive for cloud (and its testing), so there is change that'll turn polling of for the tests.. and that means we'll have poor opportunity for the scenario tests...14:38
sdaguehttp://logs.openstack.org/05/98505/4/check/check-tempest-dsvm-full/0681279/console.html#_2014-06-09_13_44_59_18514:38
sdagueDinaBelova: well we're not turning polling off yet14:39
eglynnsdague: WRT "I actually want to completely remove the ceilometer polling from the gate runs"14:39
*** jaypipes has quit IRC14:39
sdaguebut I'd really like to get us there. We are going to revert back to ceilometer defaults of 600s14:39
*** jaypipes has joined #openstack-qa14:39
*** ChanServ sets mode: +o jaypipes14:39
*** jgrimm has quit IRC14:40
openstackgerritOpenStack Proposal Bot proposed a change to openstack/tempest: Updated from global requirements  https://review.openstack.org/9682914:40
DinaBelovaeglynn, the thing is that I'm quite confused... Polling is a big part of ceilo now14:40
eglynnsdague: ... without *any* polling, there's only a limited opportunity to make ceilometer assertions in the gate14:40
*** jaypipes has quit IRC14:41
eglynnsdague: ... but you're proposing just to revert to the out-of-the-box polling cadence, right?14:41
sdagueeglynn: right now, yes14:41
eglynnDinaBelova: ... so slower polling, not no polling14:41
*** jaypipes has joined #openstack-qa14:41
*** ChanServ sets mode: +o jaypipes14:41
*** leseb has joined #openstack-qa14:41
sdaguehowever, I do really want to get to a 0 polling model if we can14:41
DinaBelovaeglynn, well, I was confused with the "I actually want to completely remove the ceilometer polling from the gate runs"14:42
DinaBelova:)14:42
sdagueDinaBelova: "I want" :)14:42
sdagueeglynn: so here's the rub, we actually had to build a work around in our log processing because ceilometer's polling on swift is so frequent and so verbose that it's actually materially responsible to the fact that logstash can't keep up14:43
sdagueand we're not indexing any ceilometer logs today at all, because they are too big14:43
sdagueand a big part of it is this tight polling loop14:44
eglynnsdague: ... is debug verbosity enabled on the ceilo logging in the gate?14:44
mtreinishjogo: heh, your g-r patch doesn't match what you did in the nova hacking bump: https://github.com/openstack/requirements/blob/master/global-requirements.txt#L14114:44
openstackrecheckConsole logs not available after 13:48s for check-tempest-dsvm-postgres-full 92245,5,b3a5ebe14:44
sdagueeglynn: debug is enabled for everything14:44
*** jaypipes has quit IRC14:44
DinaBelovasdague, hehe, debug here makes ceilometer to have really lots of logs14:45
sdagueDinaBelova: even without debug there are lots of logs14:45
DinaBelovasdague, that's also true14:45
sdaguehttp://logs.openstack.org/05/98505/4/check/check-tempest-dsvm-full/0681279/logs/screen-ceilometer-anotification.txt.gz?level=INFO14:45
*** jaypipes has joined #openstack-qa14:45
*** ChanServ sets mode: +o jaypipes14:45
sdagueI would argue that basically none of that is useful to be logged at all14:46
eglynnsdague: so reducing the polling frequency is a short term approach, right?14:46
eglynnsdague: ... more long term we need to be more judicious what we actually log14:46
sdagueeglynn: the problem is, you hit the API server just like anything else14:47
sdaguewe actually want all those transactions from real users14:47
sdaguethese are actually 2 orthoginal issues really14:47
sdagueboth of which are currently impacting us14:47
eglynnsdague: hitting the nova-api server, you mean?14:48
sdagueor swift-proxy14:48
sdaguewhich is actually where we had to build the work around14:48
eglynnsdague: ... at summit we discussed ways of reducing that polling load on nova-api, but continuing to poll the local hypervisor as before14:49
eglynnsdague: ... for the purposes of the gate, if swift polling is the main issue, would it make to exclude swift metering for now?14:50
eglynnsdague: ... that can be done via the pipeline.yaml14:50
sdagueeglynn: ok, there 2 issues14:50
sdagueone is the API polling, which we are reducing to ceilometer defaults14:50
eglynnyep14:50
sdagueand I would like to actually see if we can get away from eventually14:50
sdaguelets say that is "soft fixed" for now14:50
eglynnk14:51
sdaguethere is a different issue, in that ceilometer itself is generating logging artifacts that are of very dubious value14:51
sdagueat a rate which means all the rest of openstack generates about the same amount of artifacts as ceilometer itself14:51
sdaguelike the fact that ceilometer.pipeline seems to be AUDIT logged every 5 - 10 ms14:52
eglynnyes, I agree, continually reporting that a single sample is published without much context is not valuable14:52
sdaguewhich will also impact the whole system14:52
eglynnsdague: is that 5-10ms frequency of log emission with a polling cadence of 600s?14:53
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Enable E129,E128 rules  https://review.openstack.org/9890914:53
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Bump hacking to 0.9.x series  https://review.openstack.org/9886814:53
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Enable E113,E111,H302,F812,E713 rules  https://review.openstack.org/9889914:53
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Enable H407,H305,E123,H307,E122 rules  https://review.openstack.org/9891814:53
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Enable H402,E251,E265 rules  https://review.openstack.org/9890314:53
sdagueeglynn: as far as I can tell it's basically continuous14:53
ildikoveglynn: sdague: BTW was that Logging guideline patch accepted finally in Nova?14:53
sdagueildikov: nope, because I haven't been able to get back to it :)14:53
sdaguebecause, fires.14:53
eglynnildikov: https://review.openstack.org/#/c/91446/14:54
ildikoveglynn: sdague: I'm just wondering if that could be a good guide maybe to clean up a bit the logging in Ceilo14:54
sdaguethat being said, this is a clear issue that was brought up on the list a couple months ago14:54
ildikovsdague: I know that feeling, not just the sun burns these days :)14:54
sdague:)14:54
ildikovsdague: do you mean the swift related logging topic?14:54
sdagueildikov: no, the fact that ceilometer is doing terrible things in logging14:55
eglynnsdague: OK, I'll need to reproduce the issue of 5-10ms emission of log messages with 600s polling, as that does seem indicative of something very wrong14:55
sdagueeglynn: well we've got *tons* of data in the gate14:55
eglynnsdague: ... i.e. more than simple over-zealous logging14:55
sdagueI'd say just crack open the ceilometer logs for any run14:56
*** afazekas has quit IRC14:56
sdagueand decide if that's what you'd want people to be seeing in production14:56
sdagueknowing that all production clouds are running at debug at this point14:56
sdaguebecause not doing so means you can't trouble shoot anything :)14:57
eglynnsdague: ... was just gonna ask, would production normally have debug enabled14:57
*** mmaglana has joined #openstack-qa14:57
sdaguefrom summit - yes14:57
eglynnsdague: ... k, got it14:57
ildikovsdague: would that logging guideline be useful for us in its current state, even if it is not accepted yet?14:57
sdagueildikov: yeh, I think there is a ton of stuff in it's that not controversial14:57
eglynnsdague: right-o ... so we've two things to look at with urgency on the ceilo side14:57
*** roeyc has quit IRC14:58
sdagueeglynn: awesome :)14:58
sdaguethanks14:58
ildikoveglynn: I think on the last logging and monitoring ops session there were a few guys who said yes for debug, even if it is not that good in general... :(14:58
eglynnsdague: 1. rate of log message emission14:58
eglynnsdague: 2. optimization of polling public APIs (e.g. nova-api)14:58
sdagueeglynn: yep, swift optimization is probably more important, because swift doesn't use oslo logging, which means filtering is more difficult14:59
ildikovsdague: cool, we will use that guide then, tnx :)14:59
sdagueildikov: thanks14:59
eglynnsdague: cool, got it14:59
*** aimon has quit IRC15:00
sdaguesorry for you guys to get the brunt of it here. It's been a thing that came up a few times before, and never got ceilo bites on it. Very happy to see people diving in now.15:00
eglynnsdague: np, we need to get our side of the equation sorted out15:01
ildikovsdague: we had some discussions for instance about logging earlier, we just had even more urgent issues to deal with before that one :(15:01
*** mmaglana has quit IRC15:01
sdagueildikov: totally understand15:02
openstackrecheckConsole logs not available after 14:00s for gate-heat-python26 98687,3,2f535a415:03
ildikovsdague: we had to fix some things to be able to generate a nice log flood more efficiently ;)15:03
sdagueildikov: nice :)15:03
dims_sdague, followed the logs for the FloatingIP add request and it's calling iptables-save/restore just fine and commands do suceed, at this point the only thing i can think of is if we can dump the iptables when we hit ssh timeout to see what gives15:04
ildikovsdague: thanks for the heads up on the two main issues here15:04
mtreinishdims_: if you can find an ssh timeout on test_minimum_basic that should already include a iptables dump.15:07
mtreinishI had a log from it earlier let me see if I can dig it up15:08
dims_mtreinish, ah. ok.15:08
*** marun has joined #openstack-qa15:08
*** ildikov_ has joined #openstack-qa15:08
*** ildikov has quit IRC15:09
mtreinishdims_: http://logs.openstack.org/07/98507/1/check/check-grenade-dsvm-icehouse/ab8c90a/console.html.gz#_2014-06-06_21_06_36_82015:09
dims_thanks! will download the whole set15:09
*** mmaglana has joined #openstack-qa15:12
*** mkollaro has quit IRC15:12
*** mkollaro has joined #openstack-qa15:13
*** yrabl has quit IRC15:15
openstackgerritA change was merged to openstack-dev/grenade: Support Ceilometer services  https://review.openstack.org/9446815:15
openstackgerritA change was merged to openstack-dev/devstack: Update again and retry a failed package install  https://review.openstack.org/9839815:15
openstackgerritA change was merged to openstack-dev/devstack: make get-pip.py download failures more clear  https://review.openstack.org/9809815:16
sdagueeglynn: ^^^ - the grenade patch merged15:17
sdaguemtreinish: where is the patch to move the logging to the end of the file?15:17
eglynnsdague: thank you sir! ... we can declare victory on that BP for juno-115:18
mtreinishsdague: this one?: https://review.openstack.org/#/c/97894/15:18
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Change how tempest debug logs are displayed  https://review.openstack.org/9789415:19
sdaguemtreinish: yep15:21
sdaguemkoderer: you +2 on that ^^^15:21
sdague?15:21
mtreinishsdague: the only thing I wasn't sure of on that was I dumped the failure logs before the summary. I wasn't sure which way was better...15:23
sdaguemtreinish: yeh, I think the current way seems fine15:23
sdaguethe icehouse run failed, so you can see it15:23
sdagueI was unsure about that either, but I think this probably makes hunting for the fails less burdensome15:23
*** atiwari has joined #openstack-qa15:24
sdaguemtreinish: do you know how to inject other attachments into the subunit stream?15:24
sdagueI was thinking that is probably what should be done with the failure dumps15:25
mtreinishsdague: not off the top of my head15:25
openstackrecheckConsole logs not available after 13:48s for check-swift-dsvm-functional 97339,4,3e79c1615:25
sdagueinstead of just inlining it in the logs, creating some new attachments15:25
mtreinishsdague: oh for the console logs, yeah that might be useful15:25
sdagueyeh15:25
sdagueand for anything like iptables dumps15:26
sdaguethen it wouldn't fill up the tempest log15:26
sdaguebut we'd be able to return it on failures15:26
sdaguethat honestly might be the way to deal with the debug http tracing as well15:26
sdaguewe'll build kind of big subunit databases, but I'm not sure that matters15:27
*** jgrimm has joined #openstack-qa15:28
jordanPmtreinish, hi. Sorry to bother you, I know now is not the best time. Still working on my shelve/unshelve scenario. So I got my nova patch merged in Havana. But I am facing 2 more small problems that require a backport to havana (again !). The relevant trace in havana is here http://logs.openstack.org/65/96165/1/check/check-grenade-dsvm-partial-ncpu-icehouse/2ac603c/logs/new/screen-n-api.txt.gz#_2014-06-04_12_57_04_476  and the patch I need to get merg15:29
jordanPed is https://review.openstack.org/#/c/72521/15:29
jordanP(i know you said you would look, sorry to insist)15:30
mtreinishsdague: http://bazaar.launchpad.net/~python-fixtures/python-fixtures/trunk/view/head:/lib/fixtures/_fixtures/streams.py and http://bazaar.launchpad.net/~python-fixtures/python-fixtures/trunk/view/head:/lib/fixtures/_fixtures/logger.py#L9415:32
mtreinishthat looks like how the log fixture is doing it15:32
mtreinishso building another fixture that adds a new stream is probably what I'd try15:32
*** aimon has joined #openstack-qa15:33
*** mkollaro has quit IRC15:35
*** Longgeek has quit IRC15:39
openstackrecheckConsole logs not available after 13:32s for gate-nova-python27 98573,3,b9aec1c15:39
mtreinishjordanP: it looks fine to me15:46
mriedemsdague: mtreinish: looks like dumping server console output on timeout has issues15:46
mriedemhttp://logs.openstack.org/30/98530/1/check/check-grenade-dsvm/6c88d91/console.html#_2014-06-10_03_52_31_55515:46
mriedemDetails: {u'message': u"Invalid input for field/attribute length. Value: None. None is not of type 'integer', 'string'", u'code': 400}15:46
mriedemi'll check it out15:47
jordanPmtreinish, thanks it helps a lot :) As you might have read in the comments, this patch should not be merged without this one https://review.openstack.org/#/c/77734/ (another backport, only one LOC) that fixes a bug that was introduced by the patch you just +2ed)15:49
mtreinishjordanP: I'm wondering if we should just disable the shelve extension for that job instead of doing a bunch of havana backports15:49
jordanPthe person who submited the backports decided not to merge the 2 backports in one15:50
jordanPI haven't concidered this option15:50
jordanPshelving is not a configuration option in tempest, as far as I know15:50
jordanPbut there might be a way, maybe15:51
mtreinishjordanP: it's an extension so you can use the api_extensions option15:51
jordanPi'll look into it, anyway thanks a lot !15:51
mtreinishyou just decorate the test saying it requires the shelve extension (which you should probably do anyway)15:51
jordanPyep, good idea, will do15:52
jordanPbut then on the gate, this extension should be deactivated "server-side" right ?15:52
jordanPfor the job havana-n-partial only15:53
jordanP*n-compute15:53
mtreinishmriedem: http://git.openstack.org/cgit/openstack/tempest/tree/tempest/common/waiters.py#n27 it's the none15:53
mtreinishit needs to be a number15:53
mriedemmtreinish: yeah, fixing it now15:53
mriedemmtreinish: although the nova api docs say length is optional15:54
mtreinishmriedem: so it's probably better to fix the tempest client to allow that15:54
mtreinishjordanP: yeah you'll need a devstack-gate change making the list of available extensions set for that job not include shelve15:54
*** catohornet1 has joined #openstack-qa15:54
mtreinishit's probably set to all right now15:54
jordanPokay15:55
openstackgerritRavikumar Venkatesan proposed a change to openstack/tempest: Adds "user-password-update" to v3/test_users  https://review.openstack.org/9210015:56
*** dustins1 has joined #openstack-qa15:57
*** qba73 has quit IRC15:57
mriedemmtreinish: so the client blows up because of the jsonschema input validation right?15:58
mtreinishmriedem: I thought that was only on the response side15:59
mtreinishin tempest at least15:59
mriedemyeah that's what it looks like15:59
mriedemso maybe api validation on the nova side is busted15:59
mriedemmust be15:59
mriedemah yup15:59
mriedemit's v316:00
mriedemFile "tempest/api/compute/v3/servers/test_server_rescue.py", line 30, in setUpClass16:00
*** dustins has quit IRC16:00
mtreinishmriedem: another reason to stop gating on v3 :)16:00
mtreinishI'll send that proposal out today16:00
*** coolsvap|afk is now known as coolsvap16:01
*** mlavalle has joined #openstack-qa16:01
dims_mtreinish, there's a boatload of "Adding interface eth0 to bridge br100" in the logs you pointed me to16:04
dkranzandreaf: Were you going to update https://review.openstack.org/#/c/86967/ (non-admin)? It would be great to get it approved soon.16:05
mtreinishdims_: so it's probably not the best example. :) It's a grenade run icehouse run so it's going from havana->icehouse...16:05
dkranzandreaf: Also, did my comment a minute ago address your question about the client-checking spec?16:05
andreafdkranz: I uploaded patchset #7 on non-admin bp16:06
openstackrecheckConsole logs not available after 13:29s for check-tempest-dsvm-postgres-full 92512,6,ed03a4d16:06
dims_mtreinish, i see the same problem in ther other set of logs i was looking at16:06
dkranzsdague, mkoderer : I responded to your -1 on https://review.openstack.org/#/c/93037/. Can you  please remove the -1 or set me straight?16:07
mriedemmtreinish: https://review.openstack.org/#/c/81947/16:07
*** jgrimm has quit IRC16:07
mriedemhave to pass -1 for unlimited in v3 api i guess16:07
andreafdkranz: or do you mean answer Rochelle's comment? I will do that16:07
dkranzandreaf: That's what I meant.16:07
dims_mtreinish, linux_net.ensure_bridge does not seem to find br100 properly and tries to rebuild it16:08
mtreinishmriedem: oh, yeah that should work16:08
mriedemmtreinish: easy fix, i'll just update the tempest v3 servers client16:08
mtreinishdims_: hmm, yeah that could be a part of it. Although the check is just looking for the bridge file in /sys/class/net16:10
dims_mtreinish, will try to understand the code and ping back :)16:10
*** evgenyf has quit IRC16:13
*** mmaglana has quit IRC16:15
openstackgerritMatt Riedemann proposed a change to openstack/tempest: Convert get_console_output length=None to -1 for Nova V3 API calls  https://review.openstack.org/9914416:16
mriedemmtreinish: sdague: ^16:16
andreafdkranz: + 1 on the client-checking16:18
dkranzandreaf: thanks16:18
*** jaypipes has quit IRC16:20
andreafdkranz: for the non-admin I will do asap, but first I'm trying to find a solution for https://review.openstack.org/#/c/98400/ (static test accounts).16:20
openstackrecheckConsole logs not available after 13:28s for check-tempest-dsvm-neutron 98564,3,a6b6c8916:20
dkranzandreaf: Cool! I guess that is not ready for review yet, right?16:21
andreafno it's just a problem statement this far - but if you have ideas on how to do it please feel free to comment!16:22
*** thomasbiege1 has joined #openstack-qa16:25
*** luqas has quit IRC16:25
*** thomasbiege has quit IRC16:26
jogomtreinish: AFAIK it doesn't need to be does it?16:27
jogomtreinish: if g-r matched per project hacking rules, all projects with hacking 0.8 would fail (since it wouldn't explicitly be in the mirror).16:28
*** jgrimm has joined #openstack-qa16:29
*** thomasbiege has joined #openstack-qa16:30
*** thomasbiege1 has quit IRC16:30
*** thomasbiege has quit IRC16:31
*** jaypipes has joined #openstack-qa16:33
*** ChanServ sets mode: +o jaypipes16:33
*** mriedem has quit IRC16:35
*** markmcclain has joined #openstack-qa16:36
openstackrecheckConsole logs not available after 13:56s for gate-tempest-dsvm-large-ops 98947,1,92deed616:38
*** mmaglana has joined #openstack-qa16:41
mkodererdkranz: yep I already tried to discuss with sdague but he was busy with other topics16:44
mkodererdkranz: I think we should add the detail in the spec16:44
mkodererbut anyway at the end it's just a nit16:46
*** mwagner_lap has quit IRC16:48
*** dkranz has quit IRC16:49
*** mriedem has joined #openstack-qa16:49
mtreinishjogo: but won't the proposal bot keep throwing up commits because they don't match?16:49
*** gszasz has quit IRC16:50
jogomtreinish: we have a special exception for hacking16:50
*** gszasz has joined #openstack-qa16:50
*** giulivo has quit IRC16:51
mtreinishjogo: really? tempest got one with the bump: https://review.openstack.org/#/c/96829/16:52
jogoruh roh16:52
jogomordred: ^16:52
jogofungi: ^16:53
mtreinishI also like that it fails the requirements check...16:53
*** gszasz has quit IRC16:54
jogomtreinish: link?16:55
*** gszasz has joined #openstack-qa16:55
mtreinishhttp://logs.openstack.org/29/96829/7/check/gate-tempest-requirements/d31fec2/console.html16:56
eglynnsdague: FYI https://review.openstack.org/99147 (ceilo: Remove low-value logging from publication codepath)16:56
sdagueeglynn: awesome16:57
*** leseb has quit IRC16:57
jogomtreinish: lol, did your bump hacking patches in tempest land at least?16:58
*** gszasz has quit IRC16:58
*** gszasz has joined #openstack-qa16:59
mtreinishjogo: nope they're stuck on the same thing: https://review.openstack.org/#/q/status:open+project:openstack/tempest+branch:master+topic:hacking,n,z16:59
mtreinishin the most recent rev I tried copying the string from g-r and had the same issue16:59
mtreinishdoes your nova patch get past the requirements check?16:59
*** gszasz has quit IRC17:00
jogomtreinish: I doubt it17:01
*** gszasz has joined #openstack-qa17:03
*** weshay has quit IRC17:04
*** weshay has joined #openstack-qa17:04
*** jpich has quit IRC17:04
*** thomasbiege has joined #openstack-qa17:05
*** eglynn has quit IRC17:06
openstackrecheckConsole logs not available after 13:34s for check-tempest-dsvm-full 85687,6,fd4e06f17:07
mordredjogo: what did I do?17:07
*** harlowja_away is now known as harlowja17:08
openstackrecheckopenstack/tempest change: https://review.openstack.org/92436 failed because of: gate-grenade-dsvm: https://bugs.launchpad.net/bugs/131509517:08
vrovachevmtreinish: sdague: Hi, in my patch (https://review.openstack.org/#/c/64136/) XenServer CI permanently falls. Fails 11 tests for images. Is it a known issue? Recheck XenServer CI while check won't pass?17:11
fungijogo: i know of no special exception in the proposal bot for hacking version updates17:17
*** vrovachev has quit IRC17:17
*** jgrimm has quit IRC17:19
*** jordanP has quit IRC17:19
openstackrecheckConsole logs not available after 14:23s for gate-devstack-bash8 98951,1,e03d7b217:23
*** gszasz has quit IRC17:25
*** markmcclain has quit IRC17:25
*** gszasz has joined #openstack-qa17:26
*** dims_ has quit IRC17:28
*** markmcclain has joined #openstack-qa17:29
*** amotoki_ has quit IRC17:37
*** gszasz has quit IRC17:37
*** gszasz has joined #openstack-qa17:38
*** rdekel has joined #openstack-qa17:40
*** dims_ has joined #openstack-qa17:42
*** bkopilov has joined #openstack-qa17:49
openstackgerritA change was merged to openstack/tempest: Use correct base test class for test_stress unit tests  https://review.openstack.org/9904617:51
*** ildikov_ has quit IRC17:53
*** bknudson has joined #openstack-qa17:53
*** ildikov_ has joined #openstack-qa17:54
*** malini1 has joined #openstack-qa17:54
openstackrecheckConsole logs not available after 13:44s for gate-nova-python27 98724,5,45d377217:55
bknudsonis this the place to ask a question about adding a test to tempest?17:55
malini1hello..I am running into compute test failures in one of my tempest patches. Any pointers to how I can get around this http://logs.openstack.org/44/94944/12/check/check-tempest-dsvm-postgres-full/aad1161/logs/testr_results.html.gz ?17:56
malini1bknudson: it is :)17:56
bknudsonok, so I'm looking to add a test for identity v3, essentially the GET /v3 response17:56
bknudsonlooks like there isn't one already17:56
openstackrecheckopenstack/python-troveclient change: https://review.openstack.org/90462 failed gate-tempest-dsvm-neutron in the gate queue with an unrecognized error17:57
bknudsonbut I'm looking at implementing a blueprint and want to make sure the behavior is covered already17:57
bknudsonI think I need to update services/identity/v3/json/identity_client.py to add a get_version17:57
openstackgerritA change was merged to openstack-infra/elastic-recheck: Add fingerprint fur bug 1268725  https://review.openstack.org/9891317:57
openstackgerritA change was merged to openstack-infra/elastic-recheck: Remove duplicate query for 1326820 and 1326855  https://review.openstack.org/9891917:57
bknudsonand add a tempest/api/identity/v3/test_versions.py file with the test in it17:57
bknudsonanything else I'd be missing?17:57
bknudsonare unit tests required for services/identity/v3/json/identity_client.py ?17:58
bknudsonThere aren't any existing unit tests for services/identity/v3/json/identity_client.py17:58
malini1bknudson: AFAIK you don't need unit tests for the client modules. But might be a good idea to confirm with one of the core  folks17:59
*** jlibosva has quit IRC18:01
*** rwsu has joined #openstack-qa18:02
*** jaypipes has quit IRC18:03
*** gszasz has quit IRC18:04
*** mrodden has joined #openstack-qa18:05
*** ildikov_ has quit IRC18:06
*** openstackrecheck has quit IRC18:08
*** openstackrecheck has joined #openstack-qa18:08
*** leseb has joined #openstack-qa18:08
*** leseb has quit IRC18:13
*** coolsvap is now known as coolsvap|afk18:17
*** __afazekas is now known as afazekas18:18
afazekassdague: we timeout the ssh connection after 8 sec http://logs.openstack.org/31/95831/4/check/check-grenade-dsvm/421ce32/console.html#_2014-06-09_15_35_58_878 ,  we should retry it https://review.openstack.org/#/c/98212/18:19
sdagueafazekas: no we don't18:20
sdagueyou aren't reading the minutes column18:20
afazekashttp://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOiBcInRlbXBlc3QuY29tbW9uLnNzaCB0aW1lb3V0XFw6IHRpbWVkIG91dFwiIEFORCB0YWdzOlwiY29uc29sZVwiIiwiZmllbGRzIjpbXSwib2Zmc2V0IjowLCJ0aW1lZnJhbWUiOiI2MDQ4MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsInRpbWUiOnsidXNlcl9pbnRlcnZhbCI6MH0sInN0YW1wIjoxNDAyNDI0NDA3NDA5LCJtb2RlIjoiIiwiYW5hbHl6ZV9maWVsZCI6IiJ918:20
sdaguewe time out after 3 minutes and 8 seconds18:20
openstackgerritA change was merged to openstack-infra/elastic-recheck: Refine queries for tripleo jobs  https://review.openstack.org/9809618:20
sdaguethat tripped me up the other day as well18:21
sdaguebut the timestamps are very clear18:21
afazekassdague: I do not really like the realtive time print :)18:21
afazekasthx18:21
sdaguenow, why we are sleeping an extra 60 seconds, that's probably a bug18:22
afazekassdague: the 60 sec sleep was in the tcp socket18:22
afazekasThe retry is good as it is :(18:23
afazekasjust the 'after 2 seconds' printing is incorrect18:23
sdagueyeh18:23
sdagueif you want to fix the message, I'd be +2 on that18:23
sdaguebetter to not confuse people18:24
*** harlowja is now known as harlowja_away18:25
afazekasHow could we make the gating  issues more debug-able ?18:25
*** dims_ has quit IRC18:25
*** openstackrecheck has quit IRC18:26
*** openstackrecheck has joined #openstack-qa18:26
afazekasI have seen many issues which without local reproduce and trace cannot be solved18:29
*** safchain has quit IRC18:29
afazekassdague: What else could be logged,traced, dumped , what trick could be used on failure ?18:30
*** ildikov has joined #openstack-qa18:33
*** jgrimm has joined #openstack-qa18:33
*** kgriffs is now known as kgriffs|afk18:35
*** nati_ueno has joined #openstack-qa18:35
openstackrecheckConsole logs not available after 13:27s for check-grenade-dsvm 92166,15,67211c918:39
sdagueafazekas: so this was the conversation we started having yesterday, though I'm about to be less useful for the rest of the day. What I think we really need is a unified verification class for guests18:40
sdaguethat includes a series of debug operations18:40
afazekassdague: what else than console output check ?18:41
sdagueafazekas: icmp traffic works18:42
sdaguedo another round of collecting floating ip config18:42
sdagueI'm not entirely sure yet18:43
*** wramthun has quit IRC18:43
sdaguehowever if we had it all consolidated we could make a pretty thurough dump18:43
afazekasOn all vm, or just when the ssh connection fails ?18:43
*** wramthun has joined #openstack-qa18:43
afazekashttps://github.com/openstack/tempest/blob/master/tempest/common/ssh.py#L69 her we could add an extra try which finds the vm related to the ip and does the stuff18:44
afazekasAll vm would have time cost, Very frequently we delete the vm even without an active state (~ 2 sec lifetime), deleting a vm in active state ~12 sec lifetime. deleting a pingable vm can be more than 30 sec18:49
*** SridharG has quit IRC18:51
openstackrecheckConsole logs not available after 13:31s for check-tempest-dsvm-postgres-full 95280,3,69d89b418:53
*** dustins1 has left #openstack-qa18:54
*** dustins1 has joined #openstack-qa18:54
*** dustins1 has left #openstack-qa18:56
*** dustins1 has joined #openstack-qa18:56
*** markmcclain has quit IRC18:56
*** nati_ueno has quit IRC18:57
*** dustins1 has left #openstack-qa18:57
*** dustins1 has joined #openstack-qa18:57
*** marun is now known as marun_afk18:59
*** SlickN1k has quit IRC19:01
*** bknudson has quit IRC19:02
*** aimon has quit IRC19:02
*** harlowja_away is now known as harlowja19:03
openstackrecheckConsole logs not available after 13:29s for gate-nova-python26 99153,1,2c4d1bb19:06
*** nati_ueno has joined #openstack-qa19:09
*** dims_ has joined #openstack-qa19:10
*** qba73 has joined #openstack-qa19:11
*** qba73 has quit IRC19:15
*** dustins1 has quit IRC19:16
openstackrecheckConsole logs not available after 13:29s for gate-nova-pep8 99157,1,dc5faa819:20
*** amotoki has quit IRC19:22
*** afazekas has quit IRC19:26
*** Sukhdev has joined #openstack-qa19:31
*** catohornet1 has quit IRC19:31
openstackrecheckConsole logs not available after 13:24s for gate-nova-pep8 99155,1,557191119:33
*** malini2 has joined #openstack-qa19:34
*** malini1 has quit IRC19:37
openstackgerritIan Wienand proposed a change to openstack-dev/devstack: Expand variables in get_meta_section_files  https://review.openstack.org/9895119:39
*** Sukhdev has quit IRC19:40
openstackrecheckConsole logs not available after 13:30s for gate-nova-pep8 99154,1,da5d27e19:47
*** bknudson has joined #openstack-qa19:50
*** marun_afk is now known as marun19:55
*** jaypipes has joined #openstack-qa20:00
*** ChanServ sets mode: +o jaypipes20:00
openstackrecheckConsole logs not available after 13:51s for gate-nova-pep8 99156,1,2a0bebc20:01
*** markmcclain has joined #openstack-qa20:02
*** aimon_ has joined #openstack-qa20:10
*** nati_ueno has quit IRC20:11
openstackrecheckConsole logs not available after 13:24s for gate-heat-python26 88636,6,bd150fb20:14
*** cbader has joined #openstack-qa20:17
*** nati_ueno has joined #openstack-qa20:19
openstackgerritAndrea Frittoli  proposed a change to openstack/qa-specs: Spec for running tempest as non-admin  https://review.openstack.org/8696720:20
andreafdkranz: ^^^20:21
mriedemsdague: mtreinish: i'm smelling something in the 3rd party boto tests possibly related to nova-network leaks20:22
mriedemhttp://goo.gl/6f1dfw20:23
mriedemseeing InstanceNotFound in allocate_fixed_ip for the boto instance run tests20:23
mriedemhttp://git.openstack.org/cgit/openstack/tempest/tree/tempest/thirdparty/boto/test_ec2_instance_run.py20:23
mriedemdims_: ^20:23
mriedemwondering if something in the ec2 api flow isn't cleaning up networks?20:23
mriedemmikal: ^ since i found that looking at your logging patch20:24
*** afazekas has joined #openstack-qa20:24
sdaguemriedem: could be, it happens really late though20:25
sdaguethe ec2 tests that is20:25
mriedemaround the same time as scenario tests though right?20:26
mriedemand that's when we also see the ssh failures20:26
openstackrecheckConsole logs not available after 13:26s for gate-nova-pep8 94915,11,de9a32420:28
*** kmartin has quit IRC20:33
*** enikanorov_ has quit IRC20:33
*** esmute has quit IRC20:33
*** cschwede_ has quit IRC20:33
*** Sukhdev has joined #openstack-qa20:33
*** esmute has joined #openstack-qa20:33
*** kmartin has joined #openstack-qa20:33
*** kmartin has quit IRC20:33
*** kmartin has joined #openstack-qa20:33
*** cschwede has joined #openstack-qa20:35
*** plomakin_ has joined #openstack-qa20:39
openstackrecheckConsole logs not available after 13:34s for gate-nova-pep8 94501,7,3d39e0520:41
*** dhellmann_ has joined #openstack-qa20:41
*** kgriffs|afk is now known as kgriffs20:46
*** dhellmann_ has quit IRC20:48
*** dhellmann_ has joined #openstack-qa20:48
*** sballe has joined #openstack-qa20:49
sdaguemriedem: yeh often20:52
sdaguemriedem: it's a good guess, the ec2 paths are kind of gorp20:52
sdaguein both nova and tempest20:53
sdaguemriedem loves his bug numbers :)20:53
andreafmtreinish: ping20:53
mriedemnow if i only knew anything about the ec2 api20:54
mtreinishandreaf: pong20:54
mriedemsdague: i certainly do, otherwise i get lost20:54
*** bknudson has quit IRC20:54
*** rdekel has quit IRC20:54
*** mmaglana has quit IRC20:54
*** dhellmann has quit IRC20:54
*** Obulpathi has quit IRC20:54
*** masayukig has quit IRC20:54
*** coolsvap|afk has quit IRC20:54
*** smurashov has quit IRC20:54
*** plomakin has quit IRC20:54
*** openstackgerrit has quit IRC20:54
*** dhellmann_ is now known as dhellmann20:54
andreafmtreinish: what's the policy for using the gate tag on tests? https://review.openstack.org/#/c/90306/10/tempest/api/volume/admin/test_qos.py,cm20:54
*** smurashov has joined #openstack-qa20:54
sdagueandreaf: the policy should be that we remove it20:54
mtreinishandreaf: I don't think there is one, it doesn't actually do anything20:54
sdagueit's vestigial from an effort that never happened20:54
andreafso no no gate tag on new test20:55
andreafsdague, mtreinish: thanks20:55
openstackrecheckConsole logs not available after 13:30s for gate-nova-pep8 95279,6,0fe288b20:55
andreafit could worth a note in hacking or ~20:56
*** nati_ueno has quit IRC20:56
*** dhellmann has quit IRC20:56
*** rdekel has joined #openstack-qa20:57
*** enikanorov_ has joined #openstack-qa20:59
*** nati_ueno has joined #openstack-qa21:05
*** mwagner_lap has joined #openstack-qa21:06
openstackrecheckConsole logs not available after 13:32s for check-grenade-dsvm 93754,6,7f7653821:08
*** leseb has joined #openstack-qa21:10
*** rockyg has joined #openstack-qa21:10
*** bknudson has joined #openstack-qa21:11
*** mmaglana has joined #openstack-qa21:11
*** Obulpathi has joined #openstack-qa21:11
*** masayukig has joined #openstack-qa21:11
*** coolsvap|afk has joined #openstack-qa21:11
*** openstackgerrit has joined #openstack-qa21:11
*** nati_ueno has quit IRC21:15
*** mlavalle has quit IRC21:21
openstackrecheckConsole logs not available after 13:25s for gate-ceilometer-python26 77845,36,9641b1b21:22
*** leseb has quit IRC21:26
*** jaypipes has quit IRC21:26
*** jaypipes has joined #openstack-qa21:29
*** ChanServ sets mode: +o jaypipes21:29
*** adalbas has quit IRC21:29
*** Obulpathi has quit IRC21:32
*** nati_ueno has joined #openstack-qa21:35
openstackrecheckConsole logs not available after 13:25s for gate-tempest-dsvm-neutron 97071,4,085643321:35
*** leseb has joined #openstack-qa21:36
openstackgerritCarlos Gonçalves proposed a change to openstack-dev/devstack: Support for Neutron Traffic Steering service plugin  https://review.openstack.org/9921321:36
*** jaypipes has quit IRC21:37
*** mriedem has quit IRC21:47
*** dims__ has joined #openstack-qa21:52
*** dims_ has quit IRC21:54
*** dhellmann has joined #openstack-qa21:55
openstackrecheckConsole logs not available after 13:26s for check-tempest-dsvm-postgres-full 98564,3,9f9e37b22:02
*** rdekel has quit IRC22:03
openstackgerritSean Dague proposed a change to openstack/tempest: make logformat more similar to oslo  https://review.openstack.org/9881922:09
catohornetn22:11
catohornetn22:11
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Add a hacking check to block scenario manager in api tests  https://review.openstack.org/9616422:13
sballehi22:13
sballeI am running into problems with devstack and stable/icehouse. Is this IRC a good place to ask questions?22:14
*** nati_ueno has quit IRC22:14
openstackrecheckConsole logs not available after 13:26s for check-tempest-dsvm-full 97124,4,d937eb822:16
*** ekhugen has quit IRC22:21
*** bknudson has quit IRC22:22
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: add a tool for determining unaccounted for rechecks  https://review.openstack.org/9462422:24
openstackgerritJamie Lennox proposed a change to openstack-dev/devstack: Use identity_uri instead of auth fragments  https://review.openstack.org/9454522:28
*** Sukhdev has quit IRC22:29
*** Sukhdev has joined #openstack-qa22:29
openstackrecheckConsole logs not available after 13:29s for gate-tempest-dsvm-large-ops 85210,2,6337c7c22:29
*** leseb has quit IRC22:32
*** nati_ueno has joined #openstack-qa22:32
openstackgerritAdam Gandelman proposed a change to openstack/tempest: Bump baremetal power/assoc/unprovision timeouts  https://review.openstack.org/9922622:38
openstackrecheckConsole logs not available after 13:42s for gate-trove-python26 94484,4,64f06ac22:43
*** rockyg has quit IRC22:48
openstackgerritChris Buccella proposed a change to openstack/tempest: Remove the skip for test_get_instance_action()  https://review.openstack.org/9923122:57
openstackrecheckConsole logs not available after 13:51s for check-grenade-dsvm 89474,15,78ce80d22:57
dims__sdague, mreidem, mtreinish - boto had a release on May 30th (2.29.1) we do seem to be picking it up (http://logs.openstack.org/72/98872/2/check/check-tempest-dsvm-neutron/04fb1fa/logs/pip-freeze.txt.gz)22:57
*** rbak has quit IRC23:02
openstackgerritA change was merged to openstack/tempest: Test script for CRUD operations on regions  https://review.openstack.org/9334723:06
*** dims__ has quit IRC23:06
*** aimon_ has quit IRC23:06
*** cbader has quit IRC23:07
*** dims__ has joined #openstack-qa23:08
*** nati_ueno has quit IRC23:10
openstackrecheckConsole logs not available after 13:25s for check-grenade-dsvm-partial-ncpu 95407,3,252edda23:10
openstackgerritSean Dague proposed a change to openstack/tempest: make logformat more similar to oslo  https://review.openstack.org/9881923:14
*** atiwari has quit IRC23:16
*** kgriffs is now known as kgriffs|afk23:35
openstackrecheckConsole logs not available after 13:26s for check-grenade-dsvm 98212,1,2b3e6a923:37
openstackgerritRyan Hsu proposed a change to openstack/tempest: Handle backup not found in test_create_backup  https://review.openstack.org/9869323:40
*** yamahata has quit IRC23:46
*** mmaglana has quit IRC23:47
openstackrecheckConsole logs not available after 13:24s for gate-nova-python26 99181,1,16b08fa23:50
openstackgerritAnita Kuno proposed a change to openstack-infra/elastic-recheck: Add query for ceilometer test_notify_alarm bug 1321826  https://review.openstack.org/9814923:55
*** GMann has joined #openstack-qa23:56

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