[infinispan-issues] [JBoss JIRA] (ISPN-9002) LocalModeNoPassivationTest.testValuesWithEvictedEntries random failures

William Burns (JIRA) issues at jboss.org
Wed May 2 17:30:00 EDT 2018


    [ https://issues.jboss.org/browse/ISPN-9002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13570040#comment-13570040 ] 

William Burns commented on ISPN-9002:
-------------------------------------

It seems to be an issue with _PersistenceManagerCloseableSupplier_ or the actual iteration

{code}
17:18:26,914 WARN  (testng-LocalModeNoPassivationTest:[]) [DefaultCacheManager] ISPN000435: Cache manager initialized with a default cache configuration but without a name for it. Set it in the GlobalConfiguration.
17:18:26,927 TRACE (testng-LocalModeNoPassivationTest:[]) [PersistenceManagerCloseableSupplier] Returning entry: ImmortalCacheEntry{key=0, value=0}
17:18:26,927 TRACE (testng-LocalModeNoPassivationTest:[]) [PersistenceManagerCloseableSupplier] Returning entry: ImmortalCacheEntry{key=0, value=0}
17:18:26,927 TRACE (testng-LocalModeNoPassivationTest:[]) [PersistenceManagerCloseableSupplier] Returning entry: ImmortalCacheEntry{key=1, value=1}
17:18:26,927 TRACE (testng-LocalModeNoPassivationTest:[]) [PersistenceManagerCloseableSupplier] Returning entry: ImmortalCacheEntry{key=0, value=0}
17:18:26,927 TRACE (testng-LocalModeNoPassivationTest:[]) [PersistenceManagerCloseableSupplier] Returning entry: ImmortalCacheEntry{key=1, value=1}
17:18:26,927 TRACE (testng-LocalModeNoPassivationTest:[]) [PersistenceManagerCloseableSupplier] Returning entry: ImmortalCacheEntry{key=6, value=6}
17:18:26,927 TRACE (testng-LocalModeNoPassivationTest:[]) [PersistenceManagerCloseableSupplier] Returning entry: null
{code}

Oddly key 0 and 1 were returned multiple times as well, which happens even when it passes. I will have to look closer tomorrow, now that I know a little more where to target.

> LocalModeNoPassivationTest.testValuesWithEvictedEntries random failures
> -----------------------------------------------------------------------
>
>                 Key: ISPN-9002
>                 URL: https://issues.jboss.org/browse/ISPN-9002
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Test Suite - Core
>    Affects Versions: 9.2.0.Final
>            Reporter: Dan Berindei
>            Assignee: William Burns
>              Labels: testsuite_stability
>             Fix For: 9.3.0.Beta1
>
>         Attachments: LocalModeNoPassivationTest_ISPN-8962_preferavailabilitystrategy_20180327.log.gz
>
>
> {noformat}
> 12:59:16,370 ERROR (testng-Test:[]) [TestSuiteProgress] Test failed: org.infinispan.persistence.LocalModeNoPassivationTest.testValuesWithEvictedEntries
> java.lang.AssertionError: Value: 247 was not found!
> 	at org.testng.AssertJUnit.fail(AssertJUnit.java:59) ~[testng-6.9.9.jar:?]
> 	at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24) ~[testng-6.9.9.jar:?]
> 	at org.infinispan.persistence.LocalModePassivationTest.testValuesWithEvictedEntries(LocalModePassivationTest.java:203) ~[test-classes/:?]
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list