Commit c64a0269c17d0c437b6bcaeb6a429ca68b6e5ea4
1 parent
9e107120
chore(module_mod): add local test-gate evidence
Showing
1 changed file
with
34 additions
and
0 deletions
docs/superpowers/module-reports/module_mod-test-gate.md
0 → 100644
| 1 | +## Local test gate — module_mod | ||
| 2 | + | ||
| 3 | +执行时间: 2026-05-06T20:07:28+08:00 | ||
| 4 | + | ||
| 5 | +### scripts/test.sh (subagent) | ||
| 6 | +- 子会话: aba8704557f137ad2 | ||
| 7 | +- 命令: `./scripts/test.sh`(setup-test-db.sh DROP+CREATE → mvn build/lint/test → frontend skip → e2e 略 → setup-test-db.sh reset) | ||
| 8 | +- 退出码: 0 | ||
| 9 | +- 通过: 76 / 失败: 0 | ||
| 10 | +- 关键 stdout (≤30 行): | ||
| 11 | + | ||
| 12 | +``` | ||
| 13 | +[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in com.xly.erp.common.exception.GlobalExceptionHandlerTest | ||
| 14 | +[INFO] | ||
| 15 | +[INFO] Results: | ||
| 16 | +[INFO] | ||
| 17 | +[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0 | ||
| 18 | +[INFO] | ||
| 19 | +[INFO] ------------------------------------------------------------------------ | ||
| 20 | +[INFO] BUILD SUCCESS | ||
| 21 | +[INFO] ------------------------------------------------------------------------ | ||
| 22 | +[INFO] Total time: 15.358 s | ||
| 23 | +[INFO] Finished at: 2026-05-06T20:07:28+08:00 | ||
| 24 | +[INFO] ------------------------------------------------------------------------ | ||
| 25 | +[test.sh] skip frontend test | ||
| 26 | +[test.sh] 5/6 E2E | ||
| 27 | +[test.sh] e2e 略 | ||
| 28 | +[test.sh] 6/6 reset test db | ||
| 29 | +[setup-test-db] 即将 DROP + CREATE `xlyweberp_vibe_erp_test` on 118.178.19.35:3318 | ||
| 30 | +[setup-test-db] done — schema will be applied by Flyway when Spring Boot starts | ||
| 31 | +[test.sh] GREEN | ||
| 32 | +``` | ||
| 33 | + | ||
| 34 | +结论: green |