展示URL工作流hard block锁

结论:release URL workflow 已展示 hard-block runtime lock 与 promoted blocked family count;baseline 保持 28/28/131/0,Python remap、tool DB、external user-M 仍 locked。
This commit is contained in:
2026-06-18 17:51:53 +08:00
parent eb2fc22129
commit f2cc1e4c57
7 changed files with 70 additions and 7 deletions

View File

@@ -981,9 +981,14 @@ TOOL_TABLE = browser-shell-tool.tbl
);
assertEqual(
workflowOverviewReleaseArtifactUrlWorkflowRenderResult.rowCount,
8,
10,
"shell workflow overview release artifact URL workflow render rows",
);
assertEqual(
workflowOverviewReleaseArtifactUrlWorkflowRenderResult.rowIds.includes("hard-block-runtime-lock"),
true,
"shell workflow overview release artifact URL workflow hard-block lock row",
);
assertEqual(
workflowOverviewReleaseArtifactUrlWorkflowRenderResult.rowIds.includes("mount-result"),
true,

View File

@@ -597,7 +597,7 @@
);
assertEqual(
releaseArtifactUrlWorkflowRenderResult.rowCount,
21,
23,
"workflow overview release artifact URL workflow render rows",
);
assertEqual(
@@ -650,6 +650,16 @@
"executed=28 passed=28 skipped=131 unexpected_fail=0",
"workflow overview release artifact URL workflow candidate baseline",
);
assertEqual(
releaseArtifactUrlWorkflowSummary.rows.find(({ id }) => id === "hard-block-runtime-lock")?.value,
"locked (3 families)",
"workflow overview release artifact URL workflow hard-block lock",
);
assertEqual(
releaseArtifactUrlWorkflowSummary.rows.find(({ id }) => id === "promoted-blocked-family-count")?.value,
"0 promoted",
"workflow overview release artifact URL workflow promoted blocked count",
);
assertEqual(
releaseArtifactUrlWorkflowRenderResult.rowIds.includes("saved-session-diagnostics"),
true,