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

fix bug due to state change during trait evaluation #547

Merged
merged 1 commit into from
Mar 13, 2019

Conversation

nicolaferraro
Copy link
Member

After the deployment trait, other traits like the knative-service trait are immediately executed, because they find the right integration state (Deploying). But they are not supposed to run until next full trait iteration.

Without this, the operator crashes because the classpath trait has not run before the knative-service trait.

@lburgazzoli lburgazzoli merged commit 142362e into apache:master Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants