Tuesday, 2013-12-31

*** dkorn has joined #openstack-qa00:00
*** dims has quit IRC00:06
*** croberts has quit IRC00:06
*** romcheg has joined #openstack-qa00:11
*** ajo is now known as zz_ajo00:12
*** zhikunliu has joined #openstack-qa00:17
*** dims has joined #openstack-qa00:18
*** romcheg has quit IRC00:21
*** sc68cal has left #openstack-qa00:36
openstackrecheckopenstack/glance change: https://review.openstack.org/64409 failed tempest with an unrecognized error00:46
*** adalbas has quit IRC00:49
openstackrecheckopenstack/keystone change: https://review.openstack.org/64454 failed tempest with an unrecognized error01:01
*** ivanzhu has joined #openstack-qa01:13
*** sc68cal has joined #openstack-qa01:21
openstackrecheckopenstack/glance change: https://review.openstack.org/64409 failed tempest with an unrecognized error01:34
openstackgerritDavanum Srinivas (dims) proposed a change to openstack-dev/devstack: Just getting some logs - Do Not Merge/Review  https://review.openstack.org/6448601:36
*** zhikunliu has quit IRC01:41
*** malini_afk is now known as malini01:47
*** zhikunliu has joined #openstack-qa02:09
openstackgerritDavanum Srinivas (dims) proposed a change to openstack-infra/devstack-gate: Gather horizon/apache2 logs  https://review.openstack.org/6449002:11
*** Guest1331 has joined #openstack-qa02:22
openstackgerritJoe Gordon proposed a change to openstack-dev/grenade: Add upgrade-horizon  https://review.openstack.org/6449102:28
*** Guest1331 has quit IRC02:29
*** zvezdocka has joined #openstack-qa02:35
*** zvezdocka has quit IRC02:37
dimsjog0, i see some errors in horizon_error.txt updated the bug 126505702:39
jog0dims: cool02:41
jog0that is reassuring actually02:41
jog0dims: it looks like my hunch was right: grenade doesn't update horizon02:41
jog0so an old version is running and is the deps that its trying to use have changed02:42
dimscool02:44
jog0so hopefully my untested grenade patch isn't too far off from the right fix ^02:46
jog0clarkb: ^02:48
openstackgerritJoe Gordon proposed a change to openstack-dev/grenade: Add upgrade-horizon  https://review.openstack.org/6449102:53
*** malini is now known as malini_afk03:02
openstackrecheckopenstack-infra/devstack-gate change: https://review.openstack.org/64490 failed tempest because of: https://bugs.launchpad.net/bugs/125788503:10
openstackgerritJoe Gordon proposed a change to openstack-infra/devstack-gate: Collect list of installed packages at end of run  https://review.openstack.org/6355103:12
*** harlowja is now known as harlowja_away03:20
openstackgerritJoe Gordon proposed a change to openstack-dev/grenade: Add upgrade-horizon  https://review.openstack.org/6449103:28
openstackrecheckopenstack/python-novaclient change: https://review.openstack.org/63628 failed tempest with an unrecognized error04:04
clarkbjog0: looks like path problems?04:17
jog0clarkb: yeah, gonna actually test it this time ;)04:18
jog0clarkb: btw http://logs.openstack.org/51/63551/4/check/check-grenade-dsvm/c7111e4/console.html04:22
jog0there are githubs in there04:22
jog0don't we not like github in gate04:22
StevenKjog0: I've been wondering that04:31
StevenKI tried to work out a few days ago where the github's were coming from, and gave up04:31
jog0StevenK: my hunch is some default value we don't set in devstack stable/havana04:33
StevenKstable/havana devstack would default to github04:34
StevenKWe can probably cherry-pick two commits into havana's devstack easily enough04:35
*** SergeyLukjanov has joined #openstack-qa04:35
*** SergeyLukjanov has quit IRC04:35
*** SergeyLukjanov has joined #openstack-qa04:37
StevenKjog0: If you whack me with some clues on how to get a havana branch locally, I'll cherry pick and propose04:38
jog0StevenK: the issue is that http://git.openstack.org/cgit/openstack-dev/grenade/tree/grenaderc  line 8 doesn't wrk04:41
jog0StevenK: at least when I tried it04:41
StevenKjog0: That says github?04:41
jog0StevenK: right if I swap that with http://git.openstack.org ... it doesn't work04:42
jog0but confimring again04:42
*** jerryz has quit IRC04:46
openstackgerritJoe Gordon proposed a change to openstack-dev/grenade: Pass in GIT_BASE when calling stack.sh  https://review.openstack.org/6449904:51
jog0StevenK: ^04:51
StevenKHmmmm04:53
StevenKjog0: Instead of that, why not export it before calling stack.sh ?04:54
jog0in the gate, the image is prepopullated with the repos so github isn't touched there I think04:54
jog0StevenK: no good reason04:54
clarkbjog0: the githubs are for the pip install script04:55
clarkbmordred was supposed to cache that on the slaves but I don't think that change merge04:55
jog0clarkb: that is seperate04:56
clarkboh I see04:57
clarkbthat is because the git base isn't set apparently... ideally grenade should use error on clone04:57
clarkbI thought it would because devstack gate starts those jobs04:57
clarkbbut grenade is probably special04:57
jog0clarkb: it does I think, or something like it04:57
jog0git clone isn't called in gate because of zuul n stuff04:58
jog0but locally04:58
jog0it does04:58
openstackgerritJoe Gordon proposed a change to openstack-dev/grenade: Change default GIT_BASE to git.openstack.org  https://review.openstack.org/6450104:59
jog0clarkb: ^04:59
clarkbno git clone isn't called in normal devsatck gate because all of the repos are precached04:59
clarkbgrenade should use those caches04:59
clarkbbut doesn't appear to04:59
clarkbchanging GIT_BASE is the wrong solution, it should help but ideally we do zero clones05:00
jog0clarkb: there are two issues here I think05:00
jog01) http://logs.openstack.org/91/64491/3/check/check-grenade-dsvm/18a19bf/console.html#_2013-12-31_03_34_36_56805:00
jog02013-12-31 03:34:36.568 | 2013-12-31 03:34:36 + git_clone https://github.com/openstack/requirements.git /opt/stack/old/requirements stable/havana05:00
jog0git clone in gate != no good05:01
jog0and 2) when running locally using github sucks05:01
jog0because its slow and rate limity05:01
jog0the GIT_BASE stuff is for case #205:01
clarkbgotcha05:01
jog0I need to step out for a afew minutes want to file a bug about issue 1)05:02
openstackrecheckopenstack/glance change: https://review.openstack.org/64079 failed tempest because of: https://bugs.launchpad.net/bugs/125489005:02
clarkbsure05:02
clarkbjog0: https://bugs.launchpad.net/openstack-ci/+bug/1265125 filed against grenade and openstack-ci as it may need work in devstack-gate too05:05
*** Madan has joined #openstack-qa05:10
*** SergeyLukjanov has quit IRC05:15
*** SergeyLukjanov has joined #openstack-qa05:16
*** psharma has joined #openstack-qa05:28
jog0clarkb: looks good05:29
openstackrecheckopenstack/glance change: https://review.openstack.org/63707 failed tempest with an unrecognized error05:47
openstackgerritIvan-Zhu proposed a change to openstack/tempest: add tests for server detail and show with extensions  https://review.openstack.org/5632405:49
*** prekarat1 has joined #openstack-qa05:53
*** SergeyLukjanov has quit IRC05:57
*** psharma has quit IRC06:01
openstackrecheckopenstack/nova change: https://review.openstack.org/63618 failed tempest with an unrecognized error06:09
openstackrecheckopenstack/nova change: https://review.openstack.org/63617 failed tempest with an unrecognized error06:11
openstackrecheckopenstack/nova change: https://review.openstack.org/63616 failed tempest with an unrecognized error06:13
openstackrecheckopenstack/nova change: https://review.openstack.org/63614 failed tempest with an unrecognized error06:13
*** psharma has joined #openstack-qa06:14
openstackrecheckopenstack/nova change: https://review.openstack.org/63615 failed tempest with an unrecognized error06:15
openstackrecheckopenstack/python-novaclient change: https://review.openstack.org/62825 failed tempest because of: https://bugs.launchpad.net/bugs/125389606:18
*** nmagnezi has joined #openstack-qa06:28
openstackgerritJoe Gordon proposed a change to openstack-dev/grenade: Add upgrade-horizon  https://review.openstack.org/6449106:39
openstackrecheckopenstack/glance change: https://review.openstack.org/58128 failed tempest with an unrecognized error06:42
openstackrecheckopenstack/keystone change: https://review.openstack.org/64347 failed tempest with an unrecognized error06:49
openstackrecheckopenstack/tempest change: https://review.openstack.org/54941 failed tempest with an unrecognized error06:55
openstackrecheckopenstack/heat change: https://review.openstack.org/64504 failed tempest with an unrecognized error07:07
openstackrecheckopenstack/ceilometer change: https://review.openstack.org/62808 failed tempest because of: https://bugs.launchpad.net/bugs/1254890 and https://bugs.launchpad.net/bugs/125764107:16
*** HenryG_ has quit IRC07:19
openstackrecheckopenstack/neutron change: https://review.openstack.org/63877 failed tempest with an unrecognized error07:23
*** yrabl has joined #openstack-qa07:24
*** enikanorov has quit IRC07:24
*** enikanorov has joined #openstack-qa07:25
openstackgerritafazekas proposed a change to openstack/tempest: Kill finally, use addCleanUp  https://review.openstack.org/6265907:27
*** tkammer has joined #openstack-qa07:31
*** tkammer has quit IRC07:32
*** tkammer has joined #openstack-qa07:33
openstackrecheckopenstack/nova change: https://review.openstack.org/64354 failed tempest because of: https://bugs.launchpad.net/bugs/125389607:35
openstackgerritZhi Kun Liu proposed a change to openstack/tempest: enable volume list tests for cinder v2 - part1  https://review.openstack.org/6440207:38
*** safchain has joined #openstack-qa07:45
openstackrecheckopenstack/neutron change: https://review.openstack.org/52983 failed tempest because of: https://bugs.launchpad.net/bugs/125610607:46
openstackgerrithuangtianhua proposed a change to openstack/tempest: Add tests for snapshot_metadata  https://review.openstack.org/6079107:48
*** HenryG has joined #openstack-qa07:48
*** SergeyLukjanov has joined #openstack-qa07:49
*** prekarat has joined #openstack-qa07:49
*** thomasbiege has joined #openstack-qa07:50
*** prekarat1 has quit IRC07:52
*** thomasbiege has quit IRC07:53
*** thomasbiege has joined #openstack-qa07:56
*** thomasbiege has quit IRC07:57
*** Madan has quit IRC08:06
*** Madan has joined #openstack-qa08:21
*** prekarat has quit IRC08:25
openstackrecheckopenstack/tempest change: https://review.openstack.org/60791 failed tempest with an unrecognized error08:27
*** Madan has joined #openstack-qa08:28
*** SergeyLukjanov has quit IRC08:34
openstackrecheckopenstack/cinder change: https://review.openstack.org/64512 failed tempest because of: https://bugs.launchpad.net/bugs/125389608:45
openstackrecheckopenstack/neutron change: https://review.openstack.org/53052 failed tempest because of: https://bugs.launchpad.net/bugs/124906508:50
*** romcheg has joined #openstack-qa08:54
*** yrabl has quit IRC08:57
openstackrecheckopenstack/neutron change: https://review.openstack.org/62696 failed tempest with an unrecognized error08:57
openstackrecheckopenstack/keystone change: https://review.openstack.org/64159 failed tempest because of: https://bugs.launchpad.net/bugs/125389609:06
openstackgerritValeriy Ponomaryov proposed a change to openstack/tempest: Add pluggable functionality for api and cli tests  https://review.openstack.org/6242909:37
openstackrecheckopenstack/tempest change: https://review.openstack.org/60791 failed tempest with an unrecognized error09:39
openstackrecheckopenstack/neutron change: https://review.openstack.org/64139 failed tempest with an unrecognized error09:45
openstackgerritrendh proposed a change to openstack/tempest: Duplicte volume tempest testcase  https://review.openstack.org/6452010:02
openstackgerritrendh proposed a change to openstack/tempest: Duplicte volume tempest testcase  https://review.openstack.org/6452010:09
openstackgerritrendh proposed a change to openstack/tempest: Duplicte volume tempest testcase  https://review.openstack.org/6452010:20
openstackgerritrendh proposed a change to openstack/tempest: Duplicte volume tempest testcase  https://review.openstack.org/6452010:24
openstackgerritrendh proposed a change to openstack/tempest: Duplicte volume tempest testcase  https://review.openstack.org/6452010:28
*** psharma has quit IRC10:29
*** sileht has quit IRC10:32
*** thomasbiege has joined #openstack-qa10:39
openstackgerritrendh proposed a change to openstack/tempest: Add snapshot test with tag testing Add snapshot testing with tags to see wether it is valid  https://review.openstack.org/6452410:40
openstackrecheckopenstack/tempest change: https://review.openstack.org/61874 failed tempest with an unrecognized error10:40
*** thomasbiege1 has joined #openstack-qa10:40
*** psharma has joined #openstack-qa10:41
*** thomasbiege has quit IRC10:43
openstackrecheckopenstack/python-heatclient change: https://review.openstack.org/64274 failed tempest with an unrecognized error10:45
openstackgerritrendh proposed a change to openstack/tempest: Add snapshot test with tag testing Add snapshot testing with tags to see wether it is valid to create a snapshot with volume Change-Id: I5bdbc18faf8e9f9164cf88499f03e6e92fa3bf75  https://review.openstack.org/6452410:47
*** thomasbiege1 has quit IRC10:48
openstackgerritrendh proposed a change to openstack/tempest: Add snapshot test with tag testing Add snapshot testing with tags to see wether it is valid to create a snapshot with volume Change-Id: I5bdbc18faf8e9f9164cf88499f03e6e92fa3bf75  https://review.openstack.org/6452410:51
*** sileht has joined #openstack-qa10:55
openstackrecheckopenstack/tempest change: https://review.openstack.org/60791 failed tempest with an unrecognized error10:56
*** psharma has quit IRC11:06
*** SergeyLukjanov has joined #openstack-qa11:10
*** Madan has quit IRC11:19
*** SergeyLukjanov has quit IRC11:19
*** enikanorov has quit IRC11:23
openstackrecheckopenstack/tempest change: https://review.openstack.org/62429 failed tempest because of: https://bugs.launchpad.net/bugs/1250168 and https://bugs.launchpad.net/bugs/1254890 and https://bugs.launchpad.net/bugs/125389611:23
*** zz_ajo is now known as ajo11:28
*** adam_g has quit IRC11:28
*** adam_g has joined #openstack-qa11:28
*** adam_g has joined #openstack-qa11:28
*** psharma has joined #openstack-qa11:29
*** yrabl has joined #openstack-qa11:30
openstackrecheckopenstack/python-novaclient change: https://review.openstack.org/64433 failed tempest because of: https://bugs.launchpad.net/bugs/121048311:39
*** adam_g has quit IRC11:50
*** adam_g has joined #openstack-qa11:50
*** adam_g has joined #openstack-qa11:50
openstackrecheckopenstack/neutron change: https://review.openstack.org/63913 failed tempest with an unrecognized error11:54
*** adam_g has quit IRC12:11
*** adam_g has joined #openstack-qa12:11
*** adam_g has joined #openstack-qa12:11
*** adam_g has quit IRC12:17
*** adam_g has joined #openstack-qa12:17
*** adam_g has quit IRC12:18
*** adam_g has joined #openstack-qa12:18
*** romcheg has quit IRC12:31
*** romcheg has joined #openstack-qa12:32
openstackrecheckopenstack/python-keystoneclient change: https://review.openstack.org/63408 failed tempest with an unrecognized error12:45
*** psharma has quit IRC12:52
*** safchain has quit IRC12:59
*** safchain has joined #openstack-qa13:00
*** nmagnezi has quit IRC13:04
openstackrecheckopenstack/python-novaclient change: https://review.openstack.org/64440 failed tempest because of: https://bugs.launchpad.net/bugs/125489013:05
*** adalbas has joined #openstack-qa13:06
openstackrecheckopenstack/neutron change: https://review.openstack.org/28137 failed tempest with an unrecognized error13:07
openstackrecheckopenstack/nova change: https://review.openstack.org/61516 failed tempest because of: https://bugs.launchpad.net/bugs/125487213:14
openstackrecheckopenstack/python-novaclient change: https://review.openstack.org/64433 failed tempest because of: https://bugs.launchpad.net/bugs/125489013:17
*** nmagnezi has joined #openstack-qa13:18
openstackrecheckopenstack/neutron change: https://review.openstack.org/64139 failed tempest with an unrecognized error13:27
openstackrecheckopenstack/python-novaclient change: https://review.openstack.org/64440 failed tempest because of: https://bugs.launchpad.net/bugs/125389614:02
*** sc68cal has quit IRC14:29
*** sc68cal has joined #openstack-qa14:35
openstackgerritFabien Boucher proposed a change to openstack/tempest: Remove Swift container-sync test skipping  https://review.openstack.org/6454814:42
*** SergeyLukjanov has joined #openstack-qa14:46
openstackrecheckopenstack/tempest change: https://review.openstack.org/62429 failed tempest because of: https://bugs.launchpad.net/bugs/1257626 and https://bugs.launchpad.net/bugs/125489014:51
openstackgerritChristian Schwede proposed a change to openstack/tempest: Remove creation of test user in object service test  https://review.openstack.org/6455214:53
*** SergeyLukjanov has quit IRC14:53
*** croberts has joined #openstack-qa14:55
*** croberts has quit IRC14:57
*** croberts has joined #openstack-qa14:57
*** malini_afk is now known as malini15:00
*** yrabl has quit IRC15:08
*** DennyZhang has joined #openstack-qa15:10
openstackrecheckopenstack/python-keystoneclient change: https://review.openstack.org/63408 failed tempest with an unrecognized error15:12
*** ivanzhu has left #openstack-qa15:15
*** yrabl has joined #openstack-qa15:24
openstackrecheckopenstack/tempest change: https://review.openstack.org/64548 failed tempest because of: https://bugs.launchpad.net/bugs/125389615:25
*** tkammer has quit IRC15:33
*** DennyZha` has joined #openstack-qa15:39
*** vponomaryov has left #openstack-qa15:40
*** DennyZhang has quit IRC15:41
openstackrecheckopenstack/python-heatclient change: https://review.openstack.org/63661 failed tempest with an unrecognized error15:46
openstackrecheckopenstack/nova change: https://review.openstack.org/57229 failed tempest with an unrecognized error15:46
*** minslava has joined #openstack-qa15:49
*** DennyZha` has quit IRC16:00
*** minslava has quit IRC16:01
*** croberts has quit IRC16:01
*** croberts has joined #openstack-qa16:02
*** zigo has quit IRC16:10
*** HenryG has quit IRC16:10
*** nmagnezi has quit IRC16:13
*** sdague_ has joined #openstack-qa16:18
*** malini is now known as malini_afk16:21
*** malini_afk is now known as malini16:22
*** morganfainberg has quit IRC16:23
*** sdague has quit IRC16:23
*** morganfainberg has joined #openstack-qa16:23
*** sdague_ is now known as sdague16:24
*** morganfainberg has quit IRC16:24
*** morganfainberg has joined #openstack-qa16:24
*** yrabl has quit IRC16:26
*** romcheg has quit IRC16:31
*** SergeyLukjanov has joined #openstack-qa16:34
*** SergeyLukjanov has quit IRC16:34
*** sileht_ has joined #openstack-qa16:46
*** morganfainberg has quit IRC16:47
*** ajo is now known as zz_ajo16:53
openstackrecheckopenstack/nova change: https://review.openstack.org/57229 failed tempest with an unrecognized error16:53
*** zz_ajo is now known as ajo16:53
*** zhikunliu has quit IRC16:54
*** sileht has quit IRC16:56
*** morganfainberg has joined #openstack-qa16:56
*** morganfainberg has quit IRC16:56
*** morganfainberg has joined #openstack-qa16:56
*** morganfainberg has quit IRC16:57
*** morganfainberg has joined #openstack-qa16:57
*** morganfainberg has quit IRC16:59
*** morganfainberg has joined #openstack-qa17:02
jog0sdague: https://review.openstack.org/#/c/64491/17:07
*** fbo is now known as fbo_away17:11
*** safchain has quit IRC17:30
*** Anju has quit IRC17:35
*** ajo is now known as zz_ajo17:46
*** zz_ajo is now known as ajo17:49
*** adam_g has quit IRC18:18
*** adam_g has joined #openstack-qa18:18
*** adam_g has joined #openstack-qa18:18
*** mlavalle has joined #openstack-qa18:19
*** adam_g has quit IRC18:20
*** adam_g has joined #openstack-qa18:20
*** adam_g has joined #openstack-qa18:20
*** salv-orlando has quit IRC18:34
*** malini is now known as malini_afk18:38
*** jerryz has joined #openstack-qa18:43
*** dims has quit IRC18:49
*** dims has joined #openstack-qa18:52
*** mlavalle has quit IRC18:59
openstackrecheckopenstack/python-cinderclient change: https://review.openstack.org/62173 failed tempest because of: https://bugs.launchpad.net/bugs/125489019:06
*** rfolco has quit IRC19:47
*** rfolco has joined #openstack-qa19:59
*** yfried has quit IRC20:10
openstackgerritBen Nemec proposed a change to openstack-dev/devstack: Ensure hostname resolves correctly  https://review.openstack.org/6185420:24
openstackrecheckopenstack/python-cinderclient change: https://review.openstack.org/62173 failed tempest with an unrecognized error20:27
*** yfried has joined #openstack-qa20:39
*** dkorn has quit IRC20:39
*** salv-orlando has joined #openstack-qa20:45
*** dkorn has joined #openstack-qa20:56
*** dkorn has quit IRC21:04
*** markmcclain has joined #openstack-qa21:13
*** dkorn has joined #openstack-qa21:23
*** salv-orlando has quit IRC21:23
*** dkorn has quit IRC21:31
*** dkorn has joined #openstack-qa21:49
openstackgerritA change was merged to openstack/tempest: Separate negative tests for test_simple_tenant_usage  https://review.openstack.org/6330721:52
*** salv-orlando has joined #openstack-qa21:55
*** salv-orlando has joined #openstack-qa21:56
*** dkorn has quit IRC21:57
yfriedHappy New Year!22:00
*** mlavalle has joined #openstack-qa22:14
*** mlavalle has quit IRC22:14
*** dkorn has joined #openstack-qa22:15
*** openstackrecheck has quit IRC22:19
*** openstackrecheck has joined #openstack-qa22:21
*** dkorn has quit IRC22:24
*** romcheg has joined #openstack-qa22:33
*** salv-orlando has quit IRC22:43
*** dkorn has joined #openstack-qa22:43
*** romcheg has quit IRC22:50
*** dkorn has quit IRC22:51
*** jaypipes has quit IRC22:57
*** adam_g has quit IRC23:02
*** adam_g has joined #openstack-qa23:02
*** adam_g has joined #openstack-qa23:02
*** croberts has quit IRC23:09
*** dkorn has joined #openstack-qa23:10
*** adalbas has quit IRC23:57

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