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
test(execution): stop the lease deadline override leaking between tests
- Add `IVM_LEASE_REDIS_DEADLINE_MS` to the harness env reset. It was absent, so
a test that overrode it left the value in the module-scoped mock env for every
later test in the file, quietly changing their fallback timing.
- Drop the duplicate over-limit test and fold its extra assertion into the
existing one; the two had identical setup and covered the same path.
0 commit comments