# test798 —— server 聚合单测门
source_commit=2617987e75a6d5f3c0af3abc41709fad20176960
base(current main)=034f00647d42d38d5086d7fc057eb7824a441791
本文件是该源码提交的 report-only 子提交;锚定源码提交,与 PR 的 virtual-merge SHA 不同。

## 三个 mutation 维度(全部双向验过)
① 削弱被测代码:auth.ts 密码下限 < 8 → < 1 ⇒ MUTATION_RED,且断言锚在 (fail) 行
② 断言宽容度:把命名断言指向一条该 mutation 下不会红的用例
   松版 grep -Fq '<名字>' → rc=0 RESULT: PASS(收下不合规);严版 ^\(fail\).* → rc=1
③ 分母缩水:删 59/69 个测试文件(保留 mutation 靶点所在文件)
   加下限前 → test_files=10 executed=10 failed=0 MUTATION_RED RESULT: PASS(rc=0)
   加下限后 → rc=1 FAIL: only 10 server test file(s) under src/, floor is 60

## 本次输出(在真源码提交上重跑)
```
# test798 — complete server unit domain
source_commit=2617987e75a6d5f3c0af3abc41709fad20176960
bun=1.3.14 node=v22.23.2 uid=1000
commhub_db=/tmp/test798-server-unit.db
test_files=69
[L0] every server/src unit file, one DB each, as non-root (cwd=repo root)
executed_files=69 discovered_files=69 failed_files=0
[L1] witnessed-red: weaken the registration password floor
MUTATION_RED registration-password-floor-weakened rc=1
RESULT: PASS
```
