Pedro Ruivo created ISPN-4891:
---------------------------------
Summary: ExpiryTest failures caused by ISPN-4836
Key: ISPN-4891
URL:
https://issues.jboss.org/browse/ISPN-4891
Project: Infinispan
Issue Type: Bug
Reporter: Pedro Ruivo
Assignee: William Burns
Fix For: 7.0.0.Final
The following tests are failing:
{code}
ExpiryTest.testEntrySetAfterExpiryInPut:233->doTestEntrySetAfterExpiryInPut:283
expected:<[1=v1-testEntrySetAfterExpiryInPut, 2=v2-testEntrySetAfterExpiryInPut]>
but was:<[]>
ExpiryTest.testKeySetAfterExpiryInTransaction:370->doKeySetAfterExpiryInTransaction:402
expected:<[1, 2, 3]> but was:<[3]>
{code}
A possible solution (by Dan) would be to copy to make sure the entries don't disappear
from the set.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)