[
https://issues.jboss.org/browse/WFLY-5566?page=com.atlassian.jira.plugin....
]
Ivan Straka commented on WFLY-5566:
-----------------------------------
I have taken some investigation and I have found out, that this test is failing only when
TCPGOSSIP is configured to be used. IMHO all instances are configured to use TCPGOOSSIP,
therefore they all make cluster. So the cache is replicated. I assume this is the reason,
why the test fails. Can you confirm this?
org.jboss.as.test.clustering.xsite.XSiteSimpleTestCase#testPutToBackupNotRelayed
--------------------------------------------------------------------------------
Key: WFLY-5566
URL:
https://issues.jboss.org/browse/WFLY-5566
Project: WildFly
Issue Type: Bug
Components: Clustering, Test Suite
Affects Versions: 10.0.0.CR2
Reporter: Ivan Straka
Assignee: Dmitrii Tikhomirov
Labels: clustering_revalidate
There is org.jboss.as.test.clustering.xsite.XSiteSimpleTestCase#testPutToBackupNotRelayed
failing with exception:
{code:java}
Error Message
expected:<500> but was:<200>
Stacktrace
java.lang.AssertionError: expected:<500> but was:<200>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at
org.jboss.as.test.clustering.xsite.XSiteSimpleTestCase.testPutToBackupNotRelayed(XSiteSimpleTestCase.java:202)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)