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
Copy file name to clipboardExpand all lines: operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/triggerallevent/eventing/TriggerReconcilerOnAllEventIT.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,8 @@ void additionalFinalizer() {
131
131
extension.create(res);
132
132
133
133
// Wait until the operator has added its own finalizer before deleting. Right after create the
134
-
// resource already has exactly [ADDITIONAL_FINALIZER], so without this the assertion below could
134
+
// resource already has exactly [ADDITIONAL_FINALIZER], so without this the assertion below
135
+
// could
135
136
// pass prematurely (before the add/mark-for-deletion/remove cycle), snapshotting a stale event
136
137
// count and making the phase-2 `eventCount + 1` assertion flaky.
0 commit comments