Monday, 2013-08-26

openstackgerritAngus Salkeld proposed a change to openstack-dev/devstack: Add support for heat resource templates  https://review.openstack.org/4363100:16
openstackgerritAngus Salkeld proposed a change to openstack-dev/devstack: Add support for heat enviroments  https://review.openstack.org/4338700:16
openstackgerritKen'ichi Ohmichi proposed a change to openstack/tempest: Use common create_keypair method for autoscaling  https://review.openstack.org/4347200:26
openstackgerritA change was merged to openstack-infra/devstack-gate: Conditionally run the slow heat tests  https://review.openstack.org/4350001:08
*** Prince_Africanus has joined #openstack-qa01:33
openstackgerritA change was merged to openstack-infra/devstack-gate: Skip devstack/exercises by default  https://review.openstack.org/4208201:40
*** Prince_Africanus has quit IRC01:41
openstackgerritSam Alba proposed a change to openstack-dev/devstack: Add support for Docker as Nova hypervisor  https://review.openstack.org/4075902:02
*** LiangZheng has joined #openstack-qa02:33
*** SergeyLukjanov has joined #openstack-qa03:19
*** kashyap is now known as reacher03:19
*** reacher is now known as kashyap03:52
*** raies has joined #openstack-qa03:58
*** Anju has joined #openstack-qa04:04
*** afazekas has joined #openstack-qa04:10
*** prekarat has joined #openstack-qa04:14
*** Anju has quit IRC05:05
*** yfried has joined #openstack-qa05:08
*** SergeyLukjanov has quit IRC05:13
*** afazekas_ has joined #openstack-qa05:34
*** afazekas has quit IRC05:47
*** Anju has joined #openstack-qa05:50
*** afazekas_ has quit IRC05:55
openstackgerritnayna-patel proposed a change to openstack/tempest: Added test case to check floating IP API operations  https://review.openstack.org/4103806:05
*** Anju has quit IRC06:30
yfriedfull test (nose tempest) leaves a lot of garbage on my system (users, tenants, sec-groups). is this a known issue, or problem with my setup/conf?06:31
*** tkammer has joined #openstack-qa06:39
*** Anju has joined #openstack-qa06:54
*** Anju has quit IRC07:10
*** yfried has quit IRC07:55
*** tkammer has quit IRC07:59
*** yfried has joined #openstack-qa08:01
*** fbo_away is now known as fbo08:01
*** afazekas has joined #openstack-qa08:04
*** thomasbiege has joined #openstack-qa08:05
openstackgerritYassine Lamgarchal proposed a change to openstack/tempest: Add client and tests for Ceilometer compute metering  https://review.openstack.org/4348108:08
*** thomasbiege has quit IRC08:10
*** tkammer has joined #openstack-qa08:15
*** giulivo has joined #openstack-qa08:28
*** thomasbiege has joined #openstack-qa08:30
*** jhenner has joined #openstack-qa08:41
openstackgerritGiulio Fidente proposed a change to openstack/tempest: uniforms skip messages  https://review.openstack.org/4349008:47
*** Anju has joined #openstack-qa09:04
*** yfried has quit IRC09:16
psedlakafazekas: https://review.openstack.org/#/c/43564/09:21
*** tkammer has quit IRC09:22
*** tkammer has joined #openstack-qa09:34
*** thomasbiege has quit IRC09:41
*** Anju has left #openstack-qa09:44
*** thomasbiege has joined #openstack-qa09:47
*** thomasbiege has quit IRC09:51
*** tkammer has quit IRC09:58
*** LiangZheng has quit IRC10:01
*** afazekas has quit IRC10:03
*** afazekas has joined #openstack-qa10:04
*** fbo is now known as fbo_away10:05
*** jhenner1 has joined #openstack-qa10:06
*** jhenner has quit IRC10:09
*** tkammer has joined #openstack-qa10:15
*** afazekas_ has joined #openstack-qa10:27
*** jhenner1 has quit IRC10:28
*** afazekas has quit IRC10:28
openstackgerritBob Melander proposed a change to openstack-dev/devstack: Changes to make Devstack work with Quantum L3 plugin patch.  https://review.openstack.org/2090910:41
*** jhenner has joined #openstack-qa10:44
*** Anju has joined #openstack-qa10:47
*** weshay has joined #openstack-qa11:07
*** weshay has quit IRC11:08
*** weshay has joined #openstack-qa11:08
*** dkranz has quit IRC11:10
*** fbo_away is now known as fbo11:16
*** prekarat has quit IRC11:17
*** adalbas has quit IRC11:21
*** tkammer has quit IRC11:27
*** weshay has quit IRC11:35
*** Anju has quit IRC11:41
*** adalbas has joined #openstack-qa11:44
*** thomasbiege has joined #openstack-qa11:47
openstackgerritJulien Danjou proposed a change to openstack-dev/devstack: Use 10gen repository to get MongoDB 2.4  https://review.openstack.org/4264212:00
mkoderergiulivo: ping12:10
giulivopong mkoderer12:11
mkoderergiulivo: regarding https://review.openstack.org/#/c/43490/12:11
giulivoyeah I'm not sure what to do with that12:12
giulivoit was an attempt to make the word "skip" to appear in the actual skip message, so that multiline skip would work12:12
mkoderergiulivo: what if we define a decorator that can me used like @skip(bug=1006725)12:12
giulivobut to make sure that works, I think we should enforce the structure in the hacking/check.py file12:13
mkodererso no duplicate message at all?... just thinking12:13
*** dkranz has joined #openstack-qa12:13
giulivowell, the skip itself already is a decorator, I don't see much value in that right now except we could strip out completely the string regexp checks12:14
*** prekarat has joined #openstack-qa12:14
giulivoand enforce that in the decorator code12:14
mkodereryes it would be just a wrapped decorator..12:14
mkodererso we want to have a unique message when skipping a test12:15
mkodererI would think just giving a bug number instead of a message would already solve it12:16
mkodererinstead of forced copy/paste of the same message over and over12:16
giulivowell, the current situation is, there is a "skip" counter and a rule enforced via checks.py for the skip message syntax12:16
mkodererok so the fix would be more complex12:17
giulivobut, I agree that that would be better than enforcing some strange skip message12:17
giulivoso currently this: https://review.openstack.org/#/c/42424/ is an attempt to count the bugs which cause skips12:17
giulivoif the skip message is on multiple lines12:17
giulivo(on multiple lines because of multiple bugs)12:18
mkodererok I see12:18
giulivowhat I would do is create a blueprint where we try to readdress the whole thing better12:19
mkodererthat would be a cool thing12:19
giulivomine wasn't really a solution but only an attempt to enforce the correct "message structure"12:19
giulivo(leaving the existing code in place)12:20
mkodereryes ok so let's do it like that12:21
giulivomkoderer, if you create the blueprint please subscribe me to it12:27
*** thomasbiege has quit IRC12:29
afazekas_giulivo: https://review.openstack.org/#/c/43490/2/tempest/api/compute/servers/test_virtual_interfaces.py12:41
afazekas_IMHO it should start with "Skipped" as well.12:42
giulivoafazekas_, should it? that isn't really a "bug" but more like a missing feature12:42
*** prekarat has quit IRC12:43
afazekas_In order to be find-able by the skip tracker12:43
giulivoyeah and I didn't know if that is a wanted case or not12:44
giulivolet me change that then12:44
*** woodspa has joined #openstack-qa12:46
afazekas_Is there any change which just waiting for a +A ? (and the +2 is not from me?)12:46
openstackgerritGiulio Fidente proposed a change to openstack/tempest: uniforms skip messages  https://review.openstack.org/4349012:47
*** yfried has joined #openstack-qa12:48
*** prekarat has joined #openstack-qa12:48
*** yfried has quit IRC12:56
*** weshay has joined #openstack-qa12:58
*** jasondotstar has joined #openstack-qa12:59
*** prekarat has quit IRC12:59
*** prekarat has joined #openstack-qa13:00
*** anteaya has joined #openstack-qa13:00
*** prekarat has quit IRC13:10
*** mriedem has joined #openstack-qa13:12
mkoderergiulivo: I think I will put this topic on the agenda of the next QA meeting13:14
mkoderer(about a new skipping decorator)13:15
giulivothanks13:15
mkodererafazekas_: if you want to review something ;) https://review.openstack.org/#/c/43444/13:15
mkodererbut it doesn't have a +213:15
afazekas_LGTM13:19
mkodererthx13:22
mkoderermtreinish: added a topic on the agenda for the next qa meeting - feel free to move it around :)13:30
*** jog0-away is now known as jog013:30
*** thomasbiege has joined #openstack-qa13:36
*** thomasbiege has quit IRC13:36
*** thomasbiege has joined #openstack-qa13:37
*** SergeyLukjanov has joined #openstack-qa13:38
dkranzmtreinish: ping13:38
openstackgerritgaryk proposed a change to openstack-dev/devstack: VMware: update cinder support for VMware configuration settings  https://review.openstack.org/4282413:39
dkranzmtreinish: Are you sure a zuul job is supposed to be introduced before what it calls is set up properly?13:40
*** tkammer has joined #openstack-qa13:41
*** burt has joined #openstack-qa13:42
*** thomasbiege has quit IRC13:42
*** HenryG_ has quit IRC13:52
*** HenryG has joined #openstack-qa13:52
*** rustlebee is now known as russellb13:56
*** malini_afk is now known as malini14:04
*** Anju has joined #openstack-qa14:08
*** Anju has quit IRC14:08
*** Anju1 has joined #openstack-qa14:09
*** yfried has joined #openstack-qa14:09
*** yfried has quit IRC14:38
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Update requirements from global requirements  https://review.openstack.org/4316814:43
*** krtaylor has joined #openstack-qa14:56
mtreinishdkranz: yes!!!14:59
mtreinishthanks for the +214:59
dkranzmtreinish: You've done a lot of good work on this. Nice to see it turned on.15:01
dkranzmtreinish: BTW, the stable/grizzly issue of last week made it clear that we really need to gate the client projects on a run of last stable using clients from msater.15:02
dkranzmtreinish: THough I don't think that would have actually helped in this particular case.15:03
dkranzmtreinish: I could not find how to set the values in stackrc to do this. Do you know where that config happens?15:03
afazekas_dkranz: IMHO we generally should add stable job for everything which does not have a stable branch, including the devstack-gate scripts15:04
mtreinishdkranz: I think it gets set by the requirements list in devstack. I'd talk to mordred about it. He was working on all of that as part of global requirements fixes15:05
dkranzmtreinish: OK, thx.15:06
openstackgerritGiulio Fidente proposed a change to openstack/tempest: removes self.fail as suggested by HACKING.rst  https://review.openstack.org/4372315:14
afazekas_giulivo: try to use the addCleanup instead of the finally15:17
giulivoafazekas_, indeed I noticed that in a couple of places and was going to update that, thanks! :)15:18
*** sthaha has quit IRC15:19
*** afazekas_ has quit IRC15:22
openstackgerritA change was merged to openstack/tempest: Skip orchestration scenario tests if heat service not available  https://review.openstack.org/4358715:24
openstackgerritA change was merged to openstack/tempest: close http connections  https://review.openstack.org/4339015:26
*** tkammer has quit IRC15:27
openstackgerritGiulio Fidente proposed a change to openstack/tempest: removes self.fail as suggested by HACKING.rst  https://review.openstack.org/4372315:28
mriedemi'm wondering if anyone has any opinions on this patch for tempest? https://review.openstack.org/#/c/43298/15:32
mriedemthe rdo bugzilla in the comments hasn't been touched and was opened in april15:32
*** marun has joined #openstack-qa15:32
*** Anju1 has quit IRC15:33
openstackgerritYassine Lamgarchal proposed a change to openstack/tempest: Add client and tests for Ceilometer compute metering  https://review.openstack.org/4348115:46
*** Anju has joined #openstack-qa16:01
*** thomasbiege has joined #openstack-qa16:03
*** thomasbiege has quit IRC16:07
*** giulivo has quit IRC16:19
*** mlavalle has joined #openstack-qa16:25
mlavallemtreinish: ping16:29
*** SergeyLukjanov has quit IRC16:43
*** SergeyLukjanov has joined #openstack-qa16:45
*** fbo is now known as fbo_away16:47
*** SergeyLukjanov has quit IRC16:52
openstackgerritBartosz Górski proposed a change to openstack/tempest: Adds tests for Heat  https://review.openstack.org/3486617:05
*** Anju has quit IRC17:10
*** mriedem has quit IRC17:14
openstackgerritMauro S. M. Rodrigues proposed a change to openstack/tempest: port test_images and test_server_actions into v3 part1  https://review.openstack.org/3962117:19
openstackgerritMauro S. M. Rodrigues proposed a change to openstack/tempest: port test_images and test_server_actions into v3 part2  https://review.openstack.org/3960917:19
*** SergeyLukjanov has joined #openstack-qa17:22
*** mriedem has joined #openstack-qa17:22
*** mlavalle has quit IRC17:32
*** burt has quit IRC17:46
*** weshay has quit IRC18:01
*** burt has joined #openstack-qa18:58
*** malini is now known as malini_afk19:21
*** fbo_away is now known as fbo19:25
*** SergeyLukjanov has quit IRC19:38
*** afazekas has joined #openstack-qa19:39
*** mlavalle has joined #openstack-qa19:57
*** harlowja has quit IRC19:59
*** harlowja has joined #openstack-qa20:00
openstackgerritafazekas proposed a change to openstack/tempest: Stress ssh_floating test  https://review.openstack.org/4068020:14
openstackgerritafazekas proposed a change to openstack/tempest: Updating HACKING.rst  https://review.openstack.org/4229620:16
*** weshay has joined #openstack-qa20:31
*** weshay has quit IRC20:45
openstackgerritJoe Gordon proposed a change to openstack-dev/devstack: Set scenario.large_ops_number in tempest.conf  https://review.openstack.org/4377821:03
openstackgerritJoe Gordon proposed a change to openstack-infra/devstack-gate: Add support for large_ops tempest test  https://review.openstack.org/4377921:05
*** jhenner has quit IRC21:09
openstackgerritJoe Gordon proposed a change to openstack-dev/devstack: Set scenario.large_ops_number in tempest.conf  https://review.openstack.org/4377821:10
*** dkranz has quit IRC21:28
*** jasondotstar has quit IRC21:30
*** mriedem has quit IRC21:32
*** thomasbiege has joined #openstack-qa21:42
openstackgerritA change was merged to openstack-dev/devstack: Configure bash completion  https://review.openstack.org/4192821:44
*** jhenner has joined #openstack-qa21:46
mtreinishafazekas: are you around?21:50
mtreinishjaypipes: ping21:51
*** thomasbiege has quit IRC21:53
openstackgerritJoe Gordon proposed a change to openstack/tempest: Add large-ops option to tox  https://review.openstack.org/4379121:57
openstackgerritJoe Gordon proposed a change to openstack-infra/devstack-gate: Add support for large_ops tempest test  https://review.openstack.org/4377921:59
*** thomasbiege has joined #openstack-qa22:05
*** woodspa has quit IRC22:08
*** malini_afk is now known as malini22:09
*** thomasbiege has quit IRC22:09
*** giulivo has joined #openstack-qa22:14
*** burt has quit IRC22:14
*** malini is now known as malini_afk22:16
*** malini_afk is now known as malini22:24
openstackgerritA change was merged to openstack/tempest: Switch gating tox jobs to testr parallel  https://review.openstack.org/4179722:30
openstackgerritJoe Gordon proposed a change to openstack/tempest: Add large-ops option to tox  https://review.openstack.org/4379122:30
mtreinishclarkb: ^^^22:32
clarkbmtreinish: woot22:32
*** giulivo has quit IRC22:35
*** malini has left #openstack-qa22:37
*** mlavalle has quit IRC22:44
*** fbo is now known as fbo_away22:47
*** sthaha has joined #openstack-qa23:05
*** sthaha has joined #openstack-qa23:05
*** jhenner has quit IRC23:19
openstackgerritDean Troyer proposed a change to openstack-dev/devstack: Add support for Docker as Nova hypervisor  https://review.openstack.org/4075923:30
openstackgerritJoe Gordon proposed a change to openstack-dev/devstack: add TEMPEST_LARGE_OPS_NUMBER to option  https://review.openstack.org/4377823:47
openstackgerritJoe Gordon proposed a change to openstack-infra/devstack-gate: Add support for large_ops tempest test  https://review.openstack.org/4377923:49
openstackgerritJoe Gordon proposed a change to openstack/tempest: Add large-ops option to tox  https://review.openstack.org/4379123:53

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