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
PR #21 added the max_restarts cap. When the count is reached, noteCrashAndBackoff sets BackoffUntil = saturationFreezeUntil (far future) and the reconciler's gate refuses spawns forever. PR #33 fixed #29 so delete+re-apply clears that saturation state.
What to test
PR #21 added the
max_restartscap. When the count is reached,noteCrashAndBackoffsetsBackoffUntil = saturationFreezeUntil(far future) and the reconciler's gate refuses spawns forever. PR #33 fixed #29 so delete+re-apply clears that saturation state.Test plan
marvel eventsuntil restart chore(deps): bump go.opentelemetry.io/otel/metric from 1.42.0 to 1.43.0 #3 (wall time: 30s + 60s + 120s ≈ 3.5 min).marvel describe team saturation-test/doomed— verifyRoleHealth.BackoffUntilis far-future.marvel delete workspace saturation-test.session.createdevent within one reconcile tick, not a 10+ minute delay.Pass
describe teamsurfaces a far-futureBackoffUntil.SessionCrashedmarker from the prior generation visible inget sessions.Fail
BackoffUntilnot visible indescribe team.Related: PR #21, PR #33.