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

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


     [ https://issues.jboss.org/browse/ISPN-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pedro Ruivo updated ISPN-3117:
------------------------------

              Status: Pull Request Sent  (was: Coding In Progress)
    Git Pull Request: https://github.com/infinispan/infinispan/pull/1824

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


More information about the infinispan-issues mailing list