[jboss-jira] [JBoss JIRA] (WFLY-8751) Intermittent fail - MDB20TopicTestCase testEjb20TopicMDBs

Miroslav Novak (JIRA) issues at jboss.org
Thu May 11 08:00:00 EDT 2017


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

Miroslav Novak updated WFLY-8751:
---------------------------------
    Component/s: JMS
                     (was: JMX)


> Intermittent fail - MDB20TopicTestCase testEjb20TopicMDBs 
> ----------------------------------------------------------
>
>                 Key: WFLY-8751
>                 URL: https://issues.jboss.org/browse/WFLY-8751
>             Project: WildFly
>          Issue Type: Bug
>          Components: JMS
>    Affects Versions: 11.0.0.Alpha1
>            Reporter: Miroslav Novak
>            Assignee: Miroslav Novak
>
> There are intermittent failures of MDB20TopicTestCase#testEjb20TopicMDBs. It's very very rare and I cannot not reproduce it locally. Only in Jenkins CI environment.
> Test randomly fails on:
> {code}
>     public void testEjb20TopicMDBs() {
>          sendTextMessage("Say hello to the topic", topic);
>          final Message replyA = receiveMessage(replyQueueA, TimeoutUtil.adjust(5000));
>          Assert.assertNotNull("Reply message was null on reply queue: " + replyQueueA, replyA); <--- here is the failure
>          final Message replyB = receiveMessage(replyQueueB, TimeoutUtil.adjust(5000));
>          Assert.assertNotNull("Reply message was null on reply queue: " + replyQueueB, replyB);
>      }
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list