[jboss-jira] [JBoss JIRA] (AS7-4033) Clustering test failures with IPv6
Ondrej Zizka (JIRA)
jira-events at lists.jboss.org
Mon Mar 5 12:09:37 EST 2012
[ https://issues.jboss.org/browse/AS7-4033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673682#comment-12673682 ]
Ondrej Zizka commented on AS7-4033:
-----------------------------------
Stuart's Arq commit for ::1%1
https://github.com/stuartwdouglas/jboss-as/commit/a3a4ac81b515566da28eb823b28a90f51b6bba83
> Clustering test failures with IPv6
> ----------------------------------
>
> Key: AS7-4033
> URL: https://issues.jboss.org/browse/AS7-4033
> Project: Application Server 7
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 7.1.0.Final
> Reporter: Ondrej Zizka
> Priority: Critical
> Fix For: 7.1.1.Final
>
>
> {code}
> Failed tests: testBasicXPC(org.jboss.as.test.clustering.cluster.ejb3.xpc.StatefulWithXPCFailoverTestCase): 3. stopped deployment on node1, xpc should failover to node2, node2 should be able to read entity from xpc(didn't get http success code) expected:<200> but was:<500>
> testRestart(org.jboss.as.test.clustering.cluster.ejb3.stateful.StatefulFailoverTestCase): expected:<20050505> but was:<20010101>
> testRedeploy(org.jboss.as.test.clustering.cluster.ejb3.stateful.StatefulFailoverTestCase): expected:<20050505> but was:<20010101>
> testSerialized(org.jboss.as.test.clustering.cluster.web.ClusteredWebTestCase)
> testSessionReplication(org.jboss.as.test.clustering.cluster.web.ClusteredWebTestCase): expected:<3> but was:<1>
> testGracefulSimpleFailover(org.jboss.as.test.clustering.cluster.web.ReplicationWebFailoverTestCase): Session failed to replicate after container 1 was shutdown. expected:<3> but was:<1>
> testGracefulUndeployFailover(org.jboss.as.test.clustering.cluster.web.ReplicationWebFailoverTestCase): Session failed to replicate after container 1 was shutdown. expected:<3> but was:<1>
> testGracefulSimpleFailover(org.jboss.as.test.clustering.cluster.web.DistributionWebFailoverTestCase): Session failed to replicate after container 1 was shutdown. expected:<3> but was:<1>
> testGracefulUndeployFailover(org.jboss.as.test.clustering.cluster.web.DistributionWebFailoverTestCase): Session failed to replicate after container 1 was shutdown. expected:<3> but was:<1>
> testSingletonService(org.jboss.as.test.clustering.cluster.singleton.SingletonTestCase): expected:<node-udp-[1]> but was:<node-udp-[0]>
> Tests in error:
> testFailoverOnStop(org.jboss.as.test.clustering.cluster.ejb3.stateless.RemoteStatelessFailoverTestCase): No EJB receiver available for handling [appName:,modulename:remote-ejb-client-stateless-bean-failover-test,distinctname:] combination
> testFailoverOnUndeploy(org.jboss.as.test.clustering.cluster.ejb3.stateless.RemoteStatelessFailoverTestCase): No EJB receiver available for handling [appName:,modulename:remote-ejb-client-stateless-bean-failover-test,distinctname:] combination
> testFailoverFromRemoteClientWhenOneNodeGoesDown(org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.dd.RemoteEJBClientDDBasedSFSBFailoverTestCase): No EJB receiver contexts available in cluster ejb
> testFailoverFromRemoteClientWhenOneNodeGoesDown(org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.RemoteEJBClientStatefulBeanFailoverTestCase): No EJB receiver contexts available in cluster ejb
> testGracefulSimpleFailover(org.jboss.as.test.clustering.cluster.jsf.JSFFailoverTestCase): Invalid use of SingleClientConnManager: connection still allocated.
> testGracefulUndeployFailover(org.jboss.as.test.clustering.cluster.jsf.JSFFailoverTestCase): Invalid use of SingleClientConnManager: connection still allocated.
> {code}
> STR:
> {code}
> mvn clean install -pl testsuite/integration/cluster -Dipv6 -Dnode0=::1 -Dnode1=::1 -DudpGroup=ff01::1
> {code}
> or, after AS7-3993 / PR 1693 is merged:
> {code}
> mvn clean install -pl testsuite/integration/cluster -Dipv6
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list