[infinispan-issues] [JBoss JIRA] (ISPN-3117) (Non)TxAsyncBackupTest.testReplace fails randomly

Pedro Ruivo (JIRA) jira-events at lists.jboss.org
Fri May 17 09:52:06 EDT 2013


Pedro Ruivo created ISPN-3117:
---------------------------------

             Summary: (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
             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: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list