[infinispan-issues] [JBoss JIRA] (ISPN-4057) ClusteredCacheConfigurationTest.testQueueFlushIntervalMemcached random failures
Dan Berindei (JIRA)
issues at jboss.org
Tue Feb 25 12:57:49 EST 2014
Dan Berindei created ISPN-4057:
----------------------------------
Summary: 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
Fix For: 7.0.0.Alpha1
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 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