Thursday, 2014-09-25

*** mmedvede has joined #openstack-qa00:00
bknudsonso I had a check-tempest-dsvm-neutron-full fail on tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild00:01
bknudsonmaybe this is the error: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild00:02
bknudsonhttp://logs.openstack.org/57/115857/3/check/check-tempest-dsvm-neutron-full/42d4f15/console.html00:02
bknudsonTimed out waiting for 172.24.4.91 to become reachable00:02
bknudsonlooks like it waited a couple minutes00:03
bknudsonlooks like it failed on self._setup_network_and_servers() -- so it hadn't even done the rebuild yet which is what it's testing.00:11
bknudsonhttp://logs.openstack.org/57/115857/3/check/check-tempest-dsvm-neutron-full/42d4f15/console.html#_2014-09-24_20_33_31_87800:11
*** boden has joined #openstack-qa00:12
*** dimtruck is now known as zz_dimtruck00:13
*** openstackgerrit has quit IRC00:16
*** openstackgerrit has joined #openstack-qa00:17
*** boden has quit IRC00:17
*** dims has quit IRC00:18
openstackgerritA change was merged to openstack/tempest: Migrate database API tests to resource_* fixtures  https://review.openstack.org/12154300:24
openstackgerritA change was merged to openstack/tempest: Migrate data_processing API tests to resource_* fixtures  https://review.openstack.org/12154400:25
*** mlavalle has quit IRC00:27
bknudsonis there any way that the test could check if a vm was up or failed for some reason?00:28
bknudsonseems like it should be able to get the vm boot log00:28
bknudsonoh, looks like that's what it prints out in the test...00:29
*** dmorita has joined #openstack-qa00:29
*** yjiang5 has joined #openstack-qa00:29
bknudsonI think this is showing that there's no console output: http://logs.openstack.org/57/115857/3/check/check-tempest-dsvm-neutron-full/42d4f15/console.html#_2014-09-24_20_33_30_04200:30
bknudsonnow I think I was wrong about no console output... I think this is the console output: http://logs.openstack.org/57/115857/3/check/check-tempest-dsvm-neutron-full/42d4f15/console.html#_2014-09-24_20_33_30_11700:34
bknudsonwhat does normal console output look like ...00:34
*** yamahata_ has joined #openstack-qa00:36
openstackgerritJoe Gordon proposed a change to openstack/tempest: Add bash to tox whitelist_externals  https://review.openstack.org/12389600:36
*** aimon has quit IRC00:41
*** suneelb has quit IRC00:41
openstackgerritKen'ichi Ohmichi proposed a change to openstack-dev/devstack: Remove Nova v3 API endpoint  https://review.openstack.org/12389700:44
*** melwitt has quit IRC00:47
*** dims has joined #openstack-qa00:48
*** harlowja_ has quit IRC00:51
openstackgerritKen'ichi Ohmichi proposed a change to openstack-dev/devstack: Add Nova v2.1 API endpoint  https://review.openstack.org/12259000:52
openstackgerritKen'ichi Ohmichi proposed a change to openstack-dev/devstack: Add Nova v2.1 API endpoint  https://review.openstack.org/12259000:53
*** arnaud__ has quit IRC01:02
*** arnaud has quit IRC01:02
openstackgerritBrant Knudson proposed a change to openstack/tempest: Easier to read console output  https://review.openstack.org/12390801:06
*** aimon has joined #openstack-qa01:06
*** mriedem has joined #openstack-qa01:08
mriedemi'm pretty sure we used to have a keystone or infra bug for this,01:08
mriedemhttps://bugs.launchpad.net/keystone/+bug/137368001:08
mriedemsomeone remember that?01:08
mriedembknudson: morganfainberg: ^?01:08
jgriffithsdague: ping01:08
bknudsonmriedem: yes, I assume the bug is still open01:09
bknudsonsince it's not like we changed anything01:09
*** zz_dimtruck is now known as dimtruck01:10
openstackgerritBrant Knudson proposed a change to openstack/tempest: Easier to read console output  https://review.openstack.org/12390801:11
*** boden has joined #openstack-qa01:13
*** boden has quit IRC01:17
*** harlowja has joined #openstack-qa01:18
*** Sukhdev has quit IRC01:21
*** Sukhdev has joined #openstack-qa01:22
openstackgerritA change was merged to openstack/tempest: Migrate TestStampPattern to tempest client  https://review.openstack.org/12219601:25
openstackgerritA change was merged to openstack/tempest: Drop autoscaling scenario test  https://review.openstack.org/12326001:26
*** mmedvede has quit IRC01:26
openstackgerritMatt Riedemann proposed a change to openstack-infra/elastic-recheck: Add query for keystone bug 1373680  https://review.openstack.org/12391001:28
*** JayJ_ has joined #openstack-qa01:42
morganfainbergmriedem, bknudson, yeah the bug was largly mitigated (2x in 10 days as you said) by stop/sleep 1/start on apache. it's a really long running old old old apache issue. i think we could be smarter about apache restarts in devstack and limit it further01:42
*** marun has joined #openstack-qa01:44
*** yjiang5 has quit IRC01:45
*** nosnos has joined #openstack-qa01:45
lifelessmorganfainberg: why do you need to restart apache in devstack?01:49
morganfainberglifeless, when we configure horizon, keystone, etc we restart to pickup the configs01:49
lifelessmorganfainberg: isn't a graceful sufficient?01:49
morganfainberglifeless, and listen on the ports / free up the ports01:49
morganfainberglifeless, ideally yes.01:49
lifelessmorganfainberg: but01:49
morganfainbergoh wait this is stable? grenade01:49
morganfainberglifeless, i think we need to fix that to be gracefuls.01:50
morganfainberglifeless, was the point. we can be smarter about it01:50
morganfainbergor we can just kill -9 apache :P01:52
*** jpich has quit IRC01:57
*** bknudson has quit IRC02:04
*** rvcehimanshu has joined #openstack-qa02:04
gmannEmilienM: I was going through https://review.openstack.org/#/c/105434/ . Did you post another patch as you mentioned in patch about root cause was found?02:07
*** WinnieTsang has quit IRC02:08
openstackgerritKen'ichi Ohmichi proposed a change to openstack-dev/devstack: Remove Nova v3 API endpoint  https://review.openstack.org/12389702:10
openstackgerritKen'ichi Ohmichi proposed a change to openstack-dev/devstack: Add Nova v2.1 API endpoint  https://review.openstack.org/12259002:10
*** cnesa13 has quit IRC02:10
*** jecarey has joined #openstack-qa02:13
*** boden has joined #openstack-qa02:14
*** jpich has joined #openstack-qa02:14
*** dimtruck is now known as zz_dimtruck02:16
*** marun has quit IRC02:17
*** boden has quit IRC02:18
*** arnaud has joined #openstack-qa02:22
*** dims has quit IRC02:23
*** rvcehimanshu has quit IRC02:24
*** annegentle has quit IRC02:25
*** annegentle has joined #openstack-qa02:27
*** rodrigods_ has quit IRC02:27
*** Sukhdev has quit IRC02:28
*** rvcehimanshu has joined #openstack-qa02:30
openstackgerritKen'ichi Ohmichi proposed a change to openstack-infra/devstack-gate: Remove Nova v3 API test configuration  https://review.openstack.org/12302702:33
*** Poornima has joined #openstack-qa02:33
*** rvcehimanshu has quit IRC02:37
*** rvcehimanshu has joined #openstack-qa02:42
*** rvcehimanshu has quit IRC02:45
*** jyuso has joined #openstack-qa02:46
*** zz_dimtruck is now known as dimtruck02:46
*** rvcehimanshu has joined #openstack-qa02:46
*** rvcehimanshu has quit IRC02:55
*** rvcehimanshu has joined #openstack-qa03:04
*** rvcehimanshu has quit IRC03:11
*** rvcehimanshu has joined #openstack-qa03:12
*** boden has joined #openstack-qa03:15
*** JayJ_ has quit IRC03:16
*** rvcehimanshu has quit IRC03:16
*** rvcehimanshu has joined #openstack-qa03:17
*** boden has quit IRC03:19
*** pcrews has quit IRC03:22
*** dims has joined #openstack-qa03:23
*** chandankumar has joined #openstack-qa03:25
*** dims has quit IRC03:28
*** mriedem has quit IRC03:30
*** rvcehimanshu has quit IRC03:31
gmannandreaf: regarding get_admin_cred comment on https://review.openstack.org/#/c/107685/40/tempest/common/accounts.py03:35
gmannandreaf: i thought admin cred also will be pre created in yaml file and serve to tests requires those03:36
openstackgerritA change was merged to openstack-dev/devstack: Use mod_version to clean-up apache version matching  https://review.openstack.org/10412503:43
openstackgerritA change was merged to openstack/tempest: Migrate test_load_balancer_basic to tempest client  https://review.openstack.org/11823203:53
*** coolsvap is now known as coolsvap|gone03:58
*** chandankumar has quit IRC04:02
*** Sukhdev has joined #openstack-qa04:06
openstackgerritOpenStack Proposal Bot proposed a change to openstack/tempest: Updated from global requirements  https://review.openstack.org/11011004:12
*** rvcehimanshu has joined #openstack-qa04:14
*** boden has joined #openstack-qa04:15
*** boden has quit IRC04:20
*** marun has joined #openstack-qa04:46
*** Poornima has quit IRC04:50
*** eezhova has joined #openstack-qa04:54
*** swamireddy has joined #openstack-qa04:55
*** kashyap has joined #openstack-qa05:03
swamireddycyeoh: Hi05:06
swamireddycyeoh: I have updated the patch and submited the next patch set #10...Could you please review the same https://review.openstack.org/#/c/115944/05:07
*** Poornima has joined #openstack-qa05:07
*** jpich has quit IRC05:15
*** boden has joined #openstack-qa05:16
*** oomichi has joined #openstack-qa05:19
*** vigneshvar has joined #openstack-qa05:20
*** boden has quit IRC05:20
*** coolsvap|gone is now known as coolsvap05:26
*** jpich has joined #openstack-qa05:28
*** ashishg has joined #openstack-qa05:30
*** om has joined #openstack-qa05:31
*** arnaud has quit IRC05:34
*** salv-orlando has quit IRC05:38
ashishgPlease let me know if there is any reason for https://review.openstack.org/#/c/102820/ review in progress for long time.05:43
*** harlowja is now known as harlowja_away05:53
openstackgerritThomas Bechtold proposed a change to openstack-dev/devstack: Fix pkg name for mysql-connector-python on SUSE  https://review.openstack.org/12393505:56
*** Sukhdev has quit IRC06:03
*** flaper87|afk is now known as flaper8706:08
*** jlibosva has joined #openstack-qa06:14
*** boden has joined #openstack-qa06:17
*** jhenner has joined #openstack-qa06:19
*** boden has quit IRC06:21
*** Poornima has quit IRC06:22
*** andreaf has quit IRC06:23
*** gszasz has joined #openstack-qa06:33
*** markus_z has joined #openstack-qa06:36
*** k4n0 has joined #openstack-qa06:37
*** marun has quit IRC06:57
openstackgerritZhi Kun Liu proposed a change to openstack/tempest: enable volumes v2 snapshot tests by sharing codes  https://review.openstack.org/10666406:57
*** boden has joined #openstack-qa07:18
*** Poornima has joined #openstack-qa07:20
*** boden has quit IRC07:22
*** jpich_ has joined #openstack-qa07:28
*** nuclearworm has joined #openstack-qa07:30
*** chandankumar has joined #openstack-qa07:30
*** nuclearworm has left #openstack-qa07:30
*** sergsh has joined #openstack-qa07:31
*** jpich has quit IRC07:32
*** sergsh is now known as nuclearworm07:32
*** jpich_ is now known as jpich07:33
*** gfidente has joined #openstack-qa07:33
*** nuclearworm is now known as sergsh07:35
*** Albert_13 has joined #openstack-qa07:36
*** jlanoux has joined #openstack-qa07:37
openstackgerritgaryk proposed a change to openstack-dev/devstack: Ensure that keystone uses global debug setting  https://review.openstack.org/12395907:41
*** arnaud has joined #openstack-qa07:42
*** qba73 has joined #openstack-qa07:46
*** e0ne has joined #openstack-qa07:46
*** e0ne has quit IRC07:49
*** e0ne has joined #openstack-qa07:50
*** chandankumar has quit IRC07:52
*** arnaud has quit IRC07:54
*** e0ne has quit IRC07:55
*** qba73 has quit IRC07:57
*** safchain has joined #openstack-qa07:58
*** e0ne has joined #openstack-qa07:59
*** rushiagr_away is now known as rushiagr08:00
*** qba73 has joined #openstack-qa08:01
*** e0ne has quit IRC08:01
openstackgerritChristian Berendt proposed a change to openstack/tempest: Stop using intersphinx  https://review.openstack.org/12396308:06
*** Poornima has quit IRC08:10
*** e0ne has joined #openstack-qa08:10
*** jpich has quit IRC08:11
*** boden has joined #openstack-qa08:12
*** arnaud has joined #openstack-qa08:14
*** zz_johnthetubagu is now known as johnthetubaguy08:16
*** e0ne has quit IRC08:17
*** chandankumar has joined #openstack-qa08:19
*** jordanP has joined #openstack-qa08:22
openstackgerritChristian Berendt proposed a change to openstack-infra/subunit2sql: Stop using intersphinx  https://review.openstack.org/12397308:26
*** swamireddy has quit IRC08:33
*** swamireddy has joined #openstack-qa08:34
*** chandankumar has quit IRC08:35
*** arnaud has quit IRC08:36
*** afazekas has joined #openstack-qa08:39
*** andreaf_ is now known as andreaf08:39
*** openstackgerrit has quit IRC08:48
*** Longgeek has joined #openstack-qa08:52
*** rushiagr is now known as rushiagr_away08:52
*** mkollaro has joined #openstack-qa08:56
*** tosky has joined #openstack-qa09:05
*** Poornima has joined #openstack-qa09:07
*** SridharG has joined #openstack-qa09:09
*** Dafna has joined #openstack-qa09:18
*** e0ne has joined #openstack-qa09:23
*** jhenner has quit IRC09:27
*** rvcehimanshu has quit IRC09:30
*** om has quit IRC09:31
*** e0ne has quit IRC09:34
*** Longgeek has quit IRC09:35
*** e0ne has joined #openstack-qa09:35
*** tkammer has joined #openstack-qa09:36
*** ashishg has quit IRC09:36
*** swamireddy has quit IRC09:41
*** rvcehimanshu has joined #openstack-qa09:42
*** swamireddy has joined #openstack-qa09:42
*** Longgeek has joined #openstack-qa09:44
*** cnesa13 has joined #openstack-qa09:55
*** rushiagr_away is now known as rushiagr09:56
*** qba73 has quit IRC09:57
*** qba73 has joined #openstack-qa09:58
*** mwagner_lap has joined #openstack-qa10:01
*** om has joined #openstack-qa10:03
swamireddyafazekas: Thanks for review the reboot_insntace test case patch10:04
swamireddyafazekas: And you have suggested to add a assert statement for reservation? Is there assert check avaiable in utils or so?10:05
*** dims has joined #openstack-qa10:09
*** qba73 has quit IRC10:10
afazekasswamireddy: I can't remember, but probably assertEqual(1, len(reservation)) can work if the reservation provides length information10:12
*** dims has quit IRC10:14
*** qba73 has joined #openstack-qa10:15
*** om has quit IRC10:15
swamireddyafazekas: Ok...But here we have only instanace created...and checking for assert is required? it may be overhead???10:19
*** yamahata_ has quit IRC10:20
afazekasswamireddy: Isn't the main purpose of a test code to do asserts ? :)10:21
swamireddyafazekas: ItsnĀ“t ...But we are creating one instance and checking for one only...is my conern10:23
afazekasswamireddy: we sent a request for creating one instance, why would not verify the response really contains only one instance ?10:25
afazekasexactly one10:26
swamireddyafazekas:  requested for one instnace and taking the reservation.instance[0] for our testing. Idealy we should get one instance if we got more also not worried as we are testing with first one only.10:28
swamireddyafazekas: Please correct me ..If I miss something here..10:29
*** om has joined #openstack-qa10:29
afazekasThe test case needs to fail if the situation is not ideal and you get for example 32 instances10:30
afazekasinstead of 110:31
*** jhenner has joined #openstack-qa10:32
swamireddyafazekas: OK...Got it...But the testcase is to test if the reboot_instnace works or not as part of this testcase...10:32
afazekasAt least one test case should contain this type of assert , does not meters which one10:35
*** gmann has quit IRC10:35
*** gmann has joined #openstack-qa10:36
sdaguelifeless: if you are still awake, I'm curious about your experiences with upstream python bugs. This one gets on my nerves a little - http://bugs.python.org/issue2249410:43
sdagueand would be happy to fix it, but not sure what the right path forward is10:43
sdaguejust in terms of normal python process10:44
swamireddyafazekas: OK....will add the check....10:44
*** jyuso has quit IRC10:50
*** mpaolino has joined #openstack-qa10:51
*** mpaolino has quit IRC10:57
* andreaf wonders whatever happened to the openstackgerrit bot11:07
* andreaf is happy to drop >1500 lines of code from tempest cleaning up after the scenario test migration to tempest clients11:15
*** Madan has joined #openstack-qa11:16
*** Poornima has quit IRC11:35
*** coolsvap is now known as coolsvap|afk11:37
*** dims has joined #openstack-qa11:41
*** dims has quit IRC11:46
*** SridharG has left #openstack-qa11:49
*** gszasz has quit IRC11:51
*** gszasz has joined #openstack-qa11:54
*** dmorita has quit IRC12:00
*** dimtruck is now known as zz_dimtruck12:02
*** mmedvede has joined #openstack-qa12:04
*** dims has joined #openstack-qa12:07
swamireddyafazekas:  Done added an assert and submitted the patch -- https://review.openstack.org/#/c/115944/12:14
*** aysyanne has joined #openstack-qa12:20
*** rushiagr is now known as rushiagr_away12:26
*** mkollaro1 has joined #openstack-qa12:26
*** swamireddy1 has joined #openstack-qa12:27
*** rvcehimanshu1 has joined #openstack-qa12:27
*** rushiagr_away is now known as rushiagr12:28
*** swamireddy has quit IRC12:28
*** rvcehimanshu has quit IRC12:28
*** mkollaro has quit IRC12:29
*** gmann_ has joined #openstack-qa12:29
*** vigneshvar has quit IRC12:29
*** zz_dimtruck is now known as dimtruck12:30
*** adalbas has joined #openstack-qa12:32
gmann_mtreinish:  I would not be able to join tomorrow meeting due to tz.12:34
gmann_mtreinish: I have updated the bug report - https://etherpad.openstack.org/p/Tempest-bug-report12:34
gmann_mtreinish: did some of them triage but not much progress this week.12:35
*** gmann_ has quit IRC12:38
*** mpaolino has joined #openstack-qa12:41
*** JayJ_ has joined #openstack-qa12:41
*** vigneshvar has joined #openstack-qa12:41
swamireddy1afazekas: I cloudnĀ“t the your comment with NOTE... As the assertState has some logging, so need to remove the log.debug statement??12:41
*** e0ne has quit IRC12:48
*** e0ne has joined #openstack-qa12:49
*** mkollaro has joined #openstack-qa12:50
afazekasswamireddy1: I just noted it12:50
afazekasswamireddy1: I did not -1 ed the change12:50
*** mkollaro1 has quit IRC12:52
*** Madan has quit IRC12:56
*** andreaf is now known as andreaf_12:59
swamireddy1afazekas: OK...but you have not given the +1 also..:)13:02
swamireddy1afazekas: yes - I have seen that  - the wait() give the state change info along with timing (in seconds) details also13:05
*** dhellmann has quit IRC13:10
*** dhellmann has joined #openstack-qa13:11
afazekasswamireddy1: /me waiting for jenkins13:12
*** mriedem has joined #openstack-qa13:13
swamireddy1afazekas:  Sure...Thanks13:13
afazekasswamireddy1: If you think already enough information logged you can remove those lines13:13
swamireddy1afazekas:  let me conform with log and come back with details13:16
*** dustins has joined #openstack-qa13:16
*** om has quit IRC13:21
swamireddy1afazekas: I would like to change the log.debug as LOG.debug("Instance %s state: %s", instance.id, instance.state)13:22
swamireddy1afazekas: as wait() log doesnĀ“t include the instance.id in it. so this log could be helpful13:23
mtreinishgmann_: ok thanks, I'll link to it in the meeting13:26
*** oomichi has quit IRC13:26
*** rvcehimanshu1 has quit IRC13:28
*** om has joined #openstack-qa13:28
*** markus_z has quit IRC13:29
*** zz_jgrimm is now known as jgrimm13:32
*** jaypipes has joined #openstack-qa13:34
*** ChanServ sets mode: +o jaypipes13:34
sdaguemtreinish: so it looks like a recent change in ... something ... means that on fails we get the output in triplicate13:44
sdaguethe traceback subunit attachment includes all the other attachments13:44
sdagueas well as a the traceback13:44
sdaguea 2nd time13:45
sdaguewith the attachments a 2nd time13:45
*** dustins_ has joined #openstack-qa13:45
sdagueand then also we print the attachments in subunit-trace13:45
*** dustins has quit IRC13:45
swamireddy1afazekas: Done...One log msg removed and one log updated as ĀØinstance rebooted - %s state13:48
*** andreaf has joined #openstack-qa13:53
*** swamireddy1 has quit IRC13:53
mtreinishsdague: yeah I noticed that it was on my list to dig into what's happening there13:54
mtreinishit's been that way for a while now I think13:54
*** sballe_ has joined #openstack-qa13:54
sdagueyeh, I the network dumps really expose it13:54
sdaguemtreinish: so I'm looking at - https://bugs.launchpad.net/nova/+bug/132365813:55
sdagueisn't the test just wrong13:55
*** liusheng has quit IRC13:55
sdagueit waits for the server to go active13:55
sdaguebut uses a potentially stale floating ip13:55
*** liusheng has joined #openstack-qa13:55
sdaguedefinitely doesn't wait to know that that floating ip is listed on the server13:56
*** pcrews has joined #openstack-qa13:56
*** edwa6643 has joined #openstack-qa13:58
mtreinishsdague: shouldn't the floating ip be preserved after a state change? I haven't been looking to closely at that one13:58
sdaguedon't know13:59
sdagueI guess no one pushed turning the debug tracing back into tempest?13:59
*** edwa6643 has left #openstack-qa14:00
*** nosnos has quit IRC14:00
mtreinishsdague: you mean the patch to re-enable the full logging of the bodies and headers for each request?14:00
sdagueyeh14:00
mtreinishI thought you were the one who pushed that out14:00
*** nosnos has joined #openstack-qa14:00
sdagueit's definitely not there14:00
mtreinishI'm not sure if we ever merged it though14:00
*** edwa6643 has joined #openstack-qa14:01
sdagueoh... you know what happend14:01
sdagueit exploded on a unicode thing14:01
sdagueand probably abandoned14:02
*** jecarey has quit IRC14:02
mtreinishheh, ok that sounds likely. Well, we can give it another try if you want to revive it14:03
sdagueyeh, let me make a better readability fix for it14:03
*** nosnos has quit IRC14:04
andreafmtreinish: last night the last scenario migrations were merged - so I prepared a few cleanup patches, which remove >1500 LoC from tempest - if you want to have fun: https://review.openstack.org/#/q/topic:bp/tempest-client-scenarios,n,z14:07
mtreinishandreaf: yeah, I was just opening those14:08
*** dims has quit IRC14:08
*** sponomarenko has quit IRC14:09
*** dims has joined #openstack-qa14:09
*** sponomarenko has joined #openstack-qa14:09
andreafgmann: thanks for your comments on https://review.openstack.org/#/c/107685/ - I created a new version, if you want to have a look14:10
mtreinishandreaf: so on the first patch neutronclient is still being imported after dropping the official client classes14:12
*** dimtruck is now known as zz_dimtruck14:12
andreafmtreinish: yes because it's still used14:13
mtreinishby what?14:13
andreafmtreinish: by the Neutron scenario base class - which is a bug14:13
andreafmtreinish: I fixed that in the 3rd or 4th patch14:13
*** mestery has quit IRC14:14
andreafmtreinish: but I guess I could re-order changes if you think it's needed14:14
*** rbak has joined #openstack-qa14:14
*** mestery has joined #openstack-qa14:14
mtreinishandreaf: ah ok: https://review.openstack.org/#/c/124016/1/tempest/scenario/manager.py14:14
andreafmtreinish: https://review.openstack.org/12401614:14
andreafyes14:14
mtreinishit's not a big deal to warrant a reorder and killing all those nodes, it was just a little confusing14:15
mtreinishmaybe a comment in the commit message explaining that14:15
*** openstackgerrit has joined #openstack-qa14:15
andreafmtreinish: ok - but a comment is a new sha1 and a rebase so same as reorder at the end14:16
andreafmtreinish: I can put a gerrit comment for reviewers to know14:16
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Fix use of code name in services decorator  https://review.openstack.org/12253814:17
mtreinishandreaf: yeah that'll be fine14:17
*** bknudson has joined #openstack-qa14:19
*** JayJ_ has quit IRC14:20
*** om has quit IRC14:21
*** andreaf has quit IRC14:23
openstackgerritMikhail S Medvedev proposed a change to openstack/tempest: Skip orchestration test if Neutron is not available  https://review.openstack.org/11845414:25
sdaguemtreinish: ok, pep8ing14:25
*** atiwari has joined #openstack-qa14:25
*** zz_dimtruck is now known as dimtruck14:25
*** jecarey has joined #openstack-qa14:25
sdagueso... I think I'm going to drop the trace regex on the main dump, still leave it around for the "starting...." calls14:26
*** jgrimm is now known as zz_jgrimm14:27
openstackgerritSean Dague proposed a change to openstack/tempest: reenable full request/response logging at DEBUG  https://review.openstack.org/12406914:29
*** torandu has quit IRC14:29
sdaguemtreinish: let's see how that goes14:29
mtreinishsdague: ok, I see what you did there. So the regex is only used for starting now. That makes sense14:30
*** mpaolino has quit IRC14:30
*** sballe_ has quit IRC14:30
sdagueyep14:31
sdaguethe logs will get much bigger with this14:31
sdaguebut, it won't impact logstash, so probably fine14:31
mtreinishyeah, there's still the log server concern. Because we'll end up eating more space, but we'll see how much bigger it is14:32
mtreinishclarkb: ^^^14:32
*** JayJ_ has joined #openstack-qa14:32
openstackgerritMikhail S Medvedev proposed a change to openstack/tempest: Skip orchestration test if Neutron is not available  https://review.openstack.org/11845414:33
sdagueso... I actually have a different long term theory, which is we should figure out a way to create a logging fixture that we throw away if the test worked14:33
sdaguebut... that's more complicated than this :)14:33
clarkblog server is mostly stable now. you can check cacti but should be ok14:33
sdaguelifeless put fixtures on github, so I put up this PR - https://github.com/sdague/fixtures/commit/887810af6664055bf9b8fdf20d9858a752f4e76214:34
sdagueI hit it again with nova unit tests recently14:34
*** Sukhdev has joined #openstack-qa14:35
*** markmcclain has joined #openstack-qa14:36
*** mpaolino has joined #openstack-qa14:37
mtreinishsdague: well, if we turn nuke_handlers on that doesn't log anything to the file and while it'll always be in the subunit stream, it won't get printed in a human readable file unless there is a failure14:40
*** openstackgerrit has quit IRC14:40
*** JayJ_ has quit IRC14:41
*** openstackgerrit has joined #openstack-qa14:41
sdagueyeh, I think we actually want INFO to get through14:42
*** JayJ_ has joined #openstack-qa14:42
mtreinishsdague: yeah I agree, that's why we don't do it that way. So debug level gets nuked in the file handlers and everything else goes through?14:44
*** JayJ_ has quit IRC14:45
*** andreaf_ is now known as andreaf14:52
sdaguemtreinish: yeh, I think we'd have to figure out a clever way of duping the logs, so they go to the logfile in realtime14:53
*** JayJ_ has joined #openstack-qa14:57
*** JayJ_ has quit IRC14:58
mriedemmtreinish: jogo: sdague: e-r query https://review.openstack.org/#/c/123910/14:59
*** JayJ_ has joined #openstack-qa15:00
mtreinishmriedem: +A15:01
openstackgerritArmando Migliaccio proposed a change to openstack/tempest: Fix MismatchError for LB scenario test  https://review.openstack.org/12053315:01
*** andreaf is now known as andreaf_15:01
*** beekneemech is now known as bnemec15:05
mriedembnemec: it's not friday :)15:06
bnemecmriedem: I was out until today. :-)15:06
mriedemwhat a slacker15:07
*** marun has joined #openstack-qa15:10
*** zz_jgrimm is now known as jgrimm15:20
*** Longgeek_ has joined #openstack-qa15:20
*** jlibosva has quit IRC15:21
*** jlibosva has joined #openstack-qa15:23
*** Longgeek has quit IRC15:23
*** yamahata_ has joined #openstack-qa15:23
*** aimon has quit IRC15:25
*** mlavalle has joined #openstack-qa15:30
*** andreaf has joined #openstack-qa15:30
*** rwsu has quit IRC15:33
*** andreaf has quit IRC15:37
*** andreaf has joined #openstack-qa15:38
*** k4n0 has quit IRC15:43
*** markmcclain has quit IRC15:43
*** rwsu has joined #openstack-qa15:45
openstackgerritA change was merged to openstack-infra/elastic-recheck: Add query for keystone bug 1373680  https://review.openstack.org/12391015:46
*** qba73 has quit IRC15:47
*** mdbooth has joined #openstack-qa15:50
mdboothHey there. Just got this failure:15:50
mdboothhttp://logs.openstack.org/32/122432/1/gate/gate-tempest-dsvm-postgres-full/627bde1/console.html15:50
mdboothWhich I think is this bug:15:50
mdboothhttps://bugs.launchpad.net/tempest/+bug/134834815:50
mdboothHowever, that looks deterministically broken to me15:50
mdboothWhich would presumably mean everything would break every time15:51
mdboothSo I'm confused15:51
*** mpaolino has quit IRC15:52
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Separate security group rule test for each args  https://review.openstack.org/12400315:54
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Use shared values for test_security_group_rules  https://review.openstack.org/12400215:55
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Add expected response checks of secgroup rules  https://review.openstack.org/12400515:55
mdboothsdague: Oracle of the gate :) ^^^15:55
*** aimon has joined #openstack-qa15:55
mtreinishmdbooth: so it's probably actually a cross interaction with another test which is changing the default quota15:57
mtreinishwhich makes it nondeterministic. There is a fix for one occurance here: https://review.openstack.org/#/c/123510/15:58
mdboothmtreinish: That makes more sense, thanks.15:59
*** dustins_ has quit IRC15:59
mdboothIncidentally, any idea how long jenkins is currently taking to pick up rechecks?16:00
mdboothNot process them, just acknowledge them16:00
mtreinishmdbooth: the test is probably still broken if the default quota is -1, which should probably be fixed by allocating a separate tenant and and setting a low quota value for it16:00
mtreinishmdbooth: what do you mean by acknowledge them? I think the comments about starting a check job were turned off. But check on -infra to be sure16:02
*** vigneshvar has quit IRC16:02
mdboothmtreinish: Ok. Shame. They made me feel like somebody was paying attention :)16:03
*** dustins has joined #openstack-qa16:05
*** gszasz has quit IRC16:06
*** jlanoux has quit IRC16:06
openstackgerritMatt Riedemann proposed a change to openstack-infra/elastic-recheck: Add query for heat security group race bug 1374021  https://review.openstack.org/12409416:06
mriedemmtreinish: jogo: sdague: ^ newish16:06
mtreinishmriedem: +A16:09
*** rushiagr is now known as rushiagr_away16:11
*** Dafna has quit IRC16:14
*** jlibosva has quit IRC16:17
*** jordanP has quit IRC16:18
*** tkammer has quit IRC16:19
*** arnaud has joined #openstack-qa16:19
*** Sukhdev has quit IRC16:23
*** e0ne has quit IRC16:31
*** aix has quit IRC16:31
*** openstackgerrit has quit IRC16:33
*** Albert_13 has quit IRC16:34
*** salv-orlando has joined #openstack-qa16:38
mtreinishstevebaker: do you have any thoughts on?: https://review.openstack.org/#/c/118454/816:41
mtreinishI think there was a question on whether neutron was actually a requirement for that test16:41
*** rushiagr_away is now known as rushiagr16:48
*** safchain has quit IRC16:48
*** openstackgerrit has joined #openstack-qa16:53
*** markmcclain has joined #openstack-qa16:56
*** safchain has joined #openstack-qa16:57
*** suneelb has joined #openstack-qa17:02
*** suneelb has quit IRC17:03
*** suneelb has joined #openstack-qa17:04
*** suneelb has quit IRC17:04
*** suneelb has joined #openstack-qa17:04
*** safchain has quit IRC17:06
*** johnthetubaguy is now known as zz_johnthetubagu17:08
*** marun has quit IRC17:10
*** harlowja_away is now known as harlowja17:12
*** Sukhdev has joined #openstack-qa17:20
*** swartulv has quit IRC17:23
*** tosky has quit IRC17:26
*** suneelb has quit IRC17:26
*** dimtruck is now known as zz_dimtruck17:26
*** suneelb has joined #openstack-qa17:26
*** zz_dimtruck is now known as dimtruck17:28
*** arnaud has quit IRC17:29
*** swartulv has joined #openstack-qa17:29
*** swamireddy has joined #openstack-qa17:30
*** dimtruck is now known as zz_dimtruck17:31
*** openstackgerrit has quit IRC17:33
*** sballe_ has joined #openstack-qa17:36
*** afazekas has quit IRC17:38
*** openstackgerrit has joined #openstack-qa17:39
*** zz_dimtruck is now known as dimtruck17:40
*** pcrews has quit IRC17:41
openstackgerritA change was merged to openstack-infra/elastic-recheck: Add query for heat security group race bug 1374021  https://review.openstack.org/12409417:41
*** e0ne has joined #openstack-qa17:42
*** pcrews has joined #openstack-qa17:42
*** tosky has joined #openstack-qa17:46
*** gfidente has quit IRC17:47
*** arnaud has joined #openstack-qa17:49
*** arnaud has quit IRC17:50
mtreinishandreaf: besides whitespace did you have any thoughts about?: https://review.openstack.org/#/c/118418/17:55
openstackgerritEmilien Macchi proposed a change to openstack/tempest: Javelin: enable volume resources  https://review.openstack.org/12164817:55
*** dustins has quit IRC18:00
*** markmcclain has quit IRC18:01
*** swamireddy1 has joined #openstack-qa18:02
*** Longgeek_ has quit IRC18:02
*** swamireddy1 has quit IRC18:03
*** swamireddy has quit IRC18:04
adam_gdtroyer, this look sane to you? https://review.openstack.org/#/c/123538/18:06
*** dustins has joined #openstack-qa18:09
*** swamireddy has joined #openstack-qa18:10
dtroyeradam_g: sure +A18:10
*** swamireddy has quit IRC18:10
adam_gdtroyer, thanks18:15
EmilienMdtroyer: same question here :-) : https://review.openstack.org/#/c/122747/18:16
dtroyerEmilienM: unfortunately I don't know enough about javelin2 to know if that is sane or not ;)  It looks simple enough.  And OMG have those names gotten stranger than I imagined!  pifpouf?  Will Steal.18:20
*** rushiagr is now known as rushiagr_away18:20
EmilienMdtroyer: I can change the names if you prefer :)18:21
dtroyeroh, no, I love them!18:21
EmilienM\o/18:21
dtroyerok, +A with reservations about my own ignorance18:21
EmilienMthanks18:22
*** proverma has left #openstack-qa18:22
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Clean up tox.ini and make tempest and unit test distinct  https://review.openstack.org/12358918:31
*** markmcclain has joined #openstack-qa18:31
*** pcrews has quit IRC18:32
*** suneelb has quit IRC18:33
*** suneelb has joined #openstack-qa18:33
lifelesssdague: I find the same attention issues we have in OpenStack18:34
lifelesssdague: putting a patch with tests up will help18:34
*** sballe_ has quit IRC18:36
*** catohornet has joined #openstack-qa18:36
*** sballe_ has joined #openstack-qa18:37
*** arnaud has joined #openstack-qa18:47
*** dustins has quit IRC18:49
*** dustins has joined #openstack-qa18:57
*** andreaf has quit IRC18:59
*** andreaf has joined #openstack-qa18:59
*** jecarey_ has joined #openstack-qa19:00
*** jecarey has quit IRC19:00
*** jecarey_ has quit IRC19:02
*** jecarey_ has joined #openstack-qa19:02
*** jecarey_ has quit IRC19:07
openstackgerritA change was merged to openstack/tempest: Remove duplicate _ping_ip_address() methods  https://review.openstack.org/12351719:09
*** pcrews has joined #openstack-qa19:12
*** melwitt has joined #openstack-qa19:18
*** Sukhdev has quit IRC19:20
*** Sukhdev has joined #openstack-qa19:23
*** JayJ_ has quit IRC19:41
*** JayJ_ has joined #openstack-qa19:41
*** dimtruck is now known as zz_dimtruck19:58
*** jhenner has quit IRC20:00
*** jhenner has joined #openstack-qa20:01
*** yamahata_ has quit IRC20:02
*** rfolco has quit IRC20:03
*** JayJ_ has quit IRC20:05
*** JayJ_ has joined #openstack-qa20:05
openstackgerritA change was merged to openstack/tempest: Migrate image API tests to resource_* fixtures  https://review.openstack.org/12154520:07
*** zz_dimtruck is now known as dimtruck20:07
openstackgerritA change was merged to openstack/tempest: Migrate object_storage API tests to resource_* fixtures  https://review.openstack.org/12154620:07
*** edwa6643 has quit IRC20:08
*** atiwari has quit IRC20:10
mtreinishjogo: I think your whitelist tox patch will conflict with: https://review.openstack.org/#/c/123589/20:11
*** arnaud__ has joined #openstack-qa20:19
*** dpaterson has joined #openstack-qa20:20
*** andreaf has quit IRC20:23
*** andreaf has joined #openstack-qa20:23
*** apmelton has quit IRC20:24
*** rfolco has joined #openstack-qa20:24
*** jecarey_ has joined #openstack-qa20:28
*** dhellmann is now known as dhellmann_20:29
openstackgerritSean Dague proposed a change to openstack/tempest: reenable full request/response logging at DEBUG  https://review.openstack.org/12406920:29
sdagueonce more...20:29
mtreinishsdague: what was wrong this time?20:30
sdaguemtreinish: the six.text_types can still throw an error on binary data20:30
mtreinishheh, it's always something20:30
*** dimtruck is now known as zz_dimtruck20:30
sdagueand the json dumps thing I was trying for readability, turned out to be completely undone by oslo log... so it made it more confusing20:31
sdaguelifeless: cool, I saw you had some activity in the python tracker this morning20:31
sdagueso I figured I'd ask20:31
sdaguelifeless: in case you didn't see, PR on fixtures - https://github.com/testing-cabal/fixtures/pull/120:32
*** jecarey_ has quit IRC20:34
*** pcrews has quit IRC20:34
*** jecarey has joined #openstack-qa20:35
*** boden has quit IRC20:37
*** boden has joined #openstack-qa20:38
lifelesssdague: thanks, will look at that shortly20:39
*** e0ne has quit IRC20:42
*** boden has quit IRC20:43
lifelesssdague: you said you had a couple things?20:47
*** HenryG has quit IRC20:53
*** zz_dimtruck is now known as dimtruck20:54
*** comstud has quit IRC20:56
sdaguelifeless: well that was the one thing I had right away20:58
*** comstud has joined #openstack-qa21:01
lifelessok, I'll cut a release21:03
*** pcrews has joined #openstack-qa21:05
*** mmedvede has quit IRC21:06
jogomtreinish: you can just merge mine first then?21:08
*** dustins has quit IRC21:08
jogooh you whitelist all the things21:08
*** aysyanne has quit IRC21:10
lifelesssddone21:10
lifelesssdague: done21:10
lifelesssdague: q for you on https://bugs.launchpad.net/python-fixtures/+bug/122172421:11
openstackgerritA change was merged to openstack/qa-specs: Remove templates from toctrees  https://review.openstack.org/12053521:16
mtreinishjogo: yeah, because I don't really care about the warnings and some of the jobs run with different commands21:18
mtreinishalthough I don't think it works, despite it being an example in the tox docs21:18
*** dpaterson has quit IRC21:22
jogomtreinish: haha21:22
mtreinishjogo: yeah wildcard doesn't seem to work: http://logs.openstack.org/89/123589/4/check/check-tempest-dsvm-full/1205382/console.html#_2014-09-25_20_40_22_06421:22
jogogo figure21:22
openstackgerritA change was merged to openstack/qa-specs: Use the current date for the copyright statement  https://review.openstack.org/12053621:23
openstackgerritA change was merged to openstack/qa-specs: Stop using intersphinx  https://review.openstack.org/12131621:23
*** Sukhdev has quit IRC21:23
*** safchain has joined #openstack-qa21:30
*** Sukhdev has joined #openstack-qa21:30
*** rbak has quit IRC21:31
openstackgerritMatthew Treinish proposed a change to openstack-infra/devstack-gate: Remove TESTR_FULL option for running tempest  https://review.openstack.org/12419021:32
*** mmedvede has joined #openstack-qa21:38
*** dims has quit IRC21:41
*** dims has joined #openstack-qa21:42
*** jecarey has quit IRC21:42
mtreinishjogo: so if the wildcard doesn't work if you want to respin your whitelist patch so it doesn't emit warnings for each command run21:45
mtreinishI'll rebase my tox cleanup on top of it21:46
*** nikhil_k is now known as nikhil_k|afk21:46
*** dims has quit IRC21:46
*** sergsh has left #openstack-qa21:47
jogomtreinish: mine should already do that: https://review.openstack.org/#/c/123896/1/tox.ini21:48
mtreinishjogo: what about run-tempest-stress, flake8, etc?21:49
jogothose are python21:50
jogoumm21:50
mtreinishhmm ok, I just assumed everything emitted a warning21:50
jogojust things outside the venv21:51
openstackgerritMatt Riedemann proposed a change to openstack/tempest: Add test caller to test_server_cfn_init timeout error message  https://review.openstack.org/12419821:52
mriedemmtreinish: make my life easier ^21:52
mtreinishmriedem: you just love adding that everywhere21:52
mriedemmtreinish: that's how i get my ATC for tempest21:53
mtreinishmaybe you should add it to oslo.logging21:53
mriedemif 'timed out' in record: do my thing21:53
mtreinishmriedem: just curious, would arosen's patch: https://review.openstack.org/#/c/123526/ be enough (assuming he adds the caller there like I suggested)21:55
mtreinishI'm fine with landing both though21:55
*** markmcclain has quit IRC21:57
mtreinishmriedem: wait, why do you need to add the caller there. That's inside the test class it should only ever be called by the test?22:04
*** jhenner has quit IRC22:06
mtreinishmriedem: if you need it for a logstash query just write the test name in the message, avoid the stack introspection because that's only really needed for a common code path that could be called from more than 1 place22:08
*** boden has joined #openstack-qa22:08
mriedemmtreinish: thought about that22:12
*** boden has quit IRC22:13
mriedemfigured in case another test case was added that used that common method it'd just be there22:13
*** JayJ_ has quit IRC22:13
openstackgerritMatt Riedemann proposed a change to openstack/tempest: Add test caller to test_server_cfn_init timeout error message  https://review.openstack.org/12419822:15
mriedemtada22:15
*** jaypipes has quit IRC22:15
mtreinishmriedem: L43...22:16
openstackgerritMatt Riedemann proposed a change to openstack/tempest: Add test caller to test_server_cfn_init timeout error message  https://review.openstack.org/12419822:17
mriedemyou and your code reviews22:17
openstackgerritEmilien Macchi proposed a change to openstack/tempest: Javelin: enable volume resources  https://review.openstack.org/12164822:27
*** mriedem has quit IRC22:29
*** flaper87 is now known as flaper87|afk22:30
*** bknudson has quit IRC22:31
*** andreaf has quit IRC22:38
*** andreaf has joined #openstack-qa22:38
*** amotoki has quit IRC22:41
*** amotoki has joined #openstack-qa22:42
*** jgrimm is now known as zz_jgrimm22:44
*** amotoki has quit IRC22:47
*** dimtruck is now known as zz_dimtruck22:47
*** HenryG has joined #openstack-qa22:59
*** HenryG has quit IRC23:04
*** HenryG has joined #openstack-qa23:07
*** boden has joined #openstack-qa23:09
*** aimon has quit IRC23:10
*** boden has quit IRC23:14
*** tosky has quit IRC23:15
*** jpich has joined #openstack-qa23:16
*** edwa6643 has joined #openstack-qa23:23
*** Sukhdev has quit IRC23:30
*** dims has joined #openstack-qa23:35
*** HenryG has quit IRC23:37
*** sballe_ has quit IRC23:39
*** bknudson has joined #openstack-qa23:41
*** safchain has quit IRC23:45
*** Sukhdev has joined #openstack-qa23:47
*** boris-42 has quit IRC23:47
*** boris-42 has joined #openstack-qa23:48
SukhdevFolks, I am hitting failure in jenkins -  http://logs.openstack.org/86/123886/2/check/check-tempest-dsvm-neutron-heat-slow/5f86a11/console.html23:49
SukhdevAny body has any idea?23:49
SukhdevI rechecked to kick off another jenkins run and now I get this failure https://jenkins05.openstack.org/job/check-tempest-dsvm-neutron-heat-slow/16693/console23:50
SukhdevIs this known issue?23:50
*** bknudson1 has joined #openstack-qa23:59

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