[
https://issues.jboss.org/browse/ISPN-9002?page=com.atlassian.jira.plugin....
]
Dan Berindei commented on ISPN-9002:
------------------------------------
[~william.burns] maybe not related to the failure, but the test doesn't set any
eviction strategy, and according to the log it should be using {{NONE}}:
{noformat}
18:28:12,290 DEBUG (testng-Test:[]) [MemoryConfigurationBuilder] Max entries configured
(150) without eviction strategy. Eviction strategy overridden to NONE
{noformat}
The javadoc of {{NONE}} says "nothing is done by the cache", but the data
container iteration always returns only 150 entries out of 300, so maybe the javadoc is
wrong?
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)