Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev mode doesn't show if the build failed #906

Closed
tim-hellhake opened this issue Aug 13, 2019 · 1 comment · Fixed by #927
Closed

Dev mode doesn't show if the build failed #906

tim-hellhake opened this issue Aug 13, 2019 · 1 comment · Fixed by #927
Assignees
Labels
kind/bug Something isn't working

Comments

@tim-hellhake
Copy link

Although the build failed the dev mode is still in interactive mode with the last phase Building Kit.
I would expect the dev mode to be terminated or at least an error message.

> kamel run examples/Sample.java --dev

integration "sample" created
integration "sample" in phase Waiting For Platform
integration "sample" in phase Initialization
integration "sample" in phase Building Kit

image

@jamesnetherton
Copy link
Contributor

Seems the watch that gets set up on the integration exceeds its timeout, as the build error recovery loop can take a while to exhaust all of its retry attempts.

When I force the watch timeout to 5 minutes, I can then see the error status:

integration "sample" in phase Error
integration deployment failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants