docs(chat): final test numbers after the second rebase
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JUei7K13cYxLHE3Axe4A45
This commit is contained in:
@@ -104,12 +104,14 @@ Performance 面板录制(3k 字回答无 >50ms 长任务)**未做**:无登
|
||||
|
||||
`./node_modules/.bin/tsx --test tests/*.test.ts`(基线在干净的 `origin/staging` @ `058e5db9` 独立 worktree 里 `npm ci` 后跑):
|
||||
|
||||
| | 旧基线 `fbb80fa3` | 新基线 `058e5db9` | 现在(rebase + 任务 3) |
|
||||
| --- | ---: | ---: | ---: |
|
||||
| tests | 2460 | 2461 | 2482 |
|
||||
| pass | 2426 | 2427 | 2448 |
|
||||
| fail | 24 | 24 | 24 |
|
||||
| skipped | 10 | 10 | 10 |
|
||||
| | 旧基线 `fbb80fa3` | 基线 `058e5db9` | 任务 3 后(`058e5db9` 上) | 最终(rebase 到 `1a3e14e7` 后,HEAD 树) |
|
||||
| --- | ---: | ---: | ---: | ---: |
|
||||
| tests | 2460 | 2461 | 2482 | 2484 |
|
||||
| pass | 2426 | 2427 | 2448 | 2450 |
|
||||
| fail | 24 | 24 | 24 | 24 |
|
||||
| skipped | 10 | 10 | 10 | 10 |
|
||||
|
||||
`1a3e14e7` 本身只改了校正类测试文件(+2 用例),没有另跑一份干净基线;最终列的 24 条失败清单与 `058e5db9` 基线逐条比对差集为空,仍是同一组环境缺口。
|
||||
|
||||
24 条失败与新基线逐条比对**完全同一集合**(`comm` 差集为空):全部是本机无 Docker / PostgreSQL / 部署夹具的数据库、Better Auth、staging workflow YAML、live sync 类(admin code functions、Owner recovery、local PostgreSQL、redeem security、personal report job/sections RLS、migration runner、v9 migration 等)。10 条 skipped 同基线。无产品逻辑新增失败。任务 3 第一次全量跑曾多出 1 条 `starter-questions` 的源码锁失败,按红线 3 改锁 hook 后(见上表)复跑归零。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user