Friday, 2018-06-29

*** caphrim007 has joined #openstack-jjb01:19
*** caphrim007 has quit IRC01:23
*** caphrim007 has joined #openstack-jjb01:25
*** caphrim007_ has joined #openstack-jjb01:48
*** caphrim007 has quit IRC01:52
kien-hassbarnea: for the jms-messaging, is it just me or are there two different curly braces in there.03:01
kien-hassbarnea: It's very odd but in vim or atom, the curly braces look the same03:04
kien-hassbarnea: but when I open it with Kate, I notice the first set of curly braces are darker than the extra curly braces03:07
kien-hassbarnea: maybe it's related to your problem03:08
ssbarneakien-ha: please try to run locally if you can, is unrelated to jms, is another test failing.08:09
*** electrofelix has joined #openstack-jjb08:53
*** riuvshyn has joined #openstack-jjb09:26
*** riuvshyn has quit IRC09:49
*** riuvshyn has joined #openstack-jjb09:50
*** riuvshyn has quit IRC09:54
*** electrofelix has quit IRC11:02
*** electrofelix has joined #openstack-jjb11:40
*** aaprasolova has joined #openstack-jjb11:52
ssbarneaelectrofelix: sorry to bother, but can you please download 576598 and check what kind of weird issue prevents only one test from passing?12:24
ssbarneai am bit clueless on this one and i bet is something simple12:24
*** hashar has joined #openstack-jjb12:41
*** openstackgerrit has quit IRC12:49
zxiirossbarnea: there's 2 failures, one is expecting the XML in the folders test to end but you added a trainline <BLANKLINE> The 2nd one is with the JMS plugin test  in which you "fixed" the formatting but didn't update the expected test.12:49
zxiiro2018-06-28 21:24:44.983360 | ubuntu-xenial |         + }12:49
zxiiro2018-06-28 21:24:44.983435 | ubuntu-xenial |         - }</messageContent>12:49
zxiiro2018-06-28 21:24:44.983482 | ubuntu-xenial |         ? -12:49
zxiiro2018-06-28 21:24:44.983554 | ubuntu-xenial |         + </messageContent>12:49
zxiirosee how it was originally expecting the line "}</messageContent>" but now it appears on 2 lines as12:50
zxiiro}12:50
zxiiro</messageContent>12:50
zxiiroI think the folders plugin one thought the addition of the <BLANKLINE> syntax is just wrong12:50
zxiiroI'm confused why https://review.openstack.org/#/c/576598/2/tests/yamlparser/fixtures/folders/folders001.xml was even added?12:51
ssbarneamaybe i forget to update the CR as a remember having only one error that I could fix: the one with BLANKLINE in folders plugin.12:51
ssbarneazxiiro: if you try to remove it you will find12:52
ssbarneathere is somethign really weird about folders one because it causes the generated xml file to be in different folder.12:52
zxiirooh yeah if I delete that folder i see Output file under wrong path, was 'tests/yamlparser/fixtures/folders001.xml', should be 'tests/yamlparser/fixtures/folders/folders001.xml'12:58
zxiirothat is odd12:58
zxiiroI really think these patches that try to change formatting should be split to be one topic at a time since they touch so many files it get's confusing13:01
ssbarneazxiiro: true, is confusing. I will try to split it to make this one smaller.13:02
zxiiroI really don't get what changed in this patch that would have caused the folder issue that's bizzare13:03
zxiiroit's not like folders001.yaml tries to include any ohter file either13:04
zxiirossbarnea: oh i figured it out13:08
zxiirossbarnea: you tried to be clever and changed fixtures/folders/folders001.xml to be a symlink to fixtures/folders001.xml13:09
zxiirobut JJB expects it to be a real file13:09
ssbarneait was failing even before I did this. but that also means we have a bug, it would open symlinks like normal files.13:10
zxiiroI just reproduced on a clean master13:11
zxiiroall i did was added the symlink in and it broke13:11
zxiiroundo the symlink and build and it's fine13:11
ssbarneazxiiro: but this means that we would have the same file twice in the repo.13:12
zxiiroguess so13:12
zxiiroOk I found a combination that works if you want to use a symlink13:13
zxiirossbarnea: hold up, patch incoming13:14
ssbarneasuper!13:15
*** openstackgerrit has joined #openstack-jjb13:18
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder master: Symlink folders001.xml to deduplicate the test xml  https://review.openstack.org/57915013:18
zxiirossbarnea: that should do it. I've also found you should not edit the other file to remove the double trailing newlines. It appears the test needs that.13:19
zxiirootherwise we will get that + <BLANKLINES> thing13:19
*** zxiiro is now known as zxiiro-pto13:20
ssbarneathis explains is but also be a an issue with pre-commit hook. anyway, i will split changes.13:21
zxiiro-ptoyeah I'm not sure why "folders" expects the double blank line. It looks like it takes the 2 XML files and concatinates them together though so maybe it uses the 2nd blank line to mark when the 2nd copy of the xml goes through or something (i'm purely guessing here so probably completely wrong)13:22
*** hashar has quit IRC13:27
*** caphrim007_ has quit IRC13:32
*** caphrim007 has joined #openstack-jjb13:33
*** caphrim007 has quit IRC13:37
openstackgerritSorin Sbarnea proposed openstack-infra/jenkins-job-builder master: normalize newlines at end of file  https://review.openstack.org/57918715:01
zxiiro-ptossbarnea: electrofelix any patches we want in before I cut a JJB release later today?15:01
openstackgerritSubhash Pavuluri proposed openstack-infra/jenkins-job-builder master: Trim is not available for string parameters File name: https://github.com/openstack-infra/jenkins-job-builder/blob/master/jenkins_jobs/modules/parameters.py  https://review.openstack.org/57919015:05
openstackgerritMerged openstack-infra/jenkins-job-builder master: Symlink folders001.xml to deduplicate the test xml  https://review.openstack.org/57915015:06
ssbarneanothing functional but i would prefer to merge the pre-commit ones before the release.15:06
openstackgerritMerged openstack-infra/jenkins-job-builder master: Revert "fix tox python3 overrides"  https://review.openstack.org/57660315:10
zxiiro-ptossbarnea: I think you're Normalize file endings patch accidently reintroduced the folders001.xml change.15:12
zxiiro-ptogotta run, I'll be back in a few hours to checkup on patches and release 2.0.1115:13
ssbarneaperfect15:16
*** openstack has quit IRC15:22
*** openstack has joined #openstack-jjb15:26
*** ChanServ sets mode: +o openstack15:26
openstackgerritSorin Sbarnea proposed openstack-infra/jenkins-job-builder master: normalize newlines at end of file  https://review.openstack.org/57918715:31
*** caphrim007 has joined #openstack-jjb15:45
*** caphrim007 has quit IRC15:47
*** caphrim007 has joined #openstack-jjb15:47
*** caphrim007 has quit IRC15:47
*** caphrim007 has joined #openstack-jjb15:48
*** aaprasol_ has joined #openstack-jjb15:54
*** aaprasolova has quit IRC15:57
*** aaprasol_ has quit IRC15:59
*** alphadose[m] has quit IRC16:17
kien-hassbarnea: just left a quick comment on your normalize patch16:20
kien-hassbarnea: spotted a newline that was missed16:21
ssbarneakien-ha: if is passing the tests is ok, we can always fix them in the one that adss hte pre-commit.16:21
ssbarneaits scope is to get rid of the spam16:22
ssbarneait does not have to be 100% of it :D16:22
kien-hassbarnea: gotcha.16:23
ssbarneaa workfllow on https://review.openstack.org/#/c/574846/16:23
*** caphrim007 has quit IRC16:26
*** electrofelix has quit IRC16:29
*** alphadose[m] has joined #openstack-jjb17:00
*** openstack has quit IRC17:11
*** openstack has joined #openstack-jjb17:15
*** ChanServ sets mode: +o openstack17:15
*** caphrim007 has joined #openstack-jjb18:02
*** caphrim007 has quit IRC18:38
*** caphrim007 has joined #openstack-jjb18:39
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder master: Normalize newlines at end of file  https://review.openstack.org/57918720:08
zxiiro-ptossbarnea: I fixed it. I don't like to halfass my patches. I'd rather full ass my work if I'm changing something.20:09
zxiiro-ptossbarnea: kien-ha either of you guys want to review the vault plugin? https://review.openstack.org/#/c/577628/820:15
kien-hazxiiro-pto: On it20:17
kien-haOh, Sorin got it20:17
zxiiro-ptokien-ha: you can still review if you want it's not too late20:18
zxiiro-ptoI will release JJB 2.0.11 once the vault plugin + normilaze patches merge20:19
openstackgerritMerged openstack-infra/jenkins-job-builder master: Adds wrapper for vault plugin  https://review.openstack.org/57762820:42
*** caphrim007 has quit IRC21:12
openstackgerritMerged openstack-infra/jenkins-job-builder master: Normalize newlines at end of file  https://review.openstack.org/57918721:15
zxiiro-ptoJJB 2.0.11 is released. Have a great weekend guys21:34
ssbarneasame to you!21:34
*** ckonstanski has joined #openstack-jjb22:10
*** ckonstanski has quit IRC22:24

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