[jboss-jira] [JBoss JIRA] (WFLY-12649) Deal with mixed-domain failures in the OpenJ9 jobs

Cheng Fang (Jira) issues at jboss.org
Tue Jul 21 09:15:00 EDT 2020


     [ https://issues.redhat.com/browse/WFLY-12649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cheng Fang reopened WFLY-12649:
-------------------------------


12 tests in  {{MixedDomainDeployment700TestCase}} still failed on Linux JDK 8 and JDK11 intermittently in totally unrelated PR. For instance, 

https://github.com/wildfly/wildfly/pull/13399
https://github.com/wildfly/wildfly/pull/11711

{code}
#6186 at 17 Jul 08:32
Tests failed: 12 (12 new), passed: 6719, ignored: 107
13:11:40
    org.jboss.as.test.integration.domain.mixed.eap700.MixedDomainDeployment700TestCase.testJsfWorks
13:11:40
      java.lang.AssertionError: {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".CdiValidatorFactoryService",
            "jboss.deployment.unit.\"test.war\".WeldStartService",
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"org.jboss.weld.servlet.WeldInitialListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"org.jboss.weld.servlet.WeldInitialListener\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"org.jboss.weld.servlet.WeldTerminalListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"org.jboss.weld.servlet.WeldTerminalListener\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
13:11:40
      java.lang.AssertionError: 
{"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
{code}

> Deal with mixed-domain failures in the OpenJ9 jobs
> --------------------------------------------------
>
>                 Key: WFLY-12649
>                 URL: https://issues.redhat.com/browse/WFLY-12649
>             Project: WildFly
>          Issue Type: Task
>          Components: Management, Test Suite
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>            Priority: Minor
>              Labels: OpenJ9
>             Fix For: 19.0.0.Beta1, 19.0.0.Final
>
>
> The nightly CI jobs against OpenJ9 have 12 failures in the mixed-domain testsuite due to problems starting the embedded messaging broker on an EAP 7.0.0 Host. 
> https://ci.wildfly.org/viewLog.html?buildId=170906&tab=buildResultsDiv&buildTypeId=WF_MasterLinuxOpenJ98
> I think this relates to https://issues.apache.org/jira/browse/ARTEMIS-444 and JBEAP-1887. The latter is resolved with a Fix Version of 7.0.2.CR1 but our mixed domain tests are not able to test against CPs.
> So task here is to work around this somehow.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list