IRC Archive for channel #xwiki on 21 August 2014

Last modified by Vincent Massol on 2014/08/21 23:42

<sburjan`> has joined #xwiki
00:03 <sburjan> has quit
00:03 <sburjan`> is now known as <sburjan>
00:34 <sburjan`> has joined #xwiki
00:37 <sburjan> has quit
00:37 <sburjan`> is now known as <sburjan>
00:48 <Denis> has quit
01:15 <sbaloul> has joined #xwiki
01:15 <sbaloul> has quit
01:49 <tekzilla> has quit
03:04 <xwikibot> has joined #xwiki
04:30 <Denis> has joined #xwiki
04:31 <Denis> has quit
04:46 <cjd> has quit
05:53 <cjd> has joined #xwiki
06:27 <andreeapopescu> has joined #xwiki
06:54 <msmeria> has joined #xwiki
08:04 <cjd> has quit
08:51 <cjd> has joined #xwiki
08:52 <cjd> is now known as <Guest28045>
09:04 <Denis1> has joined #xwiki
09:05 <Denis1> is now known as <Denis>
09:10 <Enygma`> has joined #xwiki
09:12 <Enygma`> has quit
09:13 <Enygma`> has joined #xwiki
09:15 <evalica> has joined #xwiki
09:16 <Guest28045> has quit
09:18 <woshilapin> has joined #xwiki
09:36 <vmassol> has joined #xwiki
09:46 <mflorea> has joined #xwiki
10:21 <Lyes> has joined #xwiki
10:44 <KermitTheFragger> has joined #xwiki
10:49 <gdelhumeau> has joined #xwiki
11:29 <gdelhumeau> Hello
11:29 <gdelhumeau> I'm debuging a selenium test
11:30 <gdelhumeau> WikiEditorTest#testLinkButton
11:30 <gdelhumeau> and I have this line:
11:30 <gdelhumeau> textArea.sendKeys("b", Keys.ENTER, "c", Keys.ARROW_LEFT, Keys.ARROW_LEFT);
11:30 <gdelhumeau> the Keys.ENTER seems to not work, it does not create a new line
11:30 <gdelhumeau> it does not seem related to flamingo
11:30 <gdelhumeau> do you have any idea?
11:31 <Slashman> has joined #xwiki
11:31 <vmassol> hmm no if it were the wysiwyg editor I would have had some idea but the wiki editor should work fine
11:31 <gdelhumeau> maybe it comes from my machine?
11:32 <vmassol> wdym?
11:32 <vmassol> if it were the wysiwyg editor and you were using a mac then yes :)
11:32 <vmassol> (because of some known issue)
11:32 <vmassol> but you're not on mac AFAIK
11:33 <gdelhumeau> nope
11:34 <vmassol> I almost deleted that page seen its name! :)
11:34 <gdelhumeau> I've fixed it locally by puttin Keys.RETURN instead of Keys.ENETER
11:34 <gdelhumeau> *ENTER
11:35 <vmassol> hmm make sure it works for all platforms
11:35 <vmassol> since you might have broken the test on other platforms :)
11:35 <vmassol> does it pass on ci?
11:35 <vmassol> (with RETURN)
11:35 <gdelhumeau> yes, I need to know what exactly this change means
11:35 <vmassol> I could check on mac later on if you wish (need to go for 10 minutes now)
11:36 <gdelhumeau> on ci, I can't tell, it does not execute the test since xwiki-platfrom is broken
11:37 <gdelhumeau> I start a build anyway, let see
11:37 <gdelhumeau> maybe it's only me
11:37 <gdelhumeau> there is no reason to have this bug now and not earlier
11:42 <Enygma`> vmassol: Failed tests:
11:42 <Enygma`> All tests passed
11:42 <Enygma`> [INFO] ------------------------------------------------------------------------
11:42 <Enygma`> [INFO] BUILD SUCCESS
11:42 <Enygma`> [INFO] ------------------------------------------------------------------------
11:43 <Enygma`> Finished: FAILURE
11:43 <Enygma`> http://ci.xwiki.org/job/xwiki-platform/5944/consoleFull
11:43 <Enygma`> what is this? xwiki-platform builds
11:43 <Enygma`> but jenkins reads it as a failure
11:43 <Enygma`> is it related to the recent jenkins update?
11:48 <vmassol> it's normal
11:48 <vmassol> GD asked the same question yesterday
11:48 <vmassol> some tests failed
11:48 <vmassol> actually no it's different here since it's red
11:48 <vmassol> let me check
11:49 <vmassol> it failed here: http://ci.xwiki.org/view/Platform/job/xwiki-platform/5944/org.xwiki.platform$xwiki-platform-web/
11:49 <Enygma`> vmassol: why is it normal?
11:50 <vmassol> "Build step 'Groovy Postbuild' marked build as failure
11:50 <vmassol> "
11:50 <vmassol> let's see
11:51 <Enygma`> was looking at that script myself
11:51 <vmassol> it just means that the error that happened are not false postiives
11:51 <vmassol> hence the mail was sent
11:53 <Enygma`> vmassol: please explain this http://hastebin.com/iwaxusuyaz.php
11:53 <vmassol> my best guess is that jenkins checks the logs at the end for any [ERROR]
11:54 <vmassol> and yes it's possible that the jasmine tests had been fialing a while ago (we can test this by checking out some older tags)
11:54 <vmassol> and that jenkins improved the verification recently
11:54 <vmassol> which is why it wasn't reported before
11:54 <vmassol> (it's not normal that the jasmine plugin doesn't stop the build BTW on error)
11:55 <vmassol> we're using jasmine-maven-plugin:1.0.2-beta-5
11:55 <vmassol> let's see if there's a newer version
11:55 <Enygma`> [INFO] --- jasmine-maven-plugin:1.0.2-beta-5:testResources (default) @ xwiki-platform-web ---
11:55 <Enygma`> [INFO] Processing JavaScript Specs
11:55 <Enygma`> [JENKINS] Recording test results
11:55 <Enygma`> what is this?
11:55 <cjd> has joined #xwiki
11:55 <Enygma`> "44 yr old" :)
11:55 <vmassol> https://github.com/searls/jasmine-maven-plugin/releases
11:55 <cjd> is now known as <Guest59482>
11:56 <vmassol> at least we should try tu upgrade to 1.3.1.5
11:56 <vmassol> trying
11:56 <Enygma`> see my reply on the mailing list (the link I gave)
11:57 <Enygma`> that guy says "I have tried a variety of different 'plugin' versions, but currently using 1.532.3."
11:57 <Enygma`> but please go ahead and try with the latest stable
11:57 <vmassol> 1.532 is not a jasmin maven plugin vesion :)
11:57 <Enygma`> (I`m not familiar with jasmine)
11:57 <Enygma`> yes, that looks odd
11:57 <vmassol> it looks like a jenkins version
11:57 <Enygma`> ah, might be it
11:58 <vmassol> FTR locally I get:
11:58 <vmassol> Aug 21, 2014 11:57:16 AM com.gargoylesoftware.htmlunit.javascript.host.Document jsxFunction_createElement
11:58 <vmassol> SEVERE: Unexpected exception occurred while parsing HTML snippet
11:58 <vmassol> now trying an upgrade
11:59 <Enygma`> but the jasmine-maven-plugin:1.0.2-beta-5:test (default) @ xwiki-platform-web --- phase reports:
11:59 <Enygma`> Results: 16 specs, 0 failures
11:59 <Enygma`> regardless of that error
12:00 <vmassol> as I said above: "(it's not normal that the jasmine plugin doesn't stop the build BTW on error)"
12:00 <vmassol> but hey that's an old version of jasmine and they've probabyl fixed it
12:00 <vmassol> just give me 5 mn :)
12:01 <Enygma`> ok
12:02 <vmassol> actually
12:02 <vmassol> there are now 11 SEVERE errors :)
12:02 <vmassol> https://gist.githubusercontent.com/vmassol/1846ba508cad6ba6cd8a/raw/c0b1e785fa7108efe5eface9ad9fcb09b598ce4b/gistfile1.txt
12:03 <Lyes2> has joined #xwiki
12:04 <vmassol> still I'm going to upgrade to it to see what happens on CI
12:04 <Lyes> has quit
12:04 <vmassol> our current version is too old anyway
12:09 <Enygma`> vmassol: check this out https://issues.jenkins-ci.org/browse/JENKINS-14749
12:09 <Enygma`> they fixed it by silencing the HTMLUnit logger :)
12:09 <Enygma`> since prototype.js intentionally catches that exception and silences it, but the HTMLUnit logger seems to not care about that and log it anyway
12:09 <Enygma`> this is their commit https://github.com/jenkinsci/jenkins/commit/84d49ceef2d68eebc9854800693d385c104752ba
12:10 <Enygma`> though it seems to be a temporary fix
12:22 <vmassol> actually it's easy to "fix" I think
12:23 <vmassol> trying something
12:23 <Enygma`> vmassol: the initial error seems to be really old http://t113483.web-wiki-xwiki-scm.wikitalk.us/build-failed-in-jenkins-xwiki-platform-833-t113483.html :)
12:24 <Enygma`> as you said, the jenkins update got a bit more strict
12:24 <Enygma`> but it was there before
12:28 <Guest59482> has quit
12:32 <Enygma`> brb, lunch
12:56 <vmassol> platform build issue should been fixed now )
12:56 <vmassol> :)
12:57 <vmassol> brb lunch too!è
13:27 <andreeapopescu> has quit
13:30 <Denis> has quit
13:47 <Enygma`> back
13:48 <Enygma`> so you applied the same trick to silence the logs :P
13:48 <Enygma`> I just hope we won`t silence important stuff like test failure details
14:00 <Slashman_> has joined #xwiki
14:03 <Slashman> has quit
14:16 <vmassol> Enygma`: yes, as mentioned in my commit an improvement would be to log in a file in target/ but I couldn't easily find how to do it
14:17 <vmassol> (I tried using a logback.xml file in test/resources and using a logback jar)
14:18 <Denis> has joined #xwiki
14:23 <vmassol> ok platform builds successfully now :)
14:24 <vmassol> only 25 more jobs to fix :)
14:24 <vmassol> sorry 22…
14:32 <joel2> has quit
14:34 <joel2> has joined #xwiki
14:57 <msmeria> has quit
15:21 <gdelhumeau> vmassol: you should merge your fix on the 6.1.x and 5.4.x branches too
15:22 <gdelhumeau> but probably after we already fix the master branch (otherwise jenkins will be downed
15:28 <Denis> has quit
15:30 <Lyes2> has quit
15:31 <Denis> has joined #xwiki
15:37 <momomomomo> has joined #xwiki
16:01 <vmassol> Enygma`: actually the reation bugs closed vs bugs created is not very good for the past 365 days: http://jira.xwiki.org/secure/Dashboard.jspa#Created-vs-Resolved-Chart/10470
16:01 <vmassol> s/reation/ratio/
16:01 <vmassol> -16
16:27 <momomomomo> has quit
16:30 <momomomomo> has joined #xwiki
17:08 <evalica> has quit
17:12 <evalica> has joined #xwiki
17:13 <evalica> has quit
17:17 <KermitTheFragger> has quit
17:58 <mflorea> has quit
17:59 <mflorea> has joined #xwiki
18:04 <mflorea> has quit
18:16 <Enygma`> has quit
18:19 <vmassol> 16 failing remaning, from 21 earlier on, making progress :)
18:20 <vmassol> s/21/22
18:20 <momomomomo_> has joined #xwiki
18:20 <vmassol> gtg, bbiab
18:22 <momomomomo> has quit
18:22 <momomomomo_> is now known as <momomomomo>
18:36 <momomomomo> has quit
18:42 <woshilapin> has quit
19:20 <gdelhumeau> has quit
19:22 <Slashman_> has quit
19:52 <momomomomo> has joined #xwiki
20:20 <mflorea> has joined #xwiki
20:21 <woshilapin> has joined #xwiki
20:37 <polx> has joined #xwiki
20:48 <xwikiorg_guest_9> has joined #xwiki
20:49 <xwikiorg_guest_9> Having an issue with office importer not importing images form word docs. links end up as garbage.
20:49 <xwikiorg_guest_9>  [[image:9k=||height="44" width="209"]]
20:49 <xwikiorg_guest_9> any help would be greate
20:49 <xwikiorg_guest_9> running on windows 7 currently
21:04 <momomomomo> has quit
21:09 <momomomomo> has joined #xwiki
21:09 <momomomomo> has quit
21:16 <xwikiorg_guest_9> has quit
21:20 <woshilapin> has quit
21:24 <vmassol> has quit
21:35 <Guest28154> has joined #xwiki
21:38 <mflorea> has quit
21:41 <Guest28154> has quit
21:58 <polx> has quit
22:12 <momomomomo> has joined #xwiki
22:22 <momomomomo> has quit
22:22 <momomomomo> has joined #xwiki
22:44 <woshilapin> has joined #xwiki
22:59 <cjd> has joined #xwiki
23:00 <cjd> is now known as <Guest80952>
23:06 <Guest80952> has quit
23:16 <woshilapin> has quit
23:36 <cjd_> has joined #xwiki
23:42 <cjd_> has quit
Tags:
   

Get Connected