Files
a-share-analysis/docs/features/GOV-004-mandatory-gitea-push/qa/test-results.md
T

27 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 测试结果
## 本地验证
- `npm run test:governance`5 个测试通过,0 个失败。
- `git diff --check`:通过。
- 现行推送规则冲突扫描:无匹配。
- `origin` push URL:精确匹配项目 Gitea。
- 项目配置:Keychain、路径隔离、账号和默认推送目标均符合设计。
- 全局边界:全局 `credential.helper``remote.pushDefault` 保持未设置。
- 敏感信息扫描:未发现凭据 URL、密码赋值或令牌赋值。
- GitNexus426 个节点、452 条关系、5 个集群、0 条流程;变更风险为低。
- GitNexus 最终暂存区:21 个文件、44 个符号、0 条流程,风险为低。
- `npm run governance:finish -- GOV-004 mandatory-gitea-push`:退出码 0,完整档案和双 Review 门禁通过。
## 诊断记录
初次冲突扫描命中新规范中的否定说明“不再逐次请求推送授权”。该文本并未要求逐次授权,但会让机器扫描误报,因此改写为“用户已授予本项目持续推送权限”;同一扫描复测无匹配。
## 远程同步
- 设计提交 `757d8ab` 已推送,首次建立 `origin/main`
- 计划提交 `2d2502c` 已推送,并验证远程 `main` 与本地 SHA 一致。
- 实现提交 `2a16e9f` 已推送,远程 `main` SHA 与本地一致。
- 既有 `v0.0.0``v0.0.1``v0.0.2` 已分别精确推送;远程 peeled tag 提交与本地标签提交一致。
- `v0.0.3` 在封存提交后创建、精确推送并执行最终引用核对。