Commit 6e0c0e789f6066f1be8ce6b55287af14aa45b66f

Authored by zichun
1 parent 09cf72a4

chore(module_usr): add local test-gate evidence

docs/superpowers/module-reports/module_usr-test-gate.md 0 → 100644
  1 +## Local test gate — module_usr
  2 +
  3 +执行时间: 2026-05-07T09:33:12+08:00
  4 +
  5 +### scripts/test.sh (subagent)
  6 +- 子会话: a04f12f4a6f932a7d
  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 +- 通过: 172 / 失败: 0
  10 +- 关键 stdout (≤30 行):
  11 +
  12 +```
  13 +[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in com.xly.erp.common.exception.GlobalExceptionHandlerTest
  14 +[INFO]
  15 +[INFO] Results:
  16 +[INFO]
  17 +[INFO] Tests run: 172, Failures: 0, Errors: 0, Skipped: 0
  18 +[INFO]
  19 +[INFO] ------------------------------------------------------------------------
  20 +[INFO] BUILD SUCCESS
  21 +[INFO] ------------------------------------------------------------------------
  22 +[INFO] Total time: 25.464 s
  23 +[INFO] Finished at: 2026-05-07T09:33:12+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
... ...