[infinispan-issues] [JBoss JIRA] (ISPN-4057) ClusteredCacheConfigurationTest.testQueueFlushIntervalMemcached random failures

Galder Zamarreño (JIRA) issues at jboss.org
Wed Oct 1 05:55:02 EDT 2014


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

Galder Zamarreño updated ISPN-4057:
-----------------------------------
        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done


> ClusteredCacheConfigurationTest.testQueueFlushIntervalMemcached random failures
> -------------------------------------------------------------------------------
>
>                 Key: ISPN-4057
>                 URL: https://issues.jboss.org/browse/ISPN-4057
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Test Suite - Server
>    Affects Versions: 6.0.1.Final
>            Reporter: Dan Berindei
>            Assignee: Mircea Markus
>              Labels: testsuite_stability
>             Fix For: 7.0.0.CR1
>
>
> This code will always fail (lines 109-110):
> {noformat}
>             assertNotNull(mc1.get("k2"));
>             assertNull(mc1.get("k2"));
> {noformat}
> However, this code path is not hit often, so the failures are quite rare.
> I think the second line should be {{assertNull(mc2.get("k2"));}}



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)



More information about the infinispan-issues mailing list