[jboss-jira] [JBoss JIRA] (WFLY-10770) HotRodPersistenceWebFailoverTestCase fails
James Perkins (JIRA)
issues at jboss.org
Thu Aug 2 14:45:01 EDT 2018
[ https://issues.jboss.org/browse/WFLY-10770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13614214#comment-13614214 ]
James Perkins commented on WFLY-10770:
--------------------------------------
The issues seems to be with {{org.infinispan.server:infinispan-server-build}} which would be considered a thin server. The defined modules use Maven artifact id's so not libraries are included in the download. Because of this jboss-modules will attempt to load a {{settings.xml}} file from {{System.getProperty("user.home") + "/.m2"}}. If this file does not exist or the user does not have the JBoss Nexus repository defined in their {{settings.xml}} the start of the Infinispan server will fail because {{org.jboss.openjdk-orb:openjdk-orb}} is not synched to Maven Central.
We have 3 options:
# Sync {{org.jboss.openjdk-orb:openjdk-orb}} (should likely be done regardless of which option we choose)
# Ensure a property {{settings.xml}} is available
# Use {{org.infinispan.server:infinispan-server-feature-pack}} and provision a server locally for the tests
Really all 3 should likely be done. Options 1 and 3 are likely the easiest to started with.
> HotRodPersistenceWebFailoverTestCase fails
> ------------------------------------------
>
> Key: WFLY-10770
> URL: https://issues.jboss.org/browse/WFLY-10770
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Reporter: Tom Jenkinson
> Assignee: Paul Ferraro
> Priority: Critical
>
> This test HotRodPersistenceWebFailoverTestCase seems to fail more or less consistently for me on CI.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list