-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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(controller): handle nil
processedTmpl
in DAGs
#13548
Conversation
eb9db41
to
daae9f2
Compare
Signed-off-by: joey <zchengjoey@gmail.com>
daae9f2
to
d7da631
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As you have a reproducible test case, could you add it as a regression test please?
nil
processedTmpl
nil
processedTmplnil
processedTmpl
in DAGs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a great fix for edge cases even though it cannot be reproduced easily. WDYT? @Joibel
@chengjoey Thanks for this |
Signed-off-by: joey <zchengjoey@gmail.com>
Signed-off-by: joey <zchengjoey@gmail.com>
Fixes #13547
Motivation
It seems more reasonable to judge
processedTmpl != nil