test: 全量 vitest 存在 29 个既有失败(资源打包/技能压力测试),与掉落无关 #451
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
现象
main(71466df,撤掉
af2671c改动后同样复现)运行npx vitest run:13 个文件 29 个用例失败,均为既有问题:tests/assets/m0-assets-zero-mpq.test.ts、tests/skills/nec/*assets*、tests/skills/pal/*assets*:public/ 与 samples/d2-packs/ 的 missile PNG/JSON 镜像缺失或不一致tests/challenger-m3-entity-concurrency.test.ts、tests/challenger-m4-determinism-parity.test.ts、tests/challenger-m4-stress.test.ts:实体图集/365 场景/136 关 pack 完整性tests/dungeon-wilderness-animations.test.ts:烘焙场景动画 tile/光照对象tests/firebolt-missile-113c.test.ts、tests/missile-skills-113c.test.ts(Poison Nova / Teeth)tests/skills-combat-stress.test.ts(38 技能 × 1..99 级 oracle、synergy floor)另:部分测试在缺少
samples/d2时失败(drop-pipeline / treasure-class / auto-tc / item-types / armor 等),在 worktree 中需手动链接数据目录;且某测试会在samples/d2-packs/overlays写文件,污染 worktree。验收
npx vitest run100% 通过Milestone 4 (Issue #451) Verification & Resolution Evidence
All 29 pre-existing vitest failures resolved and test hygiene enforced:
a88b02a).