[
https://issues.apache.org/jira/browse/CAMEL-8391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14343141#comment-14343141
]
Claus Ibsen commented on CAMEL-8391:
------------------------------------
I get the test error using java8 with camel-mina (but mina 1.x is EOL and we
should not add new functionality into it, so maybe we can remove it instead).
{code}
Running org.apache.camel.component.mina.MinaClientModeTcpTextlineDelimiterTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.902 sec <<<
FAILURE! - in
org.apache.camel.component.mina.MinaClientModeTcpTextlineDelimiterTest
testMinaRoute(org.apache.camel.component.mina.MinaClientModeTcpTextlineDelimiterTest)
Time elapsed: 0.68 sec <<< FAILURE!
java.lang.AssertionError: mock://result Received message count. Expected: <1>
but was: <2>
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.mina.MinaClientModeTcpTextlineDelimiterTest.testMinaRoute(MinaClientModeTcpTextlineDelimiterTest.java:44)
{code}
> camel-mina / camel-mina2 - The new client mode fails test and seems to accept
> ghose
> -----------------------------------------------------------------------------------
>
> Key: CAMEL-8391
> URL: https://issues.apache.org/jira/browse/CAMEL-8391
> Project: Camel
> Issue Type: Test
> Components: camel-mina, camel-mina2
> Affects Versions: 2.15.0
> Reporter: Claus Ibsen
> Fix For: 2.15.1
>
>
> The client mode test fails sometimes, getting 2 messages. The 2nd message has
> empty body.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)