[
https://issues.apache.org/jira/browse/CAMEL-9136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-9136:
-------------------------------
Issue Type: Test (was: Bug)
> JmsRequestReplyTempQueueMultipleConsumersTest.testTempQueueRefreshed fails
> intermittently
> -----------------------------------------------------------------------------------------
>
> Key: CAMEL-9136
> URL: https://issues.apache.org/jira/browse/CAMEL-9136
> Project: Camel
> Issue Type: Test
> Components: tests
> Environment: Fedora21, JDK8
> Reporter: Kevin Earls
> Priority: Minor
>
> The JmsRequestReplyTempQueueMultipleConsumersTest.testTempQueueRefreshed test
> fails intermittently with errors like the one below. (Although sometimes
> the number of messages received is close to 100, and sometimes it's close to
> 0).
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running
> org.apache.camel.component.jms.JmsRequestReplyTempQueueMultipleConsumersTest
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 35.665 sec
> <<< FAILURE! - in
> org.apache.camel.component.jms.JmsRequestReplyTempQueueMultipleConsumersTest
> testTempQueueRefreshed(org.apache.camel.component.jms.JmsRequestReplyTempQueueMultipleConsumersTest)
> Time elapsed: 32.14 sec <<< FAILURE!
> java.lang.AssertionError: mock://result Received message count. Expected:
> <100> but was: <0>
> at
> org.apache.camel.component.mock.MockEndpoint.fail(MockEndpoint.java:1394)
> at
> org.apache.camel.component.mock.MockEndpoint.assertEquals(MockEndpoint.java:1376)
> at
> org.apache.camel.component.mock.MockEndpoint.doAssertIsSatisfied(MockEndpoint.java:399)
> at
> org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:378)
> at
> org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:366)
> at
> org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:230)
> at
> org.apache.camel.test.junit4.CamelTestSupport.assertMockEndpointsSatisfied(CamelTestSupport.java:682)
> at
> org.apache.camel.component.jms.JmsRequestReplyTempQueueMultipleConsumersTest.doSendMessages(JmsRequestReplyTempQueueMultipleConsumersTest.java:83)
> at
> org.apache.camel.component.jms.JmsRequestReplyTempQueueMultipleConsumersTest.testTempQueueRefreshed(JmsRequestReplyTempQueueMultipleConsumersTest.java:59)
> Results :
> Failed tests:
>
> JmsRequestReplyTempQueueMultipleConsumersTest.testTempQueueRefreshed:59->doSendMessages:83->CamelTestSupport.assertMockEndpointsSatisfied:682
> mock://result Received message count. Expected: <100> but was: <0>
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)