You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Kevin Earls (JIRA)" <ji...@apache.org> on 2015/05/20 15:02:59 UTC

[jira] [Commented] (CAMEL-8167) camel-aws - A test sometimes fails

    [ https://issues.apache.org/jira/browse/CAMEL-8167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14552279#comment-14552279 ] 

Kevin Earls commented on CAMEL-8167:
------------------------------------

Looks like this is resolved by CAMEL-8255

> camel-aws - A test sometimes fails
> ----------------------------------
>
>                 Key: CAMEL-8167
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8167
>             Project: Camel
>          Issue Type: Test
>          Components: camel-aws
>            Reporter: Claus Ibsen
>
> Sometimes this test fails
> {code}
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.126 sec <<< FAILURE! - in org.apache.camel.component.aws.swf.CamelSWFWorkflowConsumerTest
> receivesDecisionTask(org.apache.camel.component.aws.swf.CamelSWFWorkflowConsumerTest)  Time elapsed: 1.125 sec  <<< FAILURE!
> java.lang.AssertionError: mock://result Received message count. Expected: <1> but was: <10>
> 	at org.apache.camel.component.mock.MockEndpoint.fail(MockEndpoint.java:1370)
> 	at org.apache.camel.component.mock.MockEndpoint.assertEquals(MockEndpoint.java:1352)
> 	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:204)
> 	at org.apache.camel.test.junit4.CamelTestSupport.assertMockEndpointsSatisfied(CamelTestSupport.java:675)
> 	at org.apache.camel.component.aws.swf.CamelSWFWorkflowConsumerTest.receivesDecisionTask(CamelSWFWorkflowConsumerTest.java:63)
> {code}
> with error
> {code}
> Failed tests:
>   CamelSWFWorkflowConsumerTest.receivesDecisionTask:63->CamelTestSupport.assertMockEndpointsSatisfied:675 mock://result Received message count. Expected: <1> but was: <10>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)