| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…tion false Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
There was a problem hiding this comment.
This PR fixes the handling of deleting non-active dependents when parent reconciliation conditions are false, and improves the event source management for activation conditions. The changes introduce a condition result caching mechanism to optimize condition evaluation and refactor the deletion logic for better clarity.
Changes:
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file| File | Description |
|---|---|
| WorkflowReconcileExecutorTest.java | Added EventSourceRetriever mock and three new test cases for activation condition event source management |
| InformerEventSource.java | Added guard clause in start() method to prevent redundant starts |
| WorkflowReconcileExecutor.java | Refactored deletion logic and removed activation condition parameter from handleReconcileOrActivationConditionNotMet |
| AbstractWorkflowExecutor.java | Added condition result caching in isConditionMet() method |
| BaseWorkflowResult.java | Added getConditionResult() method to support condition caching |
Sorry, something went wrong.
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
### What changes were proposed in this pull request? This PR aims to upgrade `operator-sdk` to 5.3.3. ### Why are the changes needed? To bring the latest bug fixes of Java Operator SDK. - https://github.com/operator-framework/java-operator-sdk/releases/tag/v5.3.3 - operator-framework/java-operator-sdk#3273 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.6 Closes #628 from dongjoon-hyun/SPARK-56433. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
| Back | FazBrowse Home | New Git URL |
Signed-off-by: Attila Mészáros a_meszaros@apple.com