[ 
https://issues.apache.org/jira/browse/JSPWIKI-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18036292#comment-18036292
 ] 

Alex O'Ree commented on JSPWIKI-1217:
-------------------------------------

ahh i see what's going on, the ci script, looks like a jenkins type of thing, 
ignores if the JDK25 build fails regardless. So not an issue.

I am, however, seeing a really odd problem. I've fixed the tests but it looks 
like the ci server is still building an older version of the source code, 
despite is saying it's building the latest commit. Literally it says there's an 
issue on line 86, but i deleted the entire test method and added @Disabled to 
the class definition and it's still failing. Seems to be some oddity with the 
ci procresses

> Maven parallel builds fail
> --------------------------
>
>                 Key: JSPWIKI-1217
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-1217
>             Project: JSPWiki
>          Issue Type: Improvement
>          Components: Build system
>            Reporter: Alex O'Ree
>            Priority: Major
>
> Been seeing this on the ci server with github pull requests so i decided to 
> investigate and to try and reproduce this.
> Surefire random test orders - no effect
> Surefire parallel build "all" setting - no effect
> Surefire perCoreThreadCount = 1 - no effect
> mvn -T 1C - reproducible unit test failures with the main jar file
> > [ERROR] Failures:
> [ERROR]   XMLGroupDatabaseTest.testGroups:81 expected: <4> but was: <5>
> [ERROR]   GroupsTest.testTag:47 expected: <<a 
> href="/test/Group.jsp?group=Admin">Admin</a>, <a 
> href="/test/Group.jsp?group=Art">Art</a>, <a 
> href="/test/Group.jsp?group=Literature">Literature</a>, <a 
> href="/test/Group.jsp?group=TV">TV</a>
> > but was: <<a href="/test/Group.jsp?group=Admin">Admin</a>, <a 
> > href="/test/Group.jsp?group=Art">Art</a>, <a 
> > href="/test/Group.jsp?group=Literature">Literature</a>, <a 
> > href="/test/Group.jsp?group=Test">Test</a>, <a 
> > href="/test/Group.jsp?group=TV">TV</a>
>  
> and then other times, the following test case fails
> [ERROR] Errors:
> [ERROR]   RSSGeneratorTest.testBlogRSS2:68 » IllegalState FATAL: database 
> does not exist
> [INFO]
> [ERROR] Tests run: 873, Failures: 0, Errors: 1, Skipped: 0



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to