unbridled-41 commented on PR #4267: URL: https://github.com/apache/rocketmq-dashboard/pull/4267#issuecomment-5651978856
## Verification evidence - **CI**: 本分支 head `e19cdc5664036f0c500baa498531ee4bd08c87ca` 恰有一条 CI (pull_request) run(id 34745623957),conclusion=`startup_failure`(工作流未启动即失败);check-runs=0、combined status 无 statuses。该 startup_failure 对本仓库所有分支一致(base 分支近期 run 同状),与本次改动无关。 - **红灯实际输出**: `npx vitest run src/pages/instance/__tests__/MessagePage.test.tsx` → `Test Files 1 failed (1)`、`Tests 2 failed | 10 passed (12)`;两用例失败点均为 `getAllByText(/^(Broker|Queue ID|Queue Offset)$/) 抛 found multiple/none —— 实为 "Unable to find an element with the text: Broker"`(详情面板无存储位置行)。 - **模块测试**: 修复后同命令 `Tests 12 passed (12)`;提交(lint-staged)后复跑 12 passed。 - **全量套件 + 基线对照**: `npx vitest run` → `983 tests (981 pristine + 2 新增), 2 failed | 981 passed`;失败为 AclPage 1 + ConsumerPage 1(均未触碰文件);pristine 基线 6c24d2ed 实测 981 tests、脆弱失败集逐轮轮换(本轮前记录含 NotificationDeliveries/MetricsExplorer/ConsumerPage 等)。两失败文件隔离复跑 `54 passed (54)`,证明负载脆弱而非确定性失败。 - **构建**: `npx tsc -b` 干净(exit 0);`npx eslint`(message.tsx + 测试)0 问题;`npm run build` ✓ built in 8.77s。 - **Diff 自检**: `git show --numstat`:`web/src/pages/instance/message.tsx +9/−0`、`web/src/pages/instance/__tests__/MessagePage.test.tsx +50/−0`;共 2 文件 +59/−0,无无关改动。工作区仅 AGENTS.md/bug-hunter-progress.md 两个未跟踪文件,未入库。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
