Wednesday, 2013-08-14

mriedemah nevermind, well py26 is junk now for tempest00:06
openstackgerritNachi Ueno proposed a change to openstack-dev/devstack: Added functions for get a ip on an instance  https://review.openstack.org/4179900:26
*** woodspa has joined #openstack-qa00:52
openstackgerritSteve Baker proposed a change to openstack/tempest: Heat autoscaling scenario test  https://review.openstack.org/3636701:21
*** stevebaker has joined #openstack-qa01:22
openstackgerritShawn Hartsock proposed a change to openstack-dev/devstack: vmware - vsphere v5.0 - WSDL cleanup script.  https://review.openstack.org/4182401:46
openstackgerritShawn Hartsock proposed a change to openstack-dev/devstack: vmware - vsphere v5.0 - WSDL cleanup script.  https://review.openstack.org/4182401:48
openstackgerritShawn Hartsock proposed a change to openstack-dev/devstack: vmware - vsphere v5.0 - WSDL cleanup script.  https://review.openstack.org/4182401:55
*** LiangZheng has joined #openstack-qa02:01
openstackgerritShawn Hartsock proposed a change to openstack-dev/devstack: vmware - vsphere v5.0 - WSDL cleanup script.  https://review.openstack.org/4182402:01
mriedemmtreinish: i found the problem - it's not the switch from nose to testr, it's the addition of using tearDownClass in base.py here:02:04
mriedemhttps://github.com/openstack/tempest/commit/b86cda92e2560ef69bcceef367fbf323be0e8c6e02:04
mriedemhttps://github.com/openstack/tempest/commit/b86cda92e2560ef69bcceef367fbf323be0e8c6e#L1R11302:04
*** woodspa has quit IRC02:13
mriedemmtreinish: bug opened: https://bugs.launchpad.net/tempest/+bug/121207102:14
*** mriedem has quit IRC02:17
*** anteaya has quit IRC02:40
*** LiangZhe_ has joined #openstack-qa02:49
*** LiangZheng has quit IRC02:52
*** LiangZhe_ has quit IRC03:06
*** LiangZheng has joined #openstack-qa03:07
openstackgerritSteve Baker proposed a change to openstack/tempest: Heat autoscaling scenario test  https://review.openstack.org/3636703:40
*** SergeyLukjanov has joined #openstack-qa03:43
openstackgerritraiesmh08 proposed a change to openstack/tempest: Adding network api xml support  https://review.openstack.org/4167304:35
*** yfried has joined #openstack-qa05:18
*** prekarat has joined #openstack-qa05:22
*** SergeyLukjanov has quit IRC05:55
*** SergeyLukjanov has joined #openstack-qa05:56
*** SergeyLukjanov has quit IRC06:02
openstackgerritraiesmh08 proposed a change to openstack/tempest: Adding network api xml support  https://review.openstack.org/4167306:23
*** tkammer has joined #openstack-qa06:33
*** afazekas has joined #openstack-qa06:50
*** tkammer has quit IRC07:00
*** afazekas_ has joined #openstack-qa07:08
*** afazekas_ has quit IRC07:13
*** raies has joined #openstack-qa07:14
raiesafazekas: I have added xml api support please check https://review.openstack.org/#/c/41673/07:15
raiesafazekas: r u there ?07:16
afazekasyes07:16
raiesafazekas: Please check the link what i shared :)07:17
afazekashttps://review.openstack.org/#/c/41673/3/tempest/api/network/base.py can the port name be an optional argument ?07:17
*** jhenner has joined #openstack-qa07:18
raiesafazekas: I have made it necessary here07:18
raiesto check name to be updated07:18
afazekashttps://github.com/openstack/tempest/blob/master/tempest/services/network/json/network_client.py#L9807:20
afazekasthe json version has a different signature07:21
*** tkammer has joined #openstack-qa07:21
Anju_afazekas:  i am getting an error while running a cli nova attach-volume07:22
afazekasraises: create_port(self, network_id, state=None, name=None):  should be the signature07:23
raiesafazekas: I did not understand the meaning of signature07:24
raieswhat's it ?07:24
afazekasAnju_: please copy paste the command and the error , and the volume and instance list07:24
afazekasraies: it means the json and xml functions should have the same argument ordering and meaning07:24
afazekasyou can extended the create port by a name in both version07:25
afazekasthe json in your patch is ' def create_port(self, network_id, name, state=None):'07:26
afazekasthe xml 'def create_port(self, net_uuid, name):'07:26
Anju_afazeaks : http://pastebin.com/wtphyMB307:27
raiesafazekas: u mean that i should add one more parameter state ?07:27
raiesor I should remove state from json ?07:27
afazekasIMHO this should be the definition of both:  create_port(self, network_id, state=None, name=None):07:28
raiesok07:29
raiesI will amend it07:29
afazekasif it does not cause an issue to pending patch you may change  order ..07:29
Anju_afazekas : check the last error :07:30
afazekasraies: Thank you, if those are None -s, you should exclude them from the requests07:30
raiesI think better would be to remove state from both the xml and json07:31
*** raies has quit IRC07:31
Anju_afazekas : are u there07:34
afazekasAnju_: yes, but I did found your pastebin about the error07:36
Anju_error is in the last07:37
Anju_ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-4ff723ac-44c2-45e6-ace2-fc38a5effb19)07:37
Anju_afazekas : ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-4ff723ac-44c2-45e6-ace2-fc38a5effb19)07:39
*** jgallard has joined #openstack-qa07:39
afazekasyou should check the service logs for more detail,07:41
afazekasis the volume state active ?07:41
Anju_volume status is avalible07:42
afazekascheck the screen-n-cpu  and screen-n-api log for details07:44
afazekasprobably you will see a related error log entry07:45
Anju_afzekas : i forgot where the logs reside07:46
Anju_afazekas : i forgot where the logs reside07:47
afazekasby default they are in the /opt/stack/new/screen-logs07:47
Anju_afazeaks : if not there ?07:51
*** fbo_away is now known as fbo07:52
Anju_afazkas : if not there ?07:55
Anju_afazekas : if not there ?07:55
afazekasyou can join to screen and check the output of the processes07:56
afazekasor you can check the ps aux or ps -eo pid,args  for the service start command, and figure out the log file07:57
Anju_okk07:58
*** SergeyLukjanov has joined #openstack-qa08:04
*** tkammer has quit IRC08:06
*** raies has joined #openstack-qa08:14
raiesafazekas: sorry network connectivity was lost08:15
*** prekarat has quit IRC08:15
*** dosaboy has joined #openstack-qa08:15
raiesafazekas: I will update create port in order please check others also08:16
raiesafazekas: r u there ?08:21
afazekasraies: pong08:23
afazekasok08:23
raiesafazekas : thanks , please check others also08:23
afazekashttps://review.openstack.org/#/c/41673/3/tempest/api/network/test_networks.py L117-L182 removed, why ?08:25
*** fbo is now known as fbo_away08:26
raiesafazekas: yes I will also check this once again08:27
raiestotal 2 reviews to amend :)08:27
afazekashttps://review.openstack.org/#/c/41673/3/tempest/api/network/test_networks.py additional code removal from here08:28
afazekasL 119-L125, L140,-L14608:29
*** giulivo has joined #openstack-qa08:30
raiesafazekas : yes these are related i will check and verify please suggest others08:30
*** prekarat has joined #openstack-qa08:33
afazekasNice to have xml style sheet (xsd) reference in the xml request , but if it is working without that  it is not required IMHO08:34
raiesafazekas : I did not understand please elaborate a bit08:36
*** tkammer has joined #openstack-qa08:37
afazekascheck the XMLNS_11 usage,  (incorrect), so not needed to copy08:38
afazekasXMLNS another one08:38
*** SergeyLukjanov has quit IRC08:44
*** fbo_away is now known as fbo08:46
*** jhenner has quit IRC08:48
*** SergeyLukjanov has joined #openstack-qa08:49
*** psedlak has quit IRC08:56
raiesafazekas: I have issue in adding code for removed what you suggested. Previously I was having same problem please check http://paste.fedoraproject.org/31996/13764705/08:58
afazekasAnju_ : rejoin_stack.sh press Ctrl+A and "  , and select the app08:59
afazekasraises: looks like n is string instead of a dict like object09:01
afazekasraies: ^^09:01
afazekasthe xml responses frequently contains an additional root element which can be removed ..09:02
afazekasraies: can you copy paste a (unified diff) patch which contains the xml code and those tricky codes  ?   output of the git diff master09:05
Anju_hey afzazeks : i have done sorry i forgot to tell u09:05
*** jgallard has quit IRC09:10
raiesafazekas : which specific diff u need ?09:10
*** jgallard has joined #openstack-qa09:10
raiesafazekas : I have created diff, but it is 400+ lines09:11
raiesso what specific u need ?09:11
afazekasraies: you can use one oft the pastebin sites09:13
afazekasI would like to apply the patch and see what happening actually09:14
afazekasraies: can you find out what is the issue and fix it ?09:27
raiesafazekas: please find diff http://paste.fedoraproject.org/31999/72485137/09:28
*** prekarat has quit IRC09:29
raiesafazekas : got ?09:33
afazekashttp://www.fpaste.org/32003/37647305/09:37
*** psedlak has joined #openstack-qa09:39
afazekasI got it09:43
*** prekarat has joined #openstack-qa09:43
raiesafazekas : I tried your command on my system I found another error "can't find file to patch at input line 5 Perhaps you used the wrong -p or --strip option?"09:49
raiesby the way what do u want to indicate from your paste09:50
afazekasso the response should be dict with 'subnets' key which contains a list of subnets09:59
afazekasprobably it requires a similar method like the list_snapshots, but with 'subnets'  "main" dict entry10:04
raiesok10:05
raiesi will see it10:05
*** prekarat has quit IRC10:06
*** prekarat has joined #openstack-qa10:11
*** LiangZheng has quit IRC10:33
*** prekarat has quit IRC10:45
*** prekarat has joined #openstack-qa10:48
openstackgerritafazekas proposed a change to openstack/tempest: setUpClass/tearDownClass full chain  https://review.openstack.org/3934610:52
*** LiangZheng has joined #openstack-qa11:04
*** prekarat has quit IRC11:11
*** LiangZheng has quit IRC11:12
*** jhenner has joined #openstack-qa11:13
openstackgerritraiesmh08 proposed a change to openstack/tempest: Adding network api xml support  https://review.openstack.org/4167311:14
raiesafazekas: I have added modified create port please check https://review.openstack.org/#/c/41673/11:16
raiesstill I was unable to sort out of the problem of missing code11:16
*** weshay has joined #openstack-qa11:22
*** prekarat has joined #openstack-qa11:26
afazekasraies: I think the name should be optional https://github.com/openstack/tempest/blob/master/tempest/services/compute/json/servers_client.py#L7911:28
afazekasUsually just the parameters which MUST present  are without a default argument11:30
*** woodspa has joined #openstack-qa11:31
afazekasThe optional things can be passwd in the kwargs as well, but in this case the doc string should contain the the valid parameter names11:31
afazekasin the server case the name is a MUST parameter11:32
afazekaswill the port name be required parameter in the future ?11:32
*** jasondotstar has quit IRC11:34
raiesafazekas: yes in future during port update (during port name update)11:36
afazekasraies: I mean on the neutron API level. AFAIK it remains an optional parameter11:37
afazekasin test cases using the name perfectly makes sense11:37
raiesafazekas: I think it will not create any issue. Still it is creating an issue then I should make it optional ?11:38
afazekasbut not always requred11:38
afazekascreate_port(self, net_uuid, name=None, state='True')11:39
afazekascreate_port(self, net_uuid, state='True', name=None)11:39
afazekas create_port(self, net_uuid, **kwargs)11:40
afazekassounds good to me11:40
raieshmm it is good thanks11:40
raiesI will update it soon11:40
raiesthank u very much11:40
raieswill you please give some input for the what I have pasted on pastebin ?11:41
*** Anju_ has quit IRC11:45
*** raies has quit IRC11:47
*** jhenner has quit IRC11:53
*** psedlak_ has joined #openstack-qa11:54
*** psedlak has quit IRC11:58
afazekasraies: I will came back in 1 hour (meeting)11:58
*** afazekas has quit IRC11:58
*** jhenner has joined #openstack-qa11:58
*** mkollaro has joined #openstack-qa12:03
*** afazekas has joined #openstack-qa12:07
*** prekarat has left #openstack-qa12:07
*** LiangZheng has joined #openstack-qa12:09
*** HenryG has quit IRC12:11
*** LiangZheng has quit IRC12:13
*** adalbas has joined #openstack-qa12:15
*** afazekas is now known as afazekas_mtg12:15
*** HenryG has joined #openstack-qa12:23
*** dosaboy has quit IRC12:27
*** SergeyLukjanov has quit IRC12:33
*** afazekas_mtg has quit IRC12:44
*** dosaboy has joined #openstack-qa12:44
*** weshay has quit IRC12:52
*** jasondotstar has joined #openstack-qa12:53
*** SergeyLukjanov has joined #openstack-qa12:59
*** psedlak__ has joined #openstack-qa13:01
*** dosaboy has quit IRC13:02
*** mkollaro has quit IRC13:04
*** weshay has joined #openstack-qa13:05
*** mkollaro has joined #openstack-qa13:05
*** weshay has quit IRC13:05
*** psedlak_ has quit IRC13:05
*** jhenner1 has joined #openstack-qa13:05
*** weshay has joined #openstack-qa13:06
*** mkollaro has quit IRC13:06
*** dosaboy has joined #openstack-qa13:06
*** mkollaro has joined #openstack-qa13:06
*** jhenner has quit IRC13:06
*** LiangZheng has joined #openstack-qa13:10
*** afazekas has joined #openstack-qa13:11
*** LiangZheng has quit IRC13:14
*** mriedem has joined #openstack-qa13:25
*** burt has joined #openstack-qa13:35
yfriedcan anyone help me? i'm trying to run a simple test of tempest and get this error:13:46
yfriedFile "/root/tempest/tempest/common/rest_client.py", line 478, in _error_checker13:46
yfried    raise exceptions.RestClientException(str(resp.status))13:46
yfriedRestClientException: An unknown exception occurred13:46
yfriedDetails: 50313:46
*** yfried has quit IRC13:52
mriedemafazekas: testing your setup/teardown patch now14:04
mriedemon py2614:04
openstackgerritafazekas proposed a change to openstack-dev/devstack: Configure bash completion  https://review.openstack.org/4192814:07
mriedemafazekas: it works, resolves bug 121207114:07
mtreinishafazekas: cool you might want to add the bug to the commit message then while you're fixing up the typo mriedem pointed out anyway.14:09
*** LiangZheng has joined #openstack-qa14:10
mriedemif it weren't for the drugs i took last night i would have lost sleep over this py26 thing :)14:11
afazekasok14:13
*** LiangZheng has quit IRC14:15
openstackgerritafazekas proposed a change to openstack/tempest: setUpClass/tearDownClass full chain  https://review.openstack.org/3934614:15
afazekasis it ok now ?14:16
afazekasmriedem, mtreinish: ^^^14:16
mtreinishafazekas: I'm not sure that it got picked up the bug listing doesn't show as in progress.14:17
mriedemafazekas: i think you should just have: Closes-Bug: #121207114:17
mriedemright14:17
mriedemdrop the "This also"14:17
*** anteaya has joined #openstack-qa14:22
openstackgerritafazekas proposed a change to openstack/tempest: setUpClass/tearDownClass full chain  https://review.openstack.org/3934614:27
mriedemafazekas: beautiful14:27
*** adalbas has quit IRC14:27
*** SergeyLukjanov has quit IRC14:28
*** SergeyLukjanov has joined #openstack-qa14:29
mkodererafazekas: ping14:32
afazekasmkoderer: pong14:33
afazekasmtreinish: looks like now it picks up14:34
mkodererafazekas: what's our current rule for skipped test - do we accept them to be merged, or do we wait until the bug is fixed?14:34
openstackgerritMatthew Treinish proposed a change to openstack/tempest: Add an option to print out nova request ids  https://review.openstack.org/4193414:34
afazekasthe hacking guide warns everybody  if the change just contains a spiked test it could be rejected14:35
afazekasmkoderer: does it answers your question ? Do you have a specific review ?14:37
mkodererafazekas: yes this one https://review.openstack.org/#/c/41635/514:37
mkodererit introduces a skip14:37
mkodererI would -1 it14:38
mriedemmkoderer: i would too at least on the groups that the commit doesn't say it does14:38
mriedem*does a skip14:38
mriedemnot really adding a test - they are taking one away14:38
mkoderermriedem: that's right....14:38
mriedemmkoderer: i -1'ed it14:40
mkoderermriedem: ok, I will add a link to the hacking guide14:41
afazekasAs mriedem pointed out it is not just an adding a skiped test case, it removes one14:42
mriedemmkoderer: as for an example of a patch that skips tests: https://review.openstack.org/#/c/40666/14:43
*** yfried has joined #openstack-qa14:43
*** adalbas has joined #openstack-qa14:43
mkoderermriedem: I see - so if a existing test is broken we allow it but only in that case14:45
afazekasmriedem: as per the previous QA meeting, probably we will skip some other test cases in the neutron job14:45
afazekasmkoderer: I would be ok adding 3 tests with one skipped one, but may be I am alone with this.14:46
mriedemmkoderer: i think different people have different opinions on when it's OK to skip, i know sdague has had different criteria when i've asked him before14:48
mriedemmkoderer: for the ones i pushed for those broken neutron tests, i thought it was justified because (1) they had been broken for awhile (2) there were already other nova tests skipped if neutron was available and (3) there were abandoned reviews to fix the bug based on arguments over how to fix, i.e. no end in sight for the bug fix.14:49
mkodererOk I see :)14:55
*** tkammer has quit IRC14:56
mkodererI remember that we had a discussion in a QA meeting about the isssue14:56
mkoderermtreinish: ping14:56
mtreinishmkoderer: pong14:56
mkodererabout https://review.openstack.org/#/c/41934/114:56
openstackgerritChristian Berendt proposed a change to openstack-dev/devstack: added new tag for development packages  https://review.openstack.org/3812714:57
mkodererwhat is the reason of using "print" and not the logger?14:57
mkoderersince you need it on stdout?14:57
mtreinishmkoderer: yeah its for the failure case14:58
mtreinishwith testr we capture stdout and it only prints on failure14:58
mtreinishso if we have a test failure it'll print the request ids vercy nicely right before the traceback14:58
mtreinishI also changed the logging to make it more explicit in there, but even then it's still tricky to figure out which tests go with the request id14:59
mkoderermtreinish: ok I thought using "print" is a evil thing but need to have a closer look14:59
mtreinishmkoderer: in general it should be avoided, but this is a special case :)15:00
mtreinishbut that is why I made it a config option15:00
*** SergeyLukjanov has quit IRC15:01
*** SergeyLukjanov has joined #openstack-qa15:03
openstackgerritMatt Riedemann proposed a change to openstack/tempest: Cleanup try/except/finally blocks in several tests  https://review.openstack.org/4000515:03
mriedemmtreinish: should that go in the logging.conf?15:05
mkoderermriedem: that what I am thinking about15:07
mriedemi honestly don't know if that would work though15:07
mkodererI mean you could register the stream handler just for this class15:08
*** mkollaro has quit IRC15:08
mkodereras I did for the stress test thing15:09
mkodererbut this will log every output to stdout for the whole package15:09
mkoderermtreinish: ^15:10
mkoderermaybe a "print" is the easiest solution15:10
*** LiangZheng has joined #openstack-qa15:11
mtreinishmkoderer: yeah that's why I did it with a print. We just want the req-id on stdout for failures.15:11
mtreinishwe don't want to just dump everything into stdout15:12
mriedemyeah, we already had that problem a few weeks ago :(15:12
openstackgerritMonty Taylor proposed a change to openstack-infra/devstack-gate: Add ability to do smart backwards compat testing  https://review.openstack.org/4194515:13
*** LiangZheng has quit IRC15:15
*** dosaboy has quit IRC15:24
*** dosaboy has joined #openstack-qa15:26
mriedemcyeoh: ping15:39
mriedemi don't see any other cores around but this already had a +2 from cyeoh and sdague, and has a +2 from mtreinish: https://review.openstack.org/#/c/39346/15:41
mriedemit had to be rebased and clean up a few nits15:41
mtreinishmriedem: I'm waiting for jenkins to come back on it15:42
mriedemmtreinish: ah, ok15:42
mriedemthanks15:42
mtreinishjaypipes: ^^^ unless you want to do it15:42
mtreinishmriedem: both sdague and dkranz are out this week so some reviews might be slow15:43
mriedemmtreinish: k, i knew sean was out15:44
mriedemi swear this is the only thing i'll care about the rest of the week :)15:44
afazekascyeoh: https://review.openstack.org/#/c/39346/15:59
afazekascan you review it15:59
*** torandu has joined #openstack-qa16:01
*** LiangZheng has joined #openstack-qa16:12
*** hemnafk is now known as hemna16:13
*** mlavalle has joined #openstack-qa16:14
*** LiangZheng has quit IRC16:16
afazekasmtreinish: just on comment change  you usually loose the +1 from jenkins, but it will not test it again automatically16:19
mriedemafazekas: i have a feeling that cyeoh is gone by now16:20
*** yfried has quit IRC16:24
*** jgallard has quit IRC16:24
*** SergeyLukjanov has quit IRC16:26
*** fbo is now known as fbo_away16:49
*** SergeyLukjanov has joined #openstack-qa16:58
openstackgerritChristian Berendt proposed a change to openstack-dev/devstack: added new tag for testonly packages in lists  https://review.openstack.org/4197516:58
openstackgerritChristian Berendt proposed a change to openstack-dev/devstack: added new tag for testonly packages in lists  https://review.openstack.org/3812717:00
*** jhenner1 has quit IRC17:11
*** LiangZheng has joined #openstack-qa17:12
*** LiangZheng has quit IRC17:17
openstackgerritMonty Taylor proposed a change to openstack-dev/devstack: Use a global virtualenv  https://review.openstack.org/4053417:21
*** yfried has joined #openstack-qa17:35
mriedemmtreinish: jaypipes: this passed jenkins now: https://review.openstack.org/#/c/39346/17:39
jaypipesmriedem: k, lemme review... thx for the heads up17:40
jaypipesmriedem, afazekas: approved above. very nice work, Attila.17:45
mriedemjaypipes: thanks17:45
afazekasjaypipes: thank you17:46
*** dosaboy has quit IRC18:08
*** LiangZheng has joined #openstack-qa18:13
openstackgerritafazekas proposed a change to openstack/tempest: Unit tests as stress tests  https://review.openstack.org/3898018:15
*** LiangZheng has quit IRC18:18
openstackgerritA change was merged to openstack/tempest: Cleanup try/except/finally blocks in several tests  https://review.openstack.org/4000518:20
*** dosaboy_1 has joined #openstack-qa18:23
*** afazekas has quit IRC18:25
*** dosaboy__ has quit IRC18:25
*** lifeless has quit IRC18:28
*** psedlak__ has quit IRC18:29
*** jerryz has joined #openstack-qa18:29
jerryzhi everyone. my devstack has been breaking for a few days. updating code of each project does not help. either nova-api can not start due to  AttributeError: 'module' object has no attribute 'DeprecatedOpt' or when i unsintalled my oslo.config , keystone-mange sync-db failed  2013-08-09 18:55:16     from oslo.config import cfg 2013-08-09 18:55:16 ImportError: No module named config 2013-08-09 18:55:16 + [[ PKI == \P\K\I ]18:33
jerryzcould anyone help? thanks18:33
openstackgerritDerek Morton proposed a change to openstack-dev/devstack: Fixes install on XenServer/XCP  https://review.openstack.org/4198518:35
*** thomasbiege has joined #openstack-qa18:41
*** thomasbiege has quit IRC18:48
*** psedlak__ has joined #openstack-qa18:53
*** psedlak__ has quit IRC18:59
*** torandu has quit IRC19:04
*** torandu has joined #openstack-qa19:11
*** torandu has quit IRC19:13
*** torandu has joined #openstack-qa19:13
*** LiangZheng has joined #openstack-qa19:14
*** LiangZheng has quit IRC19:19
*** dosaboy_1 is now known as dosaboy19:23
*** thomasbiege has joined #openstack-qa19:25
mriedemnew gate check bug: https://bugs.launchpad.net/tempest/+bug/121240519:28
*** thomasbiege has quit IRC19:32
*** lifeless has joined #openstack-qa19:39
*** afazekas has joined #openstack-qa19:41
*** SergeyLukjanov has quit IRC19:58
*** afazekas has quit IRC20:02
mtreinishmriedem: i saw that once on a parallel run and I just assumed it was a parallel race20:10
mtreinishbut it looks like something else is going on20:10
mriedemmtreinish: i've seen it 3 times today20:10
mriedemhttp://i582.photobucket.com/albums/ss265/zknizek/Family-Guy-Puke-A-Thon-family-guy-2.gif20:10
mtreinishmriedem: heh20:11
mtreinishman, that test is pretty simple too, it just tries to login to horizon using the config provided creds20:12
mriedemhence the puking20:13
mriedemshe's failing hard20:13
mriedemmtreinish: i raised the bug over in #openstack-horizon and no one bit20:14
*** LiangZheng has joined #openstack-qa20:15
*** whayutin_ has joined #openstack-qa20:16
*** LiangZheng has quit IRC20:20
*** weshay has quit IRC20:20
*** whayutin_ is now known as weshay20:23
*** adalbas has quit IRC20:23
*** thomasbiege has joined #openstack-qa20:36
*** thomasbiege has quit IRC20:36
*** adalbas has joined #openstack-qa20:40
*** jhenner has joined #openstack-qa20:57
*** woodspa has quit IRC21:03
*** LiangZheng has joined #openstack-qa21:15
*** thomasbiege has joined #openstack-qa21:20
*** LiangZheng has quit IRC21:20
*** thomasbiege has quit IRC21:23
*** fbo_away is now known as fbo21:27
*** thomasbiege has joined #openstack-qa21:31
*** mriedem has quit IRC21:42
*** thomasbiege has quit IRC21:46
openstackgerritMaru Newby proposed a change to openstack/tempest: Remove skip of neutron connectivity check.  https://review.openstack.org/4201821:57
marun^^ Reviews appreciated so that the neutron gate can run again.21:59
*** anteaya has quit IRC22:00
mtreinishmarun: ok it looks fine to me, but I'll wait for jenkins to come back before giving it +222:00
marunmtreinish: sounds good.22:00
marunmtreinish: It tests out fine locally, but I definitely don't want to merge something that doesn't pass the gate.22:01
*** burt has quit IRC22:05
*** yfried has quit IRC22:07
*** weshay has quit IRC22:09
*** jerryz has quit IRC22:12
*** jasondotstar has quit IRC22:13
openstackgerritMaru Newby proposed a change to openstack/tempest: Remove skip of neutron connectivity check.  https://review.openstack.org/4201822:15
*** LiangZheng has joined #openstack-qa22:16
*** LiangZheng has quit IRC22:20
mtreinishmarun: ^^^ actually that'll probably fail pep8 because of the period in the commit title22:24
marun*sigh*22:25
* marun shakes fist at jog022:25
marunStyle nazis can bit my shiny metal ass.22:26
openstackgerritMaru Newby proposed a change to openstack/tempest: Remove skip of neutron connectivity check  https://review.openstack.org/4201822:27
openstackgerritMaru Newby proposed a change to openstack/tempest: Remove skip of neutron connectivity check  https://review.openstack.org/4201822:27
marunIf we had half as much attention to actual quality issues, we'd be laughing. :D22:27
marun(thanks for the heads up, though, mtreinish)22:28
*** giulivo has quit IRC22:29
*** jhenner has quit IRC22:31
mtreinishmarun: yeah I've been caught in that trap too many times myself since we moved to the new hacking in tempest22:31
mtreinishI now flinch and triple check the commit message before I push things22:32
marunmtreinish: I think this kind of rigor has negative value, frankly.  If this is enabled in neutron, I'm going to vote to have the checking disabled.22:34
marunIt's pointless mechanical effort that contributes exactly nothing to quality.22:34
marunWarnings, fine.  But it shouldn't result in a failure.22:35
marunAnd it shouldn't require running tox post-commit.22:35
marunmtreinish: Ah, you know where this would actually be useful?22:36
marunmtreinish: The commit message should be checked by git-review.22:36
marunmtreinish: No mechanical checking or expensive tox runs required.  Just do a mechanical check automatically before posting.22:37
*** mlavalle has quit IRC22:40
mtreinishmarun: that's not a bad idea. We might be able to do it at the project level by forcing a git hook too I think.22:42
marunmtreinish: +122:43
*** jasondotstar has joined #openstack-qa23:10
*** LiangZheng has joined #openstack-qa23:16
*** LiangZheng has quit IRC23:21
*** jerryz_ has joined #openstack-qa23:27
*** sthaha has joined #openstack-qa23:28
*** sthaha has joined #openstack-qa23:28
*** fbo is now known as fbo_away23:38

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