[
https://issues.jboss.org/browse/WFLY-5566?page=com.atlassian.jira.plugin....
]
Ivan Straka commented on WFLY-5566:
-----------------------------------
I have just run it with property num_initial_members set to 4 and it has failed. IMHO all
4 of them are not supposed to make a cluster (they do) and that is the problem. The value
is replicated and it shouldn't be.
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)