Hi

https://issues.apache.org/jira/browse/CAMEL-12003

When you use assertIsSatisifed with mock endpoints during testing then
they will now fail fast if a message arrived that would cause an
expectation to fail, and there are still more messages expected.

Before the mock endpoint would only validate expectations when the
number of expected message had arrived.

This is default enabled and you can turn it off by setting
failFast=false on the mock endpoint in your routes - to use 2.x
behaviour. But I dont expect people to want to use this (but just in
case).


-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to