Thursday, 2013-11-14

*** jroovers has quit IRC00:02
openstackrecheckopenstack/nova change: https://review.openstack.org/52704 failed tempest with an unrecognized error00:05
*** ken1ohmichi has joined #openstack-qa00:09
*** rfolco has quit IRC00:13
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Enable all nova v3 tests  https://review.openstack.org/5597200:22
*** rfolco has joined #openstack-qa00:26
*** bill_az has quit IRC00:27
*** matsuhashi has quit IRC00:29
*** matsuhashi has joined #openstack-qa00:30
openstackrecheckopenstack/ceilometer change: https://review.openstack.org/41316 failed tempest because of: https://bugs.launchpad.net/bugs/124425500:34
*** matsuhashi has quit IRC00:34
*** coolsvap has quit IRC00:38
*** rfolco has quit IRC00:44
openstackrecheckopenstack/neutron change: https://review.openstack.org/54457 failed tempest with an unrecognized error00:53
*** bill_az has joined #openstack-qa00:54
*** bill_az has quit IRC00:55
openstackrecheckopenstack/horizon change: https://review.openstack.org/56299 failed tempest with an unrecognized error00:56
masayukigsdague: ping01:01
sdaguemasayukig: pong01:01
masayukigabout https://review.openstack.org/#/c/54688/01:01
openstackrecheckopenstack-dev/pbr change: https://review.openstack.org/54791 failed tempest with an unrecognized error01:02
sdaguemasayukig: I think you just need to rebase on master01:02
sdagueit hit a merge conflict because something else merged first01:02
masayukigyes. I don't understand your comment 'run the hacking rule?'01:02
sdagueoh, so we actually have a hacking rule for this01:02
masayukigyou mean we should add to the HACKING.rst?01:03
sdaguehttps://github.com/openstack-dev/hacking/blob/master/hacking/core.py#L37701:03
sdagueno, we actually already have it in HACKING.rst01:03
sdagueand also have a check in the hacking scanner01:04
sdagueH30201:04
sdaguebut we ignore that check in tempest because we weren't compliant01:04
sdaguehttps://github.com/openstack/tempest/blob/master/tox.ini#L113 is where we set the ignore01:04
masayukigok. I see. I'll check them. thanks!01:05
*** nosnos has joined #openstack-qa01:05
*** nosnos has quit IRC01:05
*** nosnos has joined #openstack-qa01:06
*** matsuhashi has joined #openstack-qa01:07
openstackgerritDaisuke Morita proposed a change to openstack/tempest: Add X-Delete-At parameter test to Swift object expiry test  https://review.openstack.org/5630401:07
masayukigsdague: I removed H302 from tox.ini. And run tox -epep8 at the current master. But no error occured. Do I misunderstood something?01:13
openstackrecheckopenstack/tempest change: https://review.openstack.org/55972 failed tempest with an unrecognized error01:13
openstackrecheckopenstack/nova change: https://review.openstack.org/56292 failed tempest with an unrecognized error01:14
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/55003 failed tempest with an unrecognized error01:15
*** dims has quit IRC01:21
masayukigsdague: anyway, I'll rebase the patch.01:21
sdaguejog0: is H302 working again?01:21
sdaguemasayukig: cool01:21
openstackrecheckopenstack/neutron change: https://review.openstack.org/54170 failed tempest with an unrecognized error01:22
jog0sdague: how many rooms can we talk in at the same time?01:22
sdagueall of them01:23
jog0in Hacking 0.8 AFAIK yes01:23
sdagueok, we're not up to hacking 0.8 yet01:23
sdaguejog0: it was relevant, as masayukig was asking about it01:23
jog0its released but not used01:23
jog0which one is hacking H302 anyway01:23
sdaguejog0: did it make it through requirements?01:23
sdaguejog0: import modules not objects01:23
jog0yeah hacking 0.8 fixes that01:23
jog0global reqs yes01:24
jog0push out to local not so much01:24
jog0the push out logic is funny01:24
sdagueyeh, that's fine, I can do the review manually01:24
jog0getting branches crossed01:24
sdaguehmmm... my laptop doesn't seem to like the pep8 target01:26
sdagueno such option: --pre01:26
sdagueERROR: could not install deps [-r/home/sdague/code/openstack/tempest/requirements.txt, -r/home/sdague/code/openstack/tempest/test-requirements.txt]01:26
sdaguegah, had to update both tox and pip01:27
*** ivanzhu has joined #openstack-qa01:31
openstackrecheckopenstack/horizon change: https://review.openstack.org/55702 failed tempest with an unrecognized error01:32
giulivosdague, getting back reviewing a few changes01:32
giulivowhat's the idea about these gate/smoke tags?01:33
openstackgerritSean Dague proposed a change to openstack/tempest: update to hacking 0.8  https://review.openstack.org/5630801:33
giulivohow shall we recommend the usage?01:33
*** rhsu has quit IRC01:33
sdaguegiulivo: smoke is currently used for neutron & grenade testing01:33
sdaguethe gate tag isn't used01:34
sdagueit could be mass deleted, just haven't gotten around to it yet01:34
*** dims has joined #openstack-qa01:36
giulivoyeah I was looking at tox.ini01:36
giulivoI see we skip the tests tagged "slow" in the full run too, is that expected?01:37
*** jasondotstar has joined #openstack-qa01:37
openstackgerritMasayuki Igawa proposed a change to openstack/tempest: Cleanup using about the data_utils module and functions  https://review.openstack.org/5468801:40
*** mlavalle has quit IRC01:43
sdagueyes01:49
sdaguewe only run them in all01:49
sdaguegiulivo: easy +2 - https://review.openstack.org/#/c/55735/ :)01:49
sdagueturns out we were carrying those files from soren's original commits of tempest 2 years ago01:50
sdaguebut don't use those dirs any more01:50
* sdague read the early tempest code on plane back from HK01:50
giulivohuh there must be a reason for that01:51
giulivoI mean, for reading the old tempest code back from HK01:51
giulivoyou starting to regret things :P01:51
openstackgerritMasayuki Igawa proposed a change to openstack/tempest: Cleanup using about the data_utils module and functions  https://review.openstack.org/5468801:54
openstackgerritDaisuke Morita proposed a change to openstack/tempest: Add tests for testing swift bulk middleware  https://review.openstack.org/5618301:56
giulivoasking for an opinion, we have a submission of a negative which is trying to show an interface passing a wrong server id (note, wrong but valid id, not nonexistent server id)01:57
giulivothe negative alone implies 2 servers01:58
giulivobut the test seems "reasonable" in the feature it tries to test; how would you speedup things? tag as slow?01:58
giulivoremove "smoke" or what?01:58
giulivoI wouldn't like spawn two servers for that sole test at gate at least01:59
sdagueheh, no, just someone mentioned soren had started the project, so I wanted to go look at what it started like02:03
sdagueis there another place where we already spawn 2 servers?02:03
*** mriedem has joined #openstack-qa02:03
giulivohere it is bts https://review.openstack.org/#/c/49231/02:05
sdaguemy brain is a little fried from jetlag still, so reviewing code right now isn't going to be a huge win :)02:09
giulivonp :)02:13
openstackgerrithuangtianhua proposed a change to openstack/tempest: Remove unused code in tempest files.  https://review.openstack.org/5631202:17
mriedemmmmm fried brains02:24
openstackrecheckopenstack/tempest change: https://review.openstack.org/56308 failed tempest with an unrecognized error02:25
*** rhsu has joined #openstack-qa02:26
openstackrecheckopenstack/heat change: https://review.openstack.org/56125 failed tempest with an unrecognized error02:28
openstackrecheckopenstack/tempest change: https://review.openstack.org/56166 failed tempest with an unrecognized error02:31
openstackgerritA change was merged to openstack/tempest: removing dead docs  https://review.openstack.org/5573502:33
*** krtaylor has joined #openstack-qa02:37
*** malini_afk is now known as malini02:39
*** che-arne has quit IRC02:43
*** jasondotstar has quit IRC02:45
openstackgerritlixuefeng proposed a change to openstack/tempest: add some negative tests for neutron  https://review.openstack.org/5616602:49
openstackrecheckopenstack/tempest change: https://review.openstack.org/54688 failed tempest with an unrecognized error03:01
*** mlavalle has joined #openstack-qa03:01
openstackgerritlixuefeng proposed a change to openstack/tempest: delete the invalid annotation  https://review.openstack.org/5631403:04
*** jasondotstar has joined #openstack-qa03:08
*** jasondotstar has quit IRC03:21
*** jasondotstar has joined #openstack-qa03:21
openstackrecheckopenstack/neutron change: https://review.openstack.org/56303 failed tempest because of: https://bugs.launchpad.net/bugs/123963703:23
*** jasondotstar has quit IRC03:27
*** mriedem has quit IRC03:29
openstackrecheckopenstack/neutron change: https://review.openstack.org/55164 failed tempest because of: https://bugs.launchpad.net/bugs/123548603:32
*** dims has quit IRC03:36
*** dims has joined #openstack-qa03:37
*** matsuhashi has quit IRC03:39
*** matsuhashi has joined #openstack-qa03:40
openstackgerritAngus Salkeld proposed a change to openstack-dev/devstack: Use the oslo db database connection for Heat  https://review.openstack.org/5631903:41
openstackgerrithuangtianhua proposed a change to openstack/tempest: Remove unused code in tempest files  https://review.openstack.org/5631203:42
*** malini is now known as malini_afk03:43
*** matsuhashi has quit IRC03:44
*** DennyZhang has joined #openstack-qa03:45
openstackrecheckopenstack/nova change: https://review.openstack.org/53785 failed tempest with an unrecognized error03:45
*** DennyZhang has quit IRC03:54
*** DennyZhang has joined #openstack-qa03:54
*** HenryG has quit IRC03:55
openstackrecheckopenstack/python-neutronclient change: https://review.openstack.org/56316 failed tempest because of: https://bugs.launchpad.net/bugs/124425503:55
*** yfried_mob has joined #openstack-qa04:00
*** yfried_mob has quit IRC04:05
openstackrecheckopenstack/tempest change: https://review.openstack.org/56314 failed tempest with an unrecognized error04:06
openstackrecheckopenstack/neutron change: https://review.openstack.org/55210 failed tempest because of: https://bugs.launchpad.net/bugs/123548604:11
*** matsuhashi has joined #openstack-qa04:17
*** Madan has joined #openstack-qa04:18
*** prekarat has joined #openstack-qa04:19
*** masayukig has quit IRC04:21
*** dims has quit IRC04:23
*** Dharmit has joined #openstack-qa04:23
openstackrecheckopenstack/tempest change: https://review.openstack.org/56312 failed tempest with an unrecognized error04:29
openstackrecheckopenstack/nova change: https://review.openstack.org/52376 failed tempest because of: https://bugs.launchpad.net/bugs/122400104:31
*** marun has joined #openstack-qa04:40
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/56319 failed tempest with an unrecognized error04:41
*** yfried|mob has joined #openstack-qa04:41
openstackrecheckopenstack/nova change: https://review.openstack.org/51135 failed tempest with an unrecognized error04:42
*** prekarat has quit IRC04:43
*** prekarat has joined #openstack-qa04:44
openstackrecheckopenstack/nova change: https://review.openstack.org/52377 failed tempest because of: https://bugs.launchpad.net/bugs/124906504:44
openstackrecheckopenstack/heat change: https://review.openstack.org/55946 failed tempest with an unrecognized error04:44
openstackgerritlixuefeng proposed a change to openstack/tempest: add some negative tests for neutron  https://review.openstack.org/5616604:58
*** romcheg has joined #openstack-qa04:58
*** yfried|mob has joined #openstack-qa04:58
*** matsuhashi has quit IRC05:01
*** matsuhashi has joined #openstack-qa05:02
*** matsuhashi has quit IRC05:02
*** raies has joined #openstack-qa05:04
raiesHi anyone05:06
raiesI am trying to install openstack using puppet05:06
raiesI followed link - www.cybera.ca/news-and-events/tech-radar/lets-build-cloud-using-puppet-install-openstack05:07
raies But during apply I am getting an error "Could not autoload keystone_config: Could not autoload /etc/puppet/modules/keystone/lib/puppet/provider/keystone_config/ini_setting.rb: undefined method `provider' for nil:NilClass at /etc/puppet/modules/keystone/manifests/init.pp:78"05:07
raiesCan someone please help me on this05:07
*** matsuhashi has joined #openstack-qa05:07
raies ^^05:07
*** yfried|mob has quit IRC05:11
*** yfried_mob has joined #openstack-qa05:13
openstackrecheckopenstack/nova change: https://review.openstack.org/35764 failed tempest with an unrecognized error05:18
openstackgerritIvan-Zhu proposed a change to openstack/tempest: add tests for server detail and show with extensions  https://review.openstack.org/5632405:23
openstackrecheckopenstack/nova change: https://review.openstack.org/56320 failed tempest with an unrecognized error05:32
*** DennyZha` has joined #openstack-qa05:33
*** DennyZhang has quit IRC05:36
openstackrecheckopenstack/tempest change: https://review.openstack.org/56166 failed tempest because of: https://bugs.launchpad.net/bugs/1218391 and https://bugs.launchpad.net/bugs/123985605:43
*** zhikunliu has joined #openstack-qa05:44
openstackrecheckopenstack/tempest change: https://review.openstack.org/56312 failed tempest with an unrecognized error05:54
openstackrecheckopenstack/nova change: https://review.openstack.org/52377 failed tempest because of: https://bugs.launchpad.net/bugs/1224001 and https://bugs.launchpad.net/bugs/124425505:59
*** matsuhashi has quit IRC06:02
*** matsuhashi has joined #openstack-qa06:02
*** afazekas has joined #openstack-qa06:03
*** rdekel has joined #openstack-qa06:04
*** matsuhashi has quit IRC06:07
*** matsuhashi has joined #openstack-qa06:07
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Enable a uuid flavor  https://review.openstack.org/5632606:07
openstackrecheckopenstack/nova change: https://review.openstack.org/53785 failed tempest with an unrecognized error06:07
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Enable a uuid flavor  https://review.openstack.org/5632606:10
*** matsuhashi has quit IRC06:11
*** matsuhashi has joined #openstack-qa06:12
*** yfried|mob has joined #openstack-qa06:12
*** coolsvap has joined #openstack-qa06:13
openstackrecheckopenstack/horizon change: https://review.openstack.org/56323 failed tempest with an unrecognized error06:14
*** matsuhashi has quit IRC06:16
*** matsuhashi has joined #openstack-qa06:17
openstackgerritwingwj proposed a change to openstack/tempest: Add test cases for volume-transfer  https://review.openstack.org/5307006:18
*** romcheg has quit IRC06:24
openstackrecheckopenstack/nova change: https://review.openstack.org/35764 failed tempest with an unrecognized error06:25
openstackrecheckopenstack/tempest change: https://review.openstack.org/56324 failed tempest with an unrecognized error06:26
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Reuse a server instance in test_disk_config  https://review.openstack.org/5422906:27
*** zhikunliu has quit IRC06:28
*** sthaha has quit IRC06:28
*** salv-orlando has quit IRC06:28
*** bdperkin has quit IRC06:28
*** matsuhashi has quit IRC06:30
*** matsuhashi has joined #openstack-qa06:30
*** matsuhashi has quit IRC06:30
*** matsuhashi has joined #openstack-qa06:30
openstackgerritA change was merged to openstack/tempest: Fixing ImageKilledException raising  https://review.openstack.org/5623806:40
*** yfried has joined #openstack-qa06:42
yfriedgiulivo: ping06:42
openstackrecheckopenstack/tempest change: https://review.openstack.org/56166 failed tempest with an unrecognized error06:46
openstackrecheckopenstack/tempest change: https://review.openstack.org/56326 failed tempest with an unrecognized error06:47
*** ivanzhu has quit IRC06:48
openstackrecheckopenstack/cinder change: https://review.openstack.org/56327 failed tempest with an unrecognized error06:48
*** ivanzhu has joined #openstack-qa06:50
mkodererafazekas: gm, it seems that we have a problem with py2.7 and stress tests06:57
mkodererafazekas: https://review.openstack.org/#/c/51122/06:57
mkoderernot sure it the way I did it is correct06:57
afazekasTypeError: argument of type 'NoneType' is not iterable07:01
afazekasin py27 job we do not have a configured tempest07:02
afazekasTry to use same fake action which does not needs a working keystone.07:02
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Enable a uuid flavor  https://review.openstack.org/5632607:03
*** romcheg has joined #openstack-qa07:04
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Enable a uuid flavor  https://review.openstack.org/5632607:07
openstackrecheckopenstack/nova change: https://review.openstack.org/53066 failed tempest because of: https://bugs.launchpad.net/bugs/123985607:07
openstackrecheckopenstack/nova change: https://review.openstack.org/52377 failed tempest because of: https://bugs.launchpad.net/bugs/1218391 and https://bugs.launchpad.net/bugs/123985607:09
*** yfried|mob has quit IRC07:10
*** yfried|mob has joined #openstack-qa07:10
*** yfried|mob has quit IRC07:14
*** jlibosva has joined #openstack-qa07:14
openstackrecheckopenstack/tempest change: https://review.openstack.org/54229 failed tempest with an unrecognized error07:14
mkodererafazekas: so should I skip this test in case of py2.7?07:18
afazekasIMHO yes, with a bug07:22
openstackrecheckopenstack/tempest change: https://review.openstack.org/56312 failed tempest with an unrecognized error07:25
openstackgerritSean Dague proposed a change to openstack/tempest: update to hacking 0.8  https://review.openstack.org/5630807:27
*** wingwj has quit IRC07:27
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Reuse a server instance in test_disk_config  https://review.openstack.org/5422907:28
openstackrecheckopenstack/neutron change: https://review.openstack.org/56187 failed tempest with an unrecognized error07:29
*** DennyZha` has quit IRC07:29
*** wingwj has joined #openstack-qa07:30
openstackrecheckopenstack/neutron change: https://review.openstack.org/54155 failed tempest because of: https://bugs.launchpad.net/bugs/122400107:33
*** wingwj has quit IRC07:33
openstackrecheckopenstack/neutron change: https://review.openstack.org/54680 failed tempest because of: https://bugs.launchpad.net/bugs/124425507:35
openstackrecheckopenstack/tempest change: https://review.openstack.org/53070 failed tempest because of: https://bugs.launchpad.net/bugs/124425507:35
openstackrecheckopenstack/horizon change: https://review.openstack.org/56323 failed tempest with an unrecognized error07:36
*** wingwj has joined #openstack-qa07:37
*** coolsvap has quit IRC07:40
openstackrecheckopenstack/tempest change: https://review.openstack.org/56326 failed tempest with an unrecognized error07:45
*** coolsvap has joined #openstack-qa07:47
*** coolsvap has quit IRC07:49
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Enable a uuid flavor  https://review.openstack.org/5632607:51
openstackrecheckopenstack/nova change: https://review.openstack.org/56320 failed tempest with an unrecognized error07:55
*** Krast has joined #openstack-qa07:58
*** coolsvap has joined #openstack-qa08:00
openstackgerritzhangyanzi proposed a change to openstack/tempest: Added some tests for os-update_readonly_flag  https://review.openstack.org/5288508:04
*** coolsvap has quit IRC08:08
*** coolsvap has joined #openstack-qa08:09
*** Madan has quit IRC08:10
mkoderergiulivo: ping08:12
mkoderergiulivo: regarding https://review.openstack.org/#/c/50267/8/tempest/api/image/v1/test_image_members_negative.py : 2608:12
mkoderergiulivo: why should this become a smoke test?08:13
*** ken1ohmichi has quit IRC08:13
giulivohi mkoderer08:19
giulivopong yfried08:19
giulivomkoderer, for the simple reason that there is no "gate" tag08:19
giulivoI mean the keyword is just not used08:19
yfriedgiulivo: https://review.openstack.org/#/c/55810/11/tempest/scenario/test_network_basic_ops.py08:20
giulivomkoderer, see earlier chat with sdague08:20
yfriedgiulivo: regarding your comment08:20
yfriedgiulivo: if I want to make sure ip is disconnected - I need to wait for the full time defined in conf file08:21
yfriedgiulivo: don't I?08:21
giulivowell I'm concerned by how _ping_ip_address behaves not by your call_until_true08:22
*** jpich has joined #openstack-qa08:22
openstackrecheckopenstack/neutron change: https://review.openstack.org/54155 failed tempest with an unrecognized error08:22
yfriedgiulivo: it pings until return or until timeout08:23
yfriedso I need it to wait for timeout so I can make sure link is really down08:23
mkoderergiulivo: mhhh so I merged it now, I hope this is ok08:23
mkoderergiulivo: so the gate attrs aren't executed for glance test?08:24
mkoderergiulivo: maybe I miss some history of the chat...08:25
yfriedgiulivo: also - there is a delay between removing the FIP and the time the VM actually drops the link so first few pings return successfully08:25
giulivomkoderer, it is mostly okay the way it is indeed I +208:26
giulivobut the gate tag is simply not in use08:26
openstackrecheckopenstack/tempest change: https://review.openstack.org/53070 failed tempest with an unrecognized error08:27
mkoderergiulivo: ok thats tricky because I try to get rid of all negative test with smoke attr08:27
giulivomkoderer, indeed I think we need to make some rationale of those flag08:27
giulivoflags08:27
*** coolsvap has quit IRC08:28
giulivomkoderer, and I agree with you the label "gate" seems more appropriate than "smoke" for the objective08:29
giulivoyfried, so what I mean is that after the initial successful pings08:29
giulivo_ping_ip_address will retry every second until ping_timeout08:30
giulivowhen you don't need to wait for that event, as soon as the ip is unreachable, you're done08:30
*** matsuhashi has quit IRC08:30
openstackrecheckopenstack/tempest change: https://review.openstack.org/54229 failed tempest because of: https://bugs.launchpad.net/bugs/124425508:31
openstackrecheckopenstack/cinder change: https://review.openstack.org/55923 failed tempest with an unrecognized error08:32
giulivoso I suggest you move ping() out of _ping_ip_address , make it return both true and false if unreachable and consume that from both _ping_ip_address and _check_disconnected08:33
giulivo(subject to timeout)08:33
giulivohope that makes sense08:33
openstackrecheckopenstack/cinder change: https://review.openstack.org/55849 failed tempest with an unrecognized error08:34
*** matsuhashi has joined #openstack-qa08:35
yfriedgiulivo: if i understand correctly - you want to wait until first ping fails and not wait for ping_timeout.08:36
*** tkammer has joined #openstack-qa08:37
giulivoyfried, indeed, that is what wait_until_true is intended to do ... the timeout is only an upper limit08:38
*** rossella_s has joined #openstack-qa08:43
openstackrecheckopenstack/tempest change: https://review.openstack.org/56312 failed tempest with an unrecognized error08:44
*** jamielennox|away has joined #openstack-qa08:44
*** 20WAAKLSA has joined #openstack-qa08:44
*** zhikunliu has joined #openstack-qa08:44
*** salv-orlando has joined #openstack-qa08:44
*** bdperkin has joined #openstack-qa08:44
openstackrecheckopenstack/keystone change: https://review.openstack.org/56333 failed tempest with an unrecognized error08:45
*** yfried has quit IRC08:45
*** yfried has joined #openstack-qa08:45
*** jlibosva has quit IRC08:45
*** jlibosva has joined #openstack-qa08:45
*** jamielennox|away has quit IRC08:45
*** jamielennox|away has joined #openstack-qa08:45
openstackrecheckopenstack/neutron change: https://review.openstack.org/44942 failed tempest because of: https://bugs.launchpad.net/bugs/123548608:45
*** jpich has quit IRC08:45
*** Krast has quit IRC08:45
*** jlibosva has quit IRC08:45
*** Dharmit has quit IRC08:45
*** jamielenz has quit IRC08:45
*** fbo_away has quit IRC08:45
openstackrecheckopenstack/neutron change: https://review.openstack.org/56187 failed tempest with an unrecognized error08:46
*** Dharmit has joined #openstack-qa08:46
*** nosnos has quit IRC08:46
*** Dharmit has quit IRC08:46
*** Dharmit has joined #openstack-qa08:46
*** jpich has joined #openstack-qa08:46
*** Krast has joined #openstack-qa08:46
*** fbo_away has joined #openstack-qa08:46
*** jlibosva has joined #openstack-qa08:47
openstackrecheckopenstack/tempest change: https://review.openstack.org/56326 failed tempest with an unrecognized error08:51
openstackgerritA change was merged to openstack/tempest: Test image member is enforced  https://review.openstack.org/5026708:56
openstackrecheckopenstack/cinder change: https://review.openstack.org/56307 failed tempest with an unrecognized error08:59
*** yassine has joined #openstack-qa09:11
openstackrecheckopenstack/nova change: https://review.openstack.org/45914 failed tempest with an unrecognized error09:12
openstackgerritRoman Prykhodchenko proposed a change to openstack-infra/devstack-gate: Support of Ironic  https://review.openstack.org/5389909:14
*** coolsvap has joined #openstack-qa09:16
*** m_hori has joined #openstack-qa09:19
*** m_hori has left #openstack-qa09:19
*** svapneel has joined #openstack-qa09:27
*** svapneel has quit IRC09:27
*** svapneel has joined #openstack-qa09:27
openstackrecheckopenstack/nova change: https://review.openstack.org/56265 failed tempest with an unrecognized error09:27
*** salv-orlando has quit IRC09:28
*** coolsvap has quit IRC09:28
openstackgerritGonéri Le Bouder proposed a change to openstack-dev/devstack: horizon: drop nodejs dependency  https://review.openstack.org/5525509:28
openstackrecheckopenstack/neutron change: https://review.openstack.org/54155 failed tempest with an unrecognized error09:29
openstackgerritRoman Prykhodchenko proposed a change to openstack-dev/devstack: Enable/disable ironic in tempest config  https://review.openstack.org/5634509:31
*** svapneel has quit IRC09:31
*** derekh has joined #openstack-qa09:32
*** coolsvap has joined #openstack-qa09:32
derekhHi, I'm using tempest against a tripleo overcloud and getting errors running the tests that start servers as admin https://bugs.launchpad.net/tripleo/+bug/1250866 , is this something I can work around ?09:33
derekhor do I just need to disable those tests ?09:33
*** jorisroovers has joined #openstack-qa09:34
openstackrecheckopenstack/neutron change: https://review.openstack.org/52884 failed tempest because of: https://bugs.launchpad.net/bugs/123548609:35
openstackrecheckopenstack/cinder change: https://review.openstack.org/55923 failed tempest with an unrecognized error09:37
openstackgerritzhangyanzi proposed a change to openstack/tempest: Added some tests for os-update_readonly_flag  https://review.openstack.org/5288509:41
raiesafazekas: hello09:42
afazekasraies: hi09:42
raiesafazekas: I am trying to install single node oppenstack using puppet09:42
raiesI followed the link "https://github.com/stackforge/puppet-openstack"09:43
*** safchain has joined #openstack-qa09:43
raiesDuring installation I am getting error "Invalid parameter config_hash at /etc/puppet/modules/openstack/manifests/db/mysql.pp:112"09:43
raiescan you please help me on this09:43
raiesafazekas: ^^09:43
*** zhikunliu has quit IRC09:44
openstackgerritRossella Sblendido proposed a change to openstack/tempest: Add 2 tests to the Floating IP test case  https://review.openstack.org/5634909:45
openstackrecheckopenstack/neutron change: https://review.openstack.org/44942 failed tempest with an unrecognized error09:46
raiesafazekas: are u there ?09:47
openstackrecheckopenstack/neutron change: https://review.openstack.org/56076 failed tempest with an unrecognized error09:48
*** coolsvap has quit IRC09:51
*** coolsvap has joined #openstack-qa09:52
openstackrecheckopenstack/horizon change: https://review.openstack.org/54218 failed tempest with an unrecognized error09:54
*** gszasz has joined #openstack-qa09:55
openstackgerritRossella Sblendido proposed a change to openstack/tempest: Add 2 tests to the Floating IP test case  https://review.openstack.org/5634909:58
openstackgerritNejc Saje proposed a change to openstack/tempest: Adds client and CRUD tests for Ceilometer alarms  https://review.openstack.org/3923709:58
*** Dharmit has quit IRC09:59
openstackgerritRossella Sblendido proposed a change to openstack/tempest: Add 2 tests to the Floating IP test case  https://review.openstack.org/5634910:00
*** Dharmit has joined #openstack-qa10:02
*** prekarat1 has joined #openstack-qa10:02
openstackrecheckopenstack/neutron change: https://review.openstack.org/55210 failed tempest with an unrecognized error10:03
*** prekarat has quit IRC10:04
openstackgerritIvan-Zhu proposed a change to openstack/tempest: add tests for server detail and show with extensions  https://review.openstack.org/5632410:06
openstackrecheckopenstack/cinder change: https://review.openstack.org/55849 failed tempest with an unrecognized error10:07
*** Krast has quit IRC10:13
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/55255 failed tempest because of: https://bugs.launchpad.net/bugs/1218391 and https://bugs.launchpad.net/bugs/123985610:14
*** rdekel has quit IRC10:14
openstackrecheckopenstack-infra/devstack-gate change: https://review.openstack.org/53899 failed tempest because of: https://bugs.launchpad.net/bugs/124906510:16
afazekasraies: probably you need to specify an additional parameter , check out how packstack, or foreman does it http://openstack.redhat.com/Quickstart ,  https://github.com/stackforge/packstack, http://openstack.redhat.com/Deploying_RDO_Using_Foreman10:17
*** rdekel has joined #openstack-qa10:17
*** prekarat has joined #openstack-qa10:20
*** matsuhashi has quit IRC10:20
*** matsuhashi has joined #openstack-qa10:21
*** prekarat1 has quit IRC10:23
openstackgerritRoman Prykhodchenko proposed a change to openstack-infra/devstack-gate: Support of Ironic  https://review.openstack.org/5389910:23
*** SergeyLukjanov has joined #openstack-qa10:24
*** matsuhashi has quit IRC10:25
openstackrecheckopenstack/cinder change: https://review.openstack.org/47581 failed tempest with an unrecognized error10:26
*** 20WAAKLSA has quit IRC10:32
*** nosnos has joined #openstack-qa10:33
*** nosnos has quit IRC10:37
openstackrecheckopenstack/neutron change: https://review.openstack.org/44942 failed tempest with an unrecognized error10:38
openstackrecheckopenstack/ceilometer change: https://review.openstack.org/54553 failed tempest because of: https://bugs.launchpad.net/bugs/124906510:40
openstackrecheckopenstack/neutron change: https://review.openstack.org/56187 failed tempest with an unrecognized error10:41
*** svapneel has joined #openstack-qa10:43
*** prekarat has quit IRC10:44
*** svapneel has quit IRC10:44
*** coolsvap has quit IRC10:44
openstackrecheckopenstack/tempest change: https://review.openstack.org/39237 failed tempest with an unrecognized error10:44
openstackrecheckopenstack/tempest change: https://review.openstack.org/56349 failed tempest with an unrecognized error10:46
*** dachary has quit IRC10:52
*** dachary has joined #openstack-qa10:53
*** metabro has joined #openstack-qa11:01
*** salv-orlando has joined #openstack-qa11:01
openstackrecheckopenstack/nova change: https://review.openstack.org/54073 failed tempest with an unrecognized error11:07
openstackrecheckopenstack/tempest change: https://review.openstack.org/42880 failed tempest with an unrecognized error11:10
*** jorisroovers has quit IRC11:11
*** mkollaro has joined #openstack-qa11:11
openstackgerritafazekas proposed a change to openstack/tempest: Report task_state on state transition timeout  https://review.openstack.org/5468211:13
openstackrecheckopenstack-infra/devstack-gate change: https://review.openstack.org/53899 failed tempest with an unrecognized error11:13
*** afrittoli has quit IRC11:15
*** adalbas has joined #openstack-qa11:18
*** Dharmit has quit IRC11:20
*** jorisroovers has joined #openstack-qa11:24
*** jorisroovers has joined #openstack-qa11:25
*** sthaha has joined #openstack-qa11:36
*** sthaha has quit IRC11:36
*** sthaha has joined #openstack-qa11:36
openstackgerritMate Lakat proposed a change to openstack-dev/devstack: xenapi: enable user to specify FLAT_NETWORK_BRIDGE  https://review.openstack.org/4829611:36
*** salv-orlando has quit IRC11:39
openstackrecheckopenstack/glance change: https://review.openstack.org/46283 failed tempest because of: https://bugs.launchpad.net/bugs/123543511:42
openstackgerritIvan-Zhu proposed a change to openstack/tempest: add tests for extension: os-extended-volume of nova v2 api  https://review.openstack.org/5636411:43
*** ivanzhu has quit IRC11:45
*** masayukig has joined #openstack-qa11:45
openstackrecheckopenstack/heat change: https://review.openstack.org/56125 failed tempest because of: https://bugs.launchpad.net/bugs/124425511:49
openstackrecheckopenstack/neutron change: https://review.openstack.org/56187 failed tempest because of: https://bugs.launchpad.net/bugs/123963711:49
openstackrecheckopenstack/keystone change: https://review.openstack.org/55638 failed tempest because of: https://bugs.launchpad.net/bugs/124906511:50
openstackrecheckopenstack/nova change: https://review.openstack.org/42061 failed tempest because of: https://bugs.launchpad.net/bugs/124025611:51
*** sthaha has quit IRC11:52
*** rfolco has joined #openstack-qa11:52
openstackrecheckopenstack/neutron change: https://review.openstack.org/52884 failed tempest with an unrecognized error11:53
*** dkorn has joined #openstack-qa11:55
*** rfolco has quit IRC11:58
*** rfolco has joined #openstack-qa12:00
*** weshay has joined #openstack-qa12:05
*** sthaha has joined #openstack-qa12:05
*** mlavalle has quit IRC12:05
openstackgerritA change was merged to openstack/tempest: port test_services into nova v3 part1  https://review.openstack.org/4288012:08
openstackrecheckopenstack-dev/pbr change: https://review.openstack.org/54628 failed tempest because of: https://bugs.launchpad.net/bugs/124425512:09
openstackgerritA change was merged to openstack/tempest: port test_services into nova v3 part2  https://review.openstack.org/4288512:10
openstackgerritRossella Sblendido proposed a change to openstack/tempest: Add 2 tests to the Floating IP test case  https://review.openstack.org/5634912:15
openstackrecheckopenstack/nova change: https://review.openstack.org/54073 failed tempest with an unrecognized error12:15
openstackgerritA change was merged to openstack/tempest: port test_extensions into v3 part1  https://review.openstack.org/4323812:16
openstackrecheckopenstack/tempest change: https://review.openstack.org/54682 failed tempest with an unrecognized error12:16
openstackrecheckopenstack/cinder change: https://review.openstack.org/47581 failed tempest with an unrecognized error12:20
*** dims has joined #openstack-qa12:21
raiesafazekas: hi12:23
*** malini_afk is now known as malini12:27
openstackrecheckopenstack/glance change: https://review.openstack.org/49316 failed tempest with an unrecognized error12:27
*** dkranz has quit IRC12:31
*** dkranz has joined #openstack-qa12:32
*** malini is now known as malini_afk12:35
*** shanks has quit IRC12:35
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/48296 failed tempest because of: https://bugs.launchpad.net/bugs/124425512:36
openstackrecheckopenstack/tempest change: https://review.openstack.org/56364 failed tempest with an unrecognized error12:38
*** dkranz has quit IRC12:43
*** mkollaro has quit IRC12:43
*** dkorn has quit IRC12:43
*** Dafna has joined #openstack-qa12:47
*** HenryG has joined #openstack-qa12:49
openstackrecheckopenstack/neutron change: https://review.openstack.org/53821 failed tempest because of: https://bugs.launchpad.net/bugs/123548612:49
*** dkorn has joined #openstack-qa12:50
openstackrecheckopenstack/neutron change: https://review.openstack.org/52884 failed tempest because of: https://bugs.launchpad.net/bugs/1235486 and https://bugs.launchpad.net/bugs/124906512:50
*** weshay has quit IRC12:54
*** weshay has joined #openstack-qa12:55
openstackrecheckopenstack/tempest change: https://review.openstack.org/56349 failed tempest because of: https://bugs.launchpad.net/bugs/124425512:57
Dafnaanteaya: ping12:59
*** dachary has quit IRC12:59
*** dachary has joined #openstack-qa12:59
*** dachary has left #openstack-qa13:00
*** mkollaro has joined #openstack-qa13:03
*** dims has quit IRC13:04
*** dims has joined #openstack-qa13:06
afazekasraies: hi13:11
*** jhenner has joined #openstack-qa13:12
raiesI wanted to install puppet 3.*13:12
raiesfor this I followed "http://projects.puppetlabs.com/projects/1/wiki/Puppet_Ubuntu"13:13
raiesbut I am getting error "http://pastebin.com/WsumNV76"13:14
raiesafazekas: ^^13:14
mkodererraies: btw there is a separate channel #puppet-openstack for such questions13:17
raiesmkodere: thanks for suggestions :)13:17
*** masayukig has quit IRC13:17
openstackgerritIvan-Zhu proposed a change to openstack/tempest: port test_extensions into nova v3 part2  https://review.openstack.org/4323613:18
openstackrecheckopenstack-dev/pbr change: https://review.openstack.org/54628 failed tempest with an unrecognized error13:20
*** dims has quit IRC13:24
*** SergeyLukjanov is now known as _SergeyLukjanov13:25
*** _SergeyLukjanov has quit IRC13:26
*** dims has joined #openstack-qa13:28
*** Shrews has joined #openstack-qa13:35
openstackrecheckopenstack/neutron change: https://review.openstack.org/56187 failed tempest because of: https://bugs.launchpad.net/bugs/1235435 and https://bugs.launchpad.net/bugs/124425513:35
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/55087 failed tempest because of: https://bugs.launchpad.net/bugs/124906513:37
*** prekarat has joined #openstack-qa13:43
*** dkranz has joined #openstack-qa13:45
openstackrecheckopenstack/tempest change: https://review.openstack.org/56364 failed tempest with an unrecognized error13:46
*** mriedem has joined #openstack-qa13:54
openstackrecheckopenstack/glance change: https://review.openstack.org/54245 failed tempest with an unrecognized error13:57
*** romcheg has left #openstack-qa13:57
*** yfried has quit IRC14:00
openstackrecheckopenstack/keystone change: https://review.openstack.org/55638 failed tempest with an unrecognized error14:08
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/55086 failed tempest with an unrecognized error14:08
openstackrecheckopenstack/tempest change: https://review.openstack.org/43236 failed tempest because of: https://bugs.launchpad.net/bugs/124425514:09
*** tkammer has quit IRC14:12
openstackrecheckopenstack/tempest change: https://review.openstack.org/56349 failed tempest because of: https://bugs.launchpad.net/bugs/123543514:15
openstackrecheckopenstack/cinder change: https://review.openstack.org/56382 failed tempest with an unrecognized error14:20
openstackrecheckopenstack/cinder change: https://review.openstack.org/47581 failed tempest with an unrecognized error14:22
*** yassine has quit IRC14:33
*** yassine has joined #openstack-qa14:33
openstackrecheckopenstack/neutron change: https://review.openstack.org/56187 failed tempest with an unrecognized error14:36
*** markmcclain has quit IRC14:38
*** SergeyLukjanov has joined #openstack-qa14:38
*** mkollaro has quit IRC14:39
openstackrecheckopenstack/horizon change: https://review.openstack.org/46711 failed tempest because of: https://bugs.launchpad.net/bugs/124425514:39
*** malini_afk is now known as malini14:39
*** zhikunliu has joined #openstack-qa14:40
*** zhiyan has joined #openstack-qa14:46
zhiyanhi folks morning/night!  can you help take a look a grenade/upgrade test failure? seems glance-api pid has no permission to access /tmp, this caused code can't get lock successful. thanks14:46
zhiyanhttp://logs.openstack.org/79/46479/12/check/check-grenade-devstack-vm/87c1400/logs/new/screen-n-cpu.txt.gz#_2013-11-12_16_21_21_09814:46
zhiyanhttp://logs.openstack.org/79/46479/12/check/check-grenade-devstack-vm/87c1400/logs/new/screen-g-api.txt.gz#_2013-11-12_16_21_19_93114:46
*** prekarat has left #openstack-qa14:55
openstackrecheckopenstack/nova change: https://review.openstack.org/56223 failed tempest because of: https://bugs.launchpad.net/bugs/124906514:57
openstackrecheckopenstack/horizon change: https://review.openstack.org/56390 failed tempest with an unrecognized error14:58
*** bill_az has joined #openstack-qa14:58
*** yassine has quit IRC15:01
*** yfried_mob has joined #openstack-qa15:01
*** yassine has joined #openstack-qa15:02
*** jasondotstar has joined #openstack-qa15:06
*** bill_az has quit IRC15:06
*** bill_az has joined #openstack-qa15:06
*** bill_az has quit IRC15:10
*** bill_az has joined #openstack-qa15:10
openstackgerritA change was merged to openstack-infra/devstack-gate: Remove folsom-specific logic  https://review.openstack.org/5628415:16
openstackrecheckopenstack/nova change: https://review.openstack.org/47651 failed tempest with an unrecognized error15:19
*** markmcclain has joined #openstack-qa15:19
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Enable a uuid flavor  https://review.openstack.org/5632615:21
*** Madan has joined #openstack-qa15:23
*** mkollaro has joined #openstack-qa15:24
*** yfried_mob has quit IRC15:24
openstackgerritA change was merged to openstack-dev/devstack: cm-cpu-agent only support libvirt driver  https://review.openstack.org/5329015:27
*** 3JTAADDEI has joined #openstack-qa15:33
*** 3JTAADDEI has quit IRC15:33
*** yfried|mob has joined #openstack-qa15:33
openstackrecheckopenstack/horizon change: https://review.openstack.org/54218 failed tempest with an unrecognized error15:38
*** yfried|mob has quit IRC15:38
openstackrecheckopenstack/heat change: https://review.openstack.org/55676 failed tempest with an unrecognized error15:43
openstackgerritMasayuki Igawa proposed a change to openstack/tempest: Cleanup using about the data_utils module and functions  https://review.openstack.org/5468815:46
*** SergeyLukjanov has quit IRC15:49
openstackrecheckopenstack-dev/pbr change: https://review.openstack.org/54791 failed tempest with an unrecognized error15:49
zhiyansdague: ping15:56
sdaguezhiyan: pong15:57
zhiyansdague: sorry to interrupt you, but i meet a strange issue on the upgrade testing... https://review.openstack.org/#/c/46479/ , can you pls give me a hand? i try to ask fungi help but there's no solution to me...15:59
*** yfried has joined #openstack-qa16:00
sdaguezhiyan: does the change work without changing the config files?16:01
zhiyanthe issue seems is glance-api can't get the lock successful16:01
sdaguein a grenade test, you don't get the config file changes16:01
sdaguebecause you get the old config16:01
zhiyansdague: no, the code change need config file change (give a valid lock_path)16:02
sdagueso that's not an upgrade compatible change16:02
sdaguewhich is why you are failing things16:02
sdaguehow would a deployer upgrade glance in the field?16:02
sdagueespecially in a CD environment16:03
zhiyanneed chef/puppet script change option file also.16:04
openstackrecheckopenstack/cinder change: https://review.openstack.org/51900 failed tempest with an unrecognized error16:04
sdaguezhiyan: yeh, that's not allowed16:04
sdaguewe need to be upgrade clean, so if you add a new required config variable it needs to default to something sensible16:05
sdagueand new code needs to work 100% with old configs16:05
zhiyansdague: why? i'm confused sorry, how can we do a enhancement which need deployer give a valid particular option value?16:05
sdaguezhiyan: because how are they going to coordinate it on a CD front16:06
zhiyansdague: ok i know your means, but this case is little different.16:06
sdaguezhiyan: I disagree16:06
sdaguewhy is there no valid default here?16:06
fungiglad to know my answer was probably the right one there after all ;)16:07
sdagueyes, it was, and it was also posted in the review comments a few times16:07
zhiyanthe code juse use openstack-common lock utils. it has no default value16:07
zhiyanfor "lock_path" option16:07
sdaguezhiyan: I understood there was a way to set the default16:08
* sdague wonders if we have oslo folks in here16:08
*** afazekas has quit IRC16:09
sdaguezhiyan: from a CD perspective configs from the last stable release must work on master, full stop. If there is a work around it needs to be flagged as a big giant breaking UpgradeImpact, so that all the deployers understand this patch isn't safe to process on it's own16:09
sdagueand you'll get a *lot* of push back on that16:09
sdaguelifeless: https://review.openstack.org/#/c/46479/12 correct me if I'm wrong on that POV16:10
sdaguethis is actually the reason we have grenade in the gate, to prevent these kinds of code changes from landing16:10
*** dkranz has quit IRC16:11
zhiyansdague: ok, got it. thanks for you and fungi input. i will try. 1 try to using code to give "lock_path" a default value, such as '/tmp'. 2 if #1 not work, i will ask commitor using UpgradeImpact flag.16:11
zhiyansdague: yup, understand.16:12
*** dkorn has quit IRC16:12
sdagueyeh, then we'll also need to build custom work around in grenade, which for other reasons, we probably can't do for a couple of weeks. So your faster path is making it default correctly16:12
zhiyanbtw, sdague, if patch has UpgradeImpact, then the grenade tests will skip, right?16:12
sdaguezhiyan: no16:12
sdaguebut then we'll at least justify adding the work around16:13
*** dkorn has joined #openstack-qa16:13
sdaguebut I'd also like to make sure that CD folks like lifeless are ok with that approach. Unless you convince him to +1 it, we won't take the grenade work around16:13
zhiyanok, let me try #1 first. if needed I will ping you help later, for UpgradeImpact way i meaning16:14
sdaguewriting code that can do rolling upgrades is hard, but it's where we need to get to16:14
sdaguezhiyan: cool, thanks!16:14
zhiyanthank you sdague!16:14
*** gszasz has quit IRC16:18
EmilienMsdague: o/16:18
EmilienMsdague: regarding https://wiki.openstack.org/wiki/Meetings/QATeamMeeting16:19
sdagueEmilienM: yep, what's up?16:19
EmilienMsdague: i won't able to attend it in 40 min,16:19
sdagueEmilienM: ok16:19
EmilienMsdague: just to let you know the status of neutron tempest16:19
sdaguesure, lets do it here then16:19
EmilienMsdague: i'm working on it : https://review.openstack.org/#/c/55846/16:19
*** markmcclain has quit IRC16:19
EmilienMsdague: need some days to finish tests16:19
EmilienMi did some refacto, but not finished.16:19
sdagueEmilienM: also, in the critical reviews section of the wiki, if you feel you have reviews that are ready, and need eyes, please put the links there16:20
sdaguewe try to do a sweep every week to make sure we can pop up things that aren't getting enough attension16:20
EmilienMsdague: i don't want review for now, it's too early16:21
sdagueok, no prob16:21
EmilienMsdague: when ready, i'll let QA people know here. fine ?16:21
sdagueyes, definitely16:21
EmilienMok perfect, thanks16:22
*** jlibosva has quit IRC16:25
openstackrecheckopenstack/horizon change: https://review.openstack.org/54218 failed tempest with an unrecognized error16:25
*** dkranz has joined #openstack-qa16:27
*** zhikunliu has quit IRC16:35
*** dkranz has quit IRC16:42
*** yassine has quit IRC16:43
*** afazekas has joined #openstack-qa16:43
*** Dafna has left #openstack-qa16:47
*** rhsu has quit IRC16:48
sdague10 minutes until qa meeting (remembering tz shift)16:49
*** dkranz has joined #openstack-qa16:55
openstackrecheckopenstack/neutron change: https://review.openstack.org/53821 failed tempest because of: https://bugs.launchpad.net/bugs/123963716:57
*** HenryG has quit IRC17:01
openstackrecheckopenstack/ceilometer change: https://review.openstack.org/54500 failed tempest because of: https://bugs.launchpad.net/bugs/124906517:04
sdaguegiulivo: joining qa meeting17:04
sdague?17:04
giulivohey sdague thanks17:06
openstackrecheckopenstack/neutron change: https://review.openstack.org/55885 failed tempest because of: https://bugs.launchpad.net/bugs/1217734 and https://bugs.launchpad.net/bugs/1235486 and https://bugs.launchpad.net/bugs/124906517:06
*** jasondotstar has quit IRC17:07
*** sthaha has quit IRC17:07
openstackrecheckopenstack/neutron change: https://review.openstack.org/54850 failed tempest with an unrecognized error17:13
*** rhsu has joined #openstack-qa17:16
openstackrecheckopenstack/swift change: https://review.openstack.org/56410 failed tempest with an unrecognized error17:20
*** mlavalle has joined #openstack-qa17:21
*** jasondotstar has joined #openstack-qa17:22
*** jasondotstar has quit IRC17:23
*** jasondotstar has joined #openstack-qa17:24
openstackrecheckopenstack/tempest change: https://review.openstack.org/54682 failed tempest with an unrecognized error17:24
openstackrecheckopenstack/nova change: https://review.openstack.org/54096 failed tempest because of: https://bugs.launchpad.net/bugs/124425517:24
openstackrecheckopenstack/nova change: https://review.openstack.org/56069 failed tempest with an unrecognized error17:26
*** yfried_mob has joined #openstack-qa17:30
openstackrecheckopenstack/neutron change: https://review.openstack.org/55000 failed tempest with an unrecognized error17:32
*** jlibosva has joined #openstack-qa17:34
*** rdekel has quit IRC17:36
*** jasondotstar has quit IRC17:42
*** yfried_mob has quit IRC17:46
*** SergeyLukjanov has joined #openstack-qa17:48
*** rhsu has quit IRC17:49
*** dkorn has quit IRC17:49
*** safchain has quit IRC17:49
openstackrecheckopenstack/ceilometer change: https://review.openstack.org/53321 failed tempest with an unrecognized error17:51
*** rhsu has joined #openstack-qa17:52
*** harlowja has joined #openstack-qa17:53
*** jasondotstar has joined #openstack-qa17:55
*** derekh has quit IRC17:59
openstackrecheckopenstack/nova change: https://review.openstack.org/56428 failed tempest with an unrecognized error17:59
*** markmcclain has joined #openstack-qa18:00
mlavallesdague: ping18:01
sdaguemlavalle: pong18:02
sdaguemlavalle: actually, I'm about to run out for lunch18:02
mlavallesdague: was the time of the meeting changed18:02
sdagueback in an hour or so18:02
sdaguemlavalle: no, it's on UTC18:02
sdagueso your time changed :)18:02
mlavalledanm18:02
mlavallei'll ping you later today18:03
*** andreaf has joined #openstack-qa18:04
mlavallesdague: I forgot we fell back to standard time. ping you later18:04
*** krtaylor has quit IRC18:04
* afazekas had a TZ issue :(18:04
mlavalleafazekas: me too18:05
*** mestery has joined #openstack-qa18:05
openstackrecheckopenstack/nova change: https://review.openstack.org/56272 failed tempest because of: https://bugs.launchpad.net/bugs/123543518:05
andreafI had the same TZ issue :(18:07
*** dims has quit IRC18:07
openstackrecheckopenstack/nova change: https://review.openstack.org/55449 failed tempest with an unrecognized error18:08
*** bill_az has quit IRC18:09
andreafsdague: I started working on running scenario tests with multiple inputs (images , flavours) as discussed during the summit - https://blueprints.launchpad.net/tempest/+spec/input-scenarios-for-scenario18:10
openstackgerritHoisaleshwara Madan V S proposed a change to openstack/tempest: Adds negative tests to glance api's  https://review.openstack.org/5562518:14
openstackrecheckopenstack/nova change: https://review.openstack.org/47836 failed tempest with an unrecognized error18:18
*** mlavalle has quit IRC18:18
*** coolsvap has joined #openstack-qa18:21
*** dims has joined #openstack-qa18:22
openstackrecheckopenstack/nova change: https://review.openstack.org/56334 failed tempest with an unrecognized error18:33
*** Madan has quit IRC18:34
openstackrecheckopenstack/neutron change: https://review.openstack.org/56303 failed tempest because of: https://bugs.launchpad.net/bugs/123543518:37
*** jpich has quit IRC18:40
*** krtaylor has joined #openstack-qa18:41
openstackrecheckopenstack/ceilometer change: https://review.openstack.org/40248 failed tempest with an unrecognized error18:41
openstackrecheckopenstack/neutron change: https://review.openstack.org/56321 failed tempest because of: https://bugs.launchpad.net/bugs/1235435 and https://bugs.launchpad.net/bugs/123963718:43
*** coolsvap has quit IRC18:44
*** HenryG has joined #openstack-qa18:54
openstackrecheckopenstack/neutron change: https://review.openstack.org/56187 failed tempest because of: https://bugs.launchpad.net/bugs/121773418:55
*** hemna_ is now known as hemna18:56
*** markmcclain has quit IRC18:57
*** markmcclain has joined #openstack-qa18:58
*** jorisroovers has quit IRC19:01
openstackrecheckopenstack/nova change: https://review.openstack.org/54808 failed tempest with an unrecognized error19:02
openstackrecheckopenstack/nova change: https://review.openstack.org/53775 failed tempest with an unrecognized error19:05
openstackrecheckopenstack/neutron change: https://review.openstack.org/55885 failed tempest because of: https://bugs.launchpad.net/bugs/123963719:17
openstackrecheckopenstack/neutron change: https://review.openstack.org/54208 failed tempest with an unrecognized error19:21
dkranzsdague: You had one nit on https://review.openstack.org/#/c/50122/11 that was addressed. I would like to approve it. ok with that?19:21
*** jorisroovers has joined #openstack-qa19:27
*** jroovers has joined #openstack-qa19:27
*** rhsu1 has joined #openstack-qa19:29
*** coolsvap has joined #openstack-qa19:30
*** rhsu has quit IRC19:31
*** jorisroovers has quit IRC19:31
openstackrecheckopenstack/keystone change: https://review.openstack.org/56430 failed tempest with an unrecognized error19:32
openstackrecheckopenstack/nova change: https://review.openstack.org/43194 failed tempest with an unrecognized error19:42
*** coolsvap has quit IRC19:42
openstackrecheckopenstack/neutron change: https://review.openstack.org/52906 failed tempest because of: https://bugs.launchpad.net/bugs/123543519:44
*** rossella_s has quit IRC19:49
openstackrecheckopenstack/cinder change: https://review.openstack.org/56442 failed tempest with an unrecognized error19:49
openstackrecheckopenstack/nova change: https://review.openstack.org/54808 failed tempest with an unrecognized error19:50
*** mkollaro has quit IRC19:52
sdaguedkranz: let me look quick20:01
sdagueman, gerrit is the slows for me today20:02
*** SergeyLukjanov is now known as _SergeyLukjanov20:02
*** _SergeyLukjanov is now known as SergeyLukjanov20:03
*** SergeyLukjanov is now known as _SergeyLukjanov20:03
*** _SergeyLukjanov is now known as SergeyLukjanov20:03
openstackrecheckopenstack/swift change: https://review.openstack.org/56441 failed tempest with an unrecognized error20:04
openstackrecheckopenstack/nova change: https://review.openstack.org/56317 failed tempest because of: https://bugs.launchpad.net/bugs/123543520:06
dkranzsdague: Thanks. I think this is a valuable test.20:09
openstackrecheckopenstack/neutron change: https://review.openstack.org/53821 failed tempest with an unrecognized error20:14
openstackrecheckopenstack/requirements change: https://review.openstack.org/52725 failed tempest because of: https://bugs.launchpad.net/bugs/123543520:16
openstackrecheckopenstack/neutron change: https://review.openstack.org/56187 failed tempest with an unrecognized error20:17
openstackgerritTomoe Sugihara proposed a change to openstack-dev/devstack: Make tempest L3 capable plugin aware.  https://review.openstack.org/5645820:19
lifelesssdague: hi; looking20:21
lifelesssdague: whats the context?20:22
openstackgerritTomoe Sugihara proposed a change to openstack-dev/devstack: Define Q_L3_ENABLED=True for MidoNet plugin  https://review.openstack.org/5645920:22
*** yfried_mob has joined #openstack-qa20:23
*** marun has quit IRC20:24
*** markmcclain has quit IRC20:27
openstackrecheckopenstack/horizon change: https://review.openstack.org/53173 failed tempest with an unrecognized error20:27
*** malini is now known as malini_afk20:27
openstackrecheckopenstack/swift change: https://review.openstack.org/56440 failed tempest with an unrecognized error20:28
lifelesssdague: ah, I see, replied.20:32
lifelesssdague: yes, mandatory 'do X before deploying' are super disruptive, I appreciate us avoiding them.20:33
*** yfried_mob has quit IRC20:33
hemnasdague, so the scenario area in tempest is what you were mentioning I should take a look at as a replacement for the stress actions I've been using internally here ?20:36
*** safchain has joined #openstack-qa20:37
hemnalooks like they use the official python client libraries instead of the tempest/service/* objects.20:41
hemnais tempest going to keep the service/* classes then ?20:41
openstackrecheckopenstack/swift change: https://review.openstack.org/56447 failed tempest with an unrecognized error20:43
sdaguehemna: yes, we'll keep the service classe for API validation20:43
hemnaok20:44
openstackrecheckopenstack/ceilometer change: https://review.openstack.org/56065 failed tempest because of: https://bugs.launchpad.net/bugs/124906520:44
hemnaso for the scenario tests, can a scenario be run N times (for stress), or M minutes (for CHO) ?20:44
hemnamy current stress action I have, I typically run N threads for M loops and then dump the stats.20:45
hemnaI have a standalone stress test that I ported into the tempest stress action and is more like the scenario test setup.  it manually creates N threads and then runs a loop M times.20:46
hemnajust trying to figure out what to do since you guys wanted to nuke the stress actions20:46
sdaguehemna: yes, mkoderer and dkranz did most of that framework, they are the ones that best understand it. But in general, you decide how many threads to run in parallel, and for how long20:46
hemnaok so there is no built in thread management in the scenario tests like there is for stress.20:48
dkranzhemna: What is your question?20:48
hemnadkranz, well I'm trying to figure out where I need to submit my code20:49
hemnasince you guys want to nuke the stress actions20:49
hemnaI have some stress action tests that I have written here (not release into tempest yet), that hit cinder hard20:49
hemnauses N threads to hammer cinder and it's drivers20:49
dkranzhemna: If you have a valid scenario you can add it to the scenario tests and then drive it through the stress framework20:50
hemnaand uses the built in process mgmt that the stress actions provide.   But I do have an original stand alone stress test tool that I wrote that manually manages threads to do the same thing.20:50
dkranzhemna: If you want to drive something that will not be accepted as a good scenario test, that is an argument against nuking the stress actions20:50
openstackrecheckopenstack/cinder change: https://review.openstack.org/56290 failed tempest with an unrecognized error20:51
openstackrecheckopenstack/neutron change: https://review.openstack.org/54680 failed tempest with an unrecognized error20:51
hemnaI have 2 tests basically.  One is a cinder stress run.  It uses N threads to hammer cinder and it's drivers.  Another is a CHO (Continuous hours of operation) test that just runs for 72 hours.20:51
dkranzhemna: I think the stress stuff supports both threads and time20:51
hemnaIn both cases I need automatic stats tracking (which is a patch I have internally against the stress action framework, that I'm waiting for HP Legal to review).20:52
hemnadkranz, yah it does.   I actually made lots of changes to the stress action framework in Havana :P20:52
dkranzhemna: ok, sounds like a good thing to submit20:52
hemnaanyway, but I just want to play by the tempest mindset.20:52
hemnasoren, If we are nuking the stress actions, then I'll rewrite my stress test as a scenario20:52
dkranzhemna: Is it just the "nuke stress actions" thing that concerns you?20:53
hemnagah...  s/soren/so20:53
hemnadkranz, affirmative20:53
dkranzhemna: Because there was not an actual decision to do that.20:53
hemnawell, I just want to make sure going forward that I'm not working on something that will be dropped20:53
hemnaor something that I shouldn't be working on.20:53
hemnaI suppose I can add my stats tracking magic to the scenario framework as well.20:54
dkranzhemna: It really depends on whether the action you want to drive makes sense as a scenario test.20:54
dkranzhemna: If so, you should just submit the scenario test.20:54
dkranzhemna: If not, that is an argument that we should keep the stress actions.20:54
dkranzhemna: If you point me at it I can give you at least my opinion about that.20:55
hemnaI think the CHO test fits in a scenario.  It's not really a stress test.  It's a 72 hour run to make sure that there are no leaks or failures for a long running test.20:55
hemnadkranz, I don't have a public patch out for it yet....HP legal...20:55
hemna:(20:55
hemnableh20:55
hemnamy stress test could theoretically be thought of as a scenario20:56
dkranzhemna: A scenario test should not be required to run for a long time, repeating something20:56
hemnabut, it's a gray area20:56
hemnathe CHO is a scenario that runs for 72 hours.20:56
sdaguehemna: I was told by lifeless that if anyone from hp was getting hung up on a patch, he'd help20:57
dkranzhemna: I think this is a little too abstract and we will have to wait until we can see it.20:57
sdagueso lifeless ... ping20:57
hemnasdague, it's just the painful process of review.  it takes weeks of lame paperwork and talking to lawyers.  HP is very backwards.  bleh.20:57
*** rfolco has quit IRC20:57
sdagueyeh, but he's on one of the review boards20:58
sdagueso he may be able to grease the wheels20:58
hemnasdague, we got an expemption for our cinder driver work.  so I may try and apply for exemption for other work related to simply adding code that uses public APIs, which is all the stress test and CHO tests are.20:58
hemnaanyway, this is clear as mud.20:59
lifelesssdague: pong21:00
openstackgerritJoe Gordon proposed a change to openstack/tempest: Add special serial smoke option  https://review.openstack.org/5646421:01
openstackgerritJoe Gordon proposed a change to openstack/tempest: Make smoke tests parallel  https://review.openstack.org/5646521:01
jog0sdague: first two patches21:01
*** SergeyLukjanov has quit IRC21:03
sdaguelifeless: &21:03
sdague<hemna> sdague, it's just the painful process of review.  it takes weeks of lame paperwork and talking to lawyers.  HP is very backwards.  bleh.21:03
sdague^^^21:03
sdaguebasically, just read scrollback a few lines21:03
sdaguewould be great to help hemna be able to get his scenario tests out into tempest21:04
lifelesshemna: what OSRB review # is it ?21:04
*** yfried has quit IRC21:04
lifelesshemna: we're working on making a saner threshold that triggers HPDC review21:04
dkranzsdague: https://review.openstack.org/#/c/48421/18/tempest/api/network/admin/test_agent_management.py,unified line 4821:05
dkranzis another of these things where the test is going to do something bad to the system. Doing what this test does now is bogus.21:06
dkranzsdague: We need a policy about tests that side-effect the underlying system21:06
dkranzsdague: I am going to -1 this but not sure what advice to give21:07
sdaguedkranz: I think the justification you gave me is good enough21:09
dkranzsdague: You mean just say get rid of the test?21:10
*** HenryG has quit IRC21:11
openstackgerritJoe Gordon proposed a change to openstack-infra/devstack-gate: Wire up support for DEVSTACK_GATE_SMOKE_SERIAL  https://review.openstack.org/5646621:11
sdaguesorry, I seem to have gotten to the office cleaning part of the day now, so will be a little absent. Got to box up what's left here.21:12
lifelesssdague: last nday?21:13
sdaguewell, tomorrow officially21:13
sdaguebut it will be a short day, so I figured getting the office purged today was a better plan21:13
sdaguedkranz: https://review.openstack.org/#/c/56464/ could use a +2, we need to move neutron to a specific job so we can do parallel smoke for grenade21:15
dkranzsdague: Looking...21:15
sdaguedkranz: seen -infra for the sequencing21:16
sdaguethis is sort of 1 of 4 steps to get us over stepwise21:16
dkranzsdague: done21:17
*** yfried_mob has joined #openstack-qa21:21
*** jlibosva has quit IRC21:22
dkranzsdague: What about that image patch from afazekas I asked before?21:22
openstackgerritRyan Hsu proposed a change to openstack-dev/devstack: Update vsphere image filename pattern  https://review.openstack.org/5596821:22
sdaguedkranz: sorry, haven't gotten back to it, gerrit was having connect issues21:25
dkranzsdague: np21:25
dkranzsdague: If you need to go and can't get to it for a week or two I'll just take care of it in another way.21:26
openstackrecheckopenstack/neutron change: https://review.openstack.org/54275 failed tempest because of: https://bugs.launchpad.net/bugs/1224001 and https://bugs.launchpad.net/bugs/1235435 and https://bugs.launchpad.net/bugs/123963721:26
sdaguedkranz: ok, got to it. +A21:33
dkranzsdague: Thanks!21:33
openstackrecheckopenstack/swift change: https://review.openstack.org/56441 failed tempest with an unrecognized error21:35
openstackrecheckopenstack/neutron change: https://review.openstack.org/53985 failed tempest because of: https://bugs.launchpad.net/bugs/123963721:36
*** zhiyan has quit IRC21:38
*** adalbas has quit IRC21:40
*** jasondotstar has quit IRC21:43
*** jasondotstar has joined #openstack-qa21:44
openstackrecheckopenstack/cinder change: https://review.openstack.org/56462 failed tempest with an unrecognized error21:44
openstackrecheckopenstack/tempest change: https://review.openstack.org/56465 failed tempest because of: https://bugs.launchpad.net/bugs/121773421:45
openstackrecheckopenstack/horizon change: https://review.openstack.org/53173 failed tempest with an unrecognized error21:45
*** DennyZhang has joined #openstack-qa21:46
*** yfried has joined #openstack-qa21:48
openstackrecheckopenstack/tempest change: https://review.openstack.org/56464 failed tempest with an unrecognized error21:48
*** dkranz has quit IRC21:55
*** dkranz has joined #openstack-qa21:55
openstackrecheckopenstack/nova change: https://review.openstack.org/53019 failed tempest with an unrecognized error21:56
openstackgerritA change was merged to openstack/tempest: add tests for certificates  https://review.openstack.org/5537121:58
openstackrecheckopenstack/swift change: https://review.openstack.org/56440 failed tempest with an unrecognized error21:58
*** jasondotstar has quit IRC22:02
openstackgerritA change was merged to openstack/tempest: Add shelve/unshelve test of nova APIs  https://review.openstack.org/4989222:03
openstackrecheckopenstack/neutron change: https://review.openstack.org/55885 failed tempest with an unrecognized error22:08
*** yfried_mob has quit IRC22:13
openstackgerritJoe Gordon proposed a change to openstack-infra/elastic-recheck: Remove query for bug 1217734  https://review.openstack.org/5647322:17
openstackgerritJoe Gordon proposed a change to openstack-infra/elastic-recheck: Add query for bug 1251448  https://review.openstack.org/5647422:17
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/55968 failed tempest with an unrecognized error22:18
*** yfried_mob has joined #openstack-qa22:18
openstackrecheckopenstack-infra/devstack-gate change: https://review.openstack.org/56466 failed tempest with an unrecognized error22:22
openstackgerritA change was merged to openstack-infra/elastic-recheck: Remove query for bug 1217734  https://review.openstack.org/5647322:22
openstackgerritA change was merged to openstack-infra/elastic-recheck: Add query for bug 1251448  https://review.openstack.org/5647422:22
*** yfried_mob has quit IRC22:23
*** jhenner has quit IRC22:31
*** maurosr has quit IRC22:31
*** openstackrecheck has quit IRC22:31
*** openstackrecheck has joined #openstack-qa22:31
*** maurosr has joined #openstack-qa22:32
*** maurosr has quit IRC22:32
openstackrecheckopenstack/neutron change: https://review.openstack.org/45927 failed tempest with an unrecognized error22:33
*** maurosr has joined #openstack-qa22:34
*** mriedem has quit IRC22:37
*** weshay has quit IRC22:38
*** bill_az has joined #openstack-qa22:51
openstackrecheckopenstack/tempest change: https://review.openstack.org/54363 failed tempest with an unrecognized error22:56
openstackrecheckopenstack/tempest change: https://review.openstack.org/56465 failed tempest because of: https://bugs.launchpad.net/bugs/125144822:57
*** dkranz has quit IRC23:04
*** hemna is now known as hemnafk23:07
openstackgerritA change was merged to openstack/tempest: add negative volumes tests  https://review.openstack.org/5116923:35
openstackgerritA change was merged to openstack/tempest: Test for l3 agent scheduler API  https://review.openstack.org/5114323:35
*** sthaha has joined #openstack-qa23:36
*** sthaha has joined #openstack-qa23:36
openstackrecheckopenstack/neutron change: https://review.openstack.org/54680 failed tempest with an unrecognized error23:36
openstackrecheckopenstack/tempest change: https://review.openstack.org/56465 failed tempest because of: https://bugs.launchpad.net/bugs/125144823:36
*** adalbas has joined #openstack-qa23:36
openstackrecheckopenstack/neutron change: https://review.openstack.org/45927 failed tempest with an unrecognized error23:43
openstackgerritJoe Gordon proposed a change to openstack-infra/elastic-recheck: Remove query for 1240256  https://review.openstack.org/5648423:46
*** matsuhashi has joined #openstack-qa23:47
*** DennyZhang has quit IRC23:52
openstackgerritA change was merged to openstack/tempest: Add special serial smoke option  https://review.openstack.org/5646423:55
openstackgerritA change was merged to openstack/tempest: glance v2 image sharing tests  https://review.openstack.org/5012223:55
openstackrecheckopenstack/neutron change: https://review.openstack.org/54275 failed tempest because of: https://bugs.launchpad.net/bugs/124906523:55
*** adalbas has quit IRC23:55

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