正则修正: - @([^:@]+):(\d+) — 匹配 @host:port(跳过 user:pass) - :\/\/([^:@]+):(\d+) — 兜底无认证的 host:port Co-Authored-By: Claude <noreply@anthropic.com>
- test/m-ai-03-gate.e2e-spec.ts: 6 fail-closed 核心测试 场景 1: 完整链路 (creation→snapshot→outbox) 场景 2: Admin Retry operationId 幂等 场景 3: 事务回滚验证 场景 4: Outbox 幂等 场景 5: 生产环境保护 场景 6: JWT 401 - REQUIRE_REAL_INFRA=true → beforeAll TCP 端口探测 MySQL/Redis 不可达 → 测试失败(不 soft-pass) - CI: 新增 MySQL/Redis health check(60s/30s timeout) - jest-m-ai-03.json: 匹配 gate 和 synthetic 两种 E2E Co-Authored-By: Claude <noreply@anthropic.com>