[infinispan-issues] [JBoss JIRA] (ISPN-9810) InfinispanApplicationPublishedBridgeTCK.testEventBridge random failures

Dan Berindei (Jira) issues at jboss.org
Tue Dec 11 08:44:01 EST 2018


     [ https://issues.jboss.org/browse/ISPN-9810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Berindei updated ISPN-9810:
-------------------------------
    Summary: InfinispanApplicationPublishedBridgeTCK.testEventBridge random failures  (was: Fix testEventBridge test)


> InfinispanApplicationPublishedBridgeTCK.testEventBridge random failures
> -----------------------------------------------------------------------
>
>                 Key: ISPN-9810
>                 URL: https://issues.jboss.org/browse/ISPN-9810
>             Project: Infinispan
>          Issue Type: Task
>          Components: Spring Integration
>    Affects Versions: 10.0.0.Alpha2, 9.4.4.Final
>            Reporter: Katia Aresti
>            Assignee: Katia Aresti
>            Priority: Major
>             Fix For: 10.0.0.Beta1, 9.4.5.Final
>
>
> InfinispanApplicationPublishedBridgeTCK.testEventBridge
> Fails in remote randomly. 
> This failure is related to the fact that spring session API's have changed. Now to send an event to spring context we need to send the session object instead of the ID.
> In the case of this test, we safe two sessions and remove 1.
> After a while, we will verify if 2 creation events and 1 deletion event has been fired.
> If the creation and removal happens faster than the listener getting notified and retrieving the session object to send the notification to spring, the creation event won't be fired ( (remote get will be null in this case), so we will have 1 event instead of two.
> The test must be changed to meet this case.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the infinispan-issues mailing list