unbridled-41 commented on PR #4271:
URL:
https://github.com/apache/rocketmq-dashboard/pull/4271#issuecomment-5652146405
## Verification evidence
- **CI**: 本分支 head `90814370ca8692becb3a87cc55370083a8c57dbf` 恰有一条 CI
(pull_request) run(id
34747101382),conclusion=`startup_failure`(工作流未启动即失败);check-runs=0。与本仓库所有分支一致(base
分支近期 run 同状),与本次改动无关。
- **红灯实际输出**:
- 后端:`mvn -o -q test-compile` → `ERROR ...
RocketMQMessageProviderTest.java:[502,26] cannot find symbol`(MessageRecordVO
尚无 getReconsumeTimes)。
- 前端:`npx vitest run src/pages/instance/__tests__/MessagePage.test.tsx` →
`Tests 1 failed | 10 passed (11)`(Unable to find element with the text: 重投次数)。
- **模块测试**: 后端 `mvn -o test -Dtest=RocketMQMessageProviderTest` → `Tests
run: 42, Failures: 0, Errors: 0`(41 基线 + 1 新增);前端同命令 → `Tests 11 passed
(11)`;提交后复跑 11/11。
- **全量套件 + 基线对照**:
- 后端 `mvn -o clean test` → **2152 tests / failures=3**(= pristine 2151 + 1
新增;AuthCorsIntegrationTest ×2 为基线逐字;OpenAiCompatibleLlmGatewayTest ×1
为已知负载脆弱用例,隔离复跑 10/10 全过)——零新增失败。
- 前端 `npx vitest run` → **982 tests (981 pristine + 1 新增), 3 failed | 979
passed**;失败为 MetricsExplorer 1 + ConsumerPage 1 + TopicPage
1(均未触碰文件的已知负载脆弱族,pristine 脆弱集逐轮轮换);三失败文件隔离复跑 79/79 全过。
- **构建**: `npx tsc -b` exit 0;`npx eslint`(message.tsx/message.ts/测试)0
问题;`npm run build` ✓ built in 8.99s。
- **Diff 自检**: `git show --numstat`:MessageRecordVO.java
+1/−0、RocketMQMessageProvider.java +1/−0、RocketMQMessageProviderTest.java
+12/−0、api/message.ts +1/−0、MessagePage.test.tsx +24/−0、message.tsx +3/−0;共 6
文件 +42/−0,无无关改动;工作区仅两个未跟踪工作区文件,未入库。
--
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]