]
Pedro Ruivo updated ISPN-3117:
------------------------------
Labels: testsuite_stability (was: )
(Non)TxAsyncBackupTest.testReplace fails randomly
-------------------------------------------------
Key: ISPN-3117
URL:
https://issues.jboss.org/browse/ISPN-3117
Project: Infinispan
Issue Type: Bug
Components: Cross-Site Replication
Affects Versions: 5.3.0.Beta1
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Labels: testsuite_stability
Fix For: 5.3.0.Beta2
Wrong condition in eventually()
{code:java}
cache("LON", 1).replace("k", "v2");
//...
eventually(new Condition() {
@Override
public boolean isSatisfied() throws Exception {
return "v".equals(backup("LON").get("k"));
}
});
{code}
should be "v2" instead of "v".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: