]
Tristan Tarrant updated ISPN-4042:
----------------------------------
Git Pull Request:
MarshalledValuesEvictionTest always fails
-----------------------------------------
Key: ISPN-4042
URL:
https://issues.jboss.org/browse/ISPN-4042
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 6.0.1.Final
Reporter: Dan Berindei
Assignee: Tristan Tarrant
Labels: testsuite_stability
The test might be invalid, it fails every time, even after fixing some obvious issues
(such as enabling storeAsBinary).
{noformat}
java.lang.AssertionError
at
org.infinispan.eviction.MarshalledValuesEvictionTest.testEvictCustomKeyValue(MarshalledValuesEvictionTest.java:64)
java.lang.AssertionError
at
org.infinispan.eviction.MarshalledValuesEvictionTest.testEvictPrimitiveKeyCustomValue(MarshalledValuesEvictionTest.java:86)
{noformat}