File tree Expand file tree Collapse file tree
operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/latestdistinct Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ void testLatestDistinctListWithTwoInformerEventSources() {
8484 assertThat (reconciler .getNumberOfExecutions ()).isGreaterThanOrEqualTo (2 );
8585 });
8686
87- // Stabilization check: with correct own-update filtering the reconciler's own ConfigMap update
88- // must not trigger a fresh reconciliation, so the execution count has to settle. A runaway
89- // reconcile loop (filtering broken) would keep incrementing it. We allow one in-flight
87+ // Stabilization check: own-update filtering must prevent the reconciler's ConfigMap update from
88+ // causing an unbounded reconciliation loop , so the execution count has to settle.
89+ // A runaway loop (filtering broken) would keep incrementing it. We allow one in-flight
9090 // reconciliation past the baseline but require the count to stop growing over the window.
9191 int executionsBaseline = reconciler .getNumberOfExecutions ();
9292 await ()
You can’t perform that action at this time.
0 commit comments