[
https://issues.jboss.org/browse/WFLY-5566?page=com.atlassian.jira.plugin....
]
Radoslav Husar commented on WFLY-5566:
--------------------------------------
The test is likely written in a way that it expects the membership to be established
immediate at the start of the test, thus 2 can be a problem since it won't wait for
all nodes. Try fixing it and close this if it fixes the problem.
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)