docs(DOD): 记 v2.2.4 发版前这一轮验收,并写明没重跑的格子 - #131
Merged
Merged
Conversation
佐证:全量 pytest(非 e2e)2131 passed / 38 skipped / 0 failed;真机 12GB 卡上四次连续 直切(不手动 unload、load 前空闲最低 609 MiB)全 200 无 503;合成一段回读 206,580 B RIFF; unload 后显存 9489→3344 MiB、停服后无监听无进程;产物侧 twine 双 PASSED、wheel 1065 条、 解包按包导入跑 enforce = 16/16/0 + signed=true。 同时把**没重跑的格子**写明白,避免"最近一次执行"被读成"全都验过":本轮 Playwright e2e、 字体菜单核对、断网首屏、换页竞态都没跑(e2e 的浏览器证据在改动合入那次 push 上是 success), Setup.exe 真装与 26 GB 分卷仍未验收。 Signed-off-by: ReSerendipity <zengyangc@outlook.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
纯文档。把 2026-09-22 这轮 v2.2.4 的验收写进
docs/DOD.md的"最近一次执行",并把没重跑的项一起写清:HTTP 200 / status=ok、零 503;合成一段回读 206,580 B / RIFF;/api/model/unload后nvidia-smi used 9489 → 3344 MiB,停服后 7869 无监听、无残留进程;产物侧twine check双 PASSED、wheel 1065 条、解包按包导入跑 enforce = 16/16/0 + signed=true。tests/e2e/Playwright、字体菜单核对、断网首屏、换页竞态;Setup.exe真机安装与 26 GB 分卷仍未验收。e2e 的浏览器证据是改动合入那次 push(777bfe1)上Playwright E2E Tests: success,不是这一轮。顺带记一条口径教训(已进本地 GOTCHAS #150):把 wheel 解到临时目录后按文件加载
integrity_selfcheck.py,会因为from .secret_key import …没有包上下文而被except Exception吞掉,于是产物被误判"清单缺少有效签名"—— 必须按包导入再跑。这条假红差点让我以为发布产物坏了,实际是我的加载方式错。