[infinispan-issues] [JBoss JIRA] (ISPN-5127) LocalEntryRetrieverWithStoreAsBinaryTest.testFilterWithStoreAsBinaryPartialKeys random failures

Dan Berindei (JIRA) issues at jboss.org
Wed Jan 7 14:49:30 EST 2015


Dan Berindei created ISPN-5127:
----------------------------------

             Summary: LocalEntryRetrieverWithStoreAsBinaryTest.testFilterWithStoreAsBinaryPartialKeys random failures
                 Key: ISPN-5127
                 URL: https://issues.jboss.org/browse/ISPN-5127
             Project: Infinispan
          Issue Type: Bug
          Components: Core
    Affects Versions: 7.0.3.Final, 7.1.0.Alpha1
            Reporter: Dan Berindei
            Priority: Blocker
             Fix For: 7.1.0.Final


Sometimes the filtered retriever doesn't return any entries:

{noformat}
15:16:26,328 ERROR (testng-LocalEntryRetrieverWithStoreAsBinaryTest:) [UnitTestTestNGListener] Test testFilterWithStoreAsBinaryPartialKeys(org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest) failed.java.util.NoSuchElementException
	at org.infinispan.iteration.impl.LocalEntryRetriever$Itr.next(LocalEntryRetriever.java:486)
	at org.infinispan.iteration.impl.LocalEntryRetriever$Itr.next(LocalEntryRetriever.java:428)
	at org.infinispan.iteration.LocalEntryRetrieverWithStoreAsBinaryTest.testFilterWithStoreAsBinaryPartialKeys(LocalEntryRetrieverWithStoreAsBinaryTest.java:93)
{noformat}

http://ci.infinispan.org/viewLog.html?buildId=14964

The test should also use custom key/value types, as {{String}} keys/values are not marshalled when {{storeAsBinary}} is enabled (see {{MarshalledValue.isTypeExcluded()}}).



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the infinispan-issues mailing list