You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review comments on BulkActivationConditionIT
- Make lastError and callCount instance fields on the reconciler; hold
the reconciler instance as a static field in the IT so tests can
access state without static leakage between tests
- Add callCount so the test can wait for any reconciliation activity
(reconcile() or updateErrorStatus()) then assert cleanly, rather than
timing out if the bug is fixed
- Add @disabled linking to issue #3249 so this reproducer-only test
does not break CI
- Add @sample annotation to match the pattern of other workflow ITs
Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Sam Barker <sam@quadrocket.co.uk>
Copy file name to clipboardExpand all lines: operator-framework/src/test/java/io/javaoperatorsdk/operator/workflow/bulkactivationcondition/BulkActivationConditionIT.java
Copy file name to clipboardExpand all lines: operator-framework/src/test/java/io/javaoperatorsdk/operator/workflow/bulkactivationcondition/BulkActivationConditionReconciler.java
0 commit comments