]
RH Bugzilla Integration updated ISPN-4891:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
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.