You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Robert Half (JIRA)" <ji...@apache.org> on 2017/11/12 01:20:00 UTC

[jira] [Created] (CAMEL-12003) FailFast mode for unit tests

Robert Half created CAMEL-12003:
-----------------------------------

             Summary:  FailFast mode for unit tests
                 Key: CAMEL-12003
                 URL: https://issues.apache.org/jira/browse/CAMEL-12003
             Project: Camel
          Issue Type: Wish
          Components: tests
            Reporter: Robert Half


Is it possible to create a "fail fast" unit test for apache camel?

I'm using MockEndpoint in camel unit tests, provide some expectations like message count. And do a call to assertIsSatisfied.

This waits until success or timeout, so if an exchange fails, my test waits for timeout extending the duration. For most tests it's true that a failed exchange means the test will fail. It would be nice that it fails fast - after throwing the exception and not waiting for timeout. For reference please check: https://stackoverflow.com/questions/47202346/fail-fast-apache-camel-unit-test/47225454#47225454



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)