fix(FN-4201): add autosize regression coverage and finalize gates

Fusion-Task-Id: FN-4201
Fusion-Task-Lineage: 6bfc2e72-8c11-4e63-b3c7-9245965d2380
This commit is contained in:
Fusion
2026-05-13 03:29:19 -07:00
committed by gsxdsm
parent 600d634a09
commit fcd70d4c07
4 changed files with 234 additions and 2 deletions

View File

@@ -3081,6 +3081,7 @@ export class TaskStore extends EventEmitter<TaskStoreEvents> {
const activeTasks = await Promise.all((rows as unknown as TaskRow[]).map(async (row) => {
const task = this.rowToTask(row);
task.inReviewStall = getInReviewStallReason(task, { now });
task.stalledReview = detectStalledReview(task, { now });
// Slim path: aggregate the timed-execution total server-side, then
// strip the heavy log payload from the wire response. Without this