You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/12/19 07:52:58 UTC

[jira] [Updated] (CAMEL-10616) shutdown timeout override not working in unit tests

     [ https://issues.apache.org/jira/browse/CAMEL-10616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-10616:
--------------------------------
    Priority: Minor  (was: Critical)

> shutdown timeout override not working in unit tests
> ---------------------------------------------------
>
>                 Key: CAMEL-10616
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10616
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-spring-boot
>    Affects Versions: 2.18.1
>            Reporter: Minh Tran
>            Priority: Minor
>
> In my main application, I can override the timeout by declaring my own ShutdownStrategy bean and setting the timeout property. However this seems to be ignored during unit tests and always uses 10s timeouts.
> The bean is certainly being picked up because I see the following logging
> {noformat}
> org.apache.camel.spring.boot.CamelAutoConfiguration - Using custom ShutdownStrategy: org.apache.camel.impl.DefaultShutdownStrategy@5b8b9b2d
> {noformat}
> This is preventing me from doing any debugging during unit tests as it will always end the jvm before I can inspect anything.



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