]
Richard Achmatowicz commented on AS7-4006:
------------------------------------------
Here's what I did:
- modified the setup of the clustering tests so that all of the mcast addresses are
defined: udp (ff0e::1), diagnostics(ff0e::2), mping (ff0e::3) and modcluster (ff0e::4).
These are global mcast addresses - playing it safe.
- ran the tests
- loooked at the logs for udp-0 and udp1:
-- there are no failures of the type you mention (ff0e::x) are global mcast addresses
-- from the server logs, there are not exceptions and the two nodes are clustering
together (logs attached)
{noformat}
10:47:48,708 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(pool-17-thread-1) ISPN000078: Starting JGroups Channel
10:47:48,713 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(pool-17-thread-1) ISPN000094: Received new cluster view: [node-udp-1/web|3]
[node-udp-1/web, node-udp-0/web]
10:47:48,715 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(pool-17-thread-1) ISPN000079: Cache local address is node-udp-0/web, physical addresses
are [1:0:0:1:0:0:0:11:55200
{noformat}
- looked at the test case:
-- I can see that the correct URLs are being used to contact the first and then the second
server
-- it just looks as though the replication is not happening
{noformat}
Requested
, got 2.
10:47:43,990 INFO
[org.jboss.arquillian.container.test.impl.client.container.ClientContainerController]
(main) Manual stopping of a server instance
10:47:44,513 INFO
[org.jboss.as.clustering.impl.CoreGroupCommunicationService.lifecycle.web]
(Incoming-8,null) JBAS010247: New cluster view for partition web (id: 2, delta: -1, merge:
false) : [node-udp-1/web]
10:47:44,517 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport]
(Incoming-8,null) ISPN000094: Received new cluster view: [node-udp-1/web|2]
[node-udp-1/web]
Requested
TS clustering: failures when testing with IPv6
----------------------------------------------
Key: AS7-4006
URL:
https://issues.jboss.org/browse/AS7-4006
Project: Application Server 7
Issue Type: Bug
Components: Clustering, Test Suite
Affects Versions: 7.1.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Critical
Fix For: 7.1.2.Final
Attachments:
TEST-org.jboss.as.test.clustering.cluster.ejb3.deployment.ClusteredBeanDeploymentTestCase.xml,
TEST-org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.dd.RemoteEJBClientDDBasedSFSBFailoverTestCase.xml,
TEST-org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.RemoteEJBClientStatefulBeanFailoverTestCase.xml,
TEST-org.jboss.as.test.clustering.cluster.ejb3.stateful.StatefulFailoverTestCase.xml,
TEST-org.jboss.as.test.clustering.cluster.ejb3.StatefulTimeoutTestCase.xml,
TEST-org.jboss.as.test.clustering.cluster.ejb3.stateless.RemoteStatelessFailoverTestCase.xml,
TEST-org.jboss.as.test.clustering.cluster.ejb3.xpc.StatefulWithXPCFailoverTestCase.xml,
TEST-org.jboss.as.test.clustering.cluster.jsf.JSFFailoverTestCase.xml,
TEST-org.jboss.as.test.clustering.cluster.singleton.SingletonTestCase.xml,
TEST-org.jboss.as.test.clustering.cluster.web.ClusteredWebTestCase.xml,
TEST-org.jboss.as.test.clustering.cluster.web.DistributionWebFailoverTestCase.xml,
TEST-org.jboss.as.test.clustering.cluster.web.ReplicationWebFailoverTestCase.xml
{noformat}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.test.clustering.cluster.jsf.JSFFailoverTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.847 sec
Running org.jboss.as.test.clustering.cluster.ejb3.xpc.StatefulWithXPCFailoverTestCase
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.332 sec <<<
FAILURE!
Running
org.jboss.as.test.clustering.cluster.ejb3.deployment.ClusteredBeanDeploymentTestCase
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.028 sec
Running org.jboss.as.test.clustering.cluster.ejb3.StatefulTimeoutTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.318 sec
Running
org.jboss.as.test.clustering.cluster.ejb3.stateless.RemoteStatelessFailoverTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.459 sec
Running org.jboss.as.test.clustering.cluster.ejb3.stateful.StatefulFailoverTestCase
Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 70.141 sec <<<
FAILURE!
Running
org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.RemoteEJBClientStatefulBeanFailoverTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.873 sec
Running
org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.dd.RemoteEJBClientDDBasedSFSBFailoverTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.836 sec
Running org.jboss.as.test.clustering.cluster.web.ReplicationWebFailoverTestCase
Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 29.568 sec <<<
FAILURE!
Running org.jboss.as.test.clustering.cluster.web.DistributionWebFailoverTestCase
Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 29.228 sec <<<
FAILURE!
Running org.jboss.as.test.clustering.cluster.web.ClusteredWebTestCase
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 26.916 sec <<<
FAILURE!
Running org.jboss.as.test.clustering.cluster.singleton.SingletonTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.597 sec
Results :
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>
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>
testSessionReplication(org.jboss.as.test.clustering.cluster.web.ClusteredWebTestCase):
expected:<3> but was:<1>
Tests run: 38, Failures: 8, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Application Server Test Suite: Aggregator ... SUCCESS [10.593s]
[INFO] JBoss Application Server Test Suite: Integration .. SUCCESS [2.129s]
[INFO] JBoss Application Server Test Suite: Integration - Clustering FAILURE
[8:02.830s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8:16.709s
[INFO] Finished at: Fri Mar 02 13:38:16 CET 2012
[INFO] Final Memory: 67M/713M
[INFO] ------------------------------------------------------------------------
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: