fix(FN-080): ignore non-runnable queued overlap blockers

Fusion-Task-Id: FN-080
This commit is contained in:
Phil Larson
2026-05-29 11:38:02 -07:00
parent b265d6b395
commit 9112b7dc08
5 changed files with 352 additions and 40 deletions

View File

@@ -78,7 +78,7 @@ describe("reliability interactions: FN-5325 scheduler overlap priority inversion
(scheduler as any).running = true;
await scheduler.schedule();
expect(store.logEntry).toHaveBeenCalledWith("FN-2", "queued — deferred for higher-priority queued task FN-1 (overlap)");
expect(store.logEntry).toHaveBeenCalledWith("FN-2", "queued — blocked by active file-scope lease FN-1 (column=in-progress)");
});
it("preserves FN-4969 fanout ordering and only defers when overlap exists", async () => {