[infinispan-issues] [JBoss JIRA] (ISPN-8067) ClientClusterExpirationEventsTest.testSimpleExpired random failures
William Burns (JIRA)
issues at jboss.org
Fri Jul 14 11:14:00 EDT 2017
[ https://issues.jboss.org/browse/ISPN-8067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
William Burns updated ISPN-8067:
--------------------------------
Fix Version/s: 9.2.0.Final
9.1.1.Final
> ClientClusterExpirationEventsTest.testSimpleExpired random failures
> -------------------------------------------------------------------
>
> Key: ISPN-8067
> URL: https://issues.jboss.org/browse/ISPN-8067
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 9.2.0.Final, 9.1.1.Final
>
> Attachments: testSimpleExpire.zip
>
>
> http://ci.infinispan.org/job/Infinispan/job/PR-5284/9/testReport/junit/org.infinispan.client.hotrod.event/ClientClusterExpirationEventsTest/testSimpleExpired/ shows the failure.
> What happens is a RemoveExpired command from the testFilteringInCluster test can be seen in a later test. This is because testFilteringInCluster does not wait for the expiration event to be sent, because it is filtered out, so there is no way to tell when it is actually invoked.
> The easiest way to fix may be to just add another listener that waits for the entry to expire, thus making sure the event doesn't occur on another test.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list