unbridled-41 commented on PR #4269:
URL: 
https://github.com/apache/rocketmq-dashboard/pull/4269#issuecomment-5652092806

   ## Verification evidence
   
   - **CI**: 本分支 head `776a49b4ebdf52df56cca59e53269df5af006f81` 恰有一条 CI 
(pull_request) run(id 
34746575065),conclusion=`startup_failure`(工作流未启动即失败);check-runs=0。与本仓库所有分支一致(base
 分支近期 run 同状),与本次改动无关。
   - **红灯实际输出**:
     - 后端:`mvn -o -q test-compile` → `ERROR ... 
RocketMQDLQProviderTest.java:[407,42] cannot find symbol`(DLQMessageVO 尚无 
getReconsumeTimes)。
     - 前端:`npx vitest run src/pages/instance/__tests__/DLQPage.test.tsx` → 
`Tests 1 failed | 19 passed (20)`(Unable to find element with the text: 重投次数)。
   - **模块测试**: 后端 `mvn -o test -Dtest=RocketMQDLQProviderTest` → `Tests run: 
35, Failures: 0, Errors: 0`(34 基线 + 1 新增);前端同命令 → `Tests 20 passed (20)`;提交后复跑 
20/20。
   - **全量套件 + 基线对照**:
     - 后端 `mvn -o clean test` → **2152 tests / failures=2**(= pristine 2151 + 1 
新增;2 失败为基线 AuthCorsIntegrationTest ×2 逐字相同,零新增。注:不带 clean 的首跑计数 2154 系 target 
内陈旧测试类污染,clean 后核实为 2152)。
     - 前端 `npx vitest run` → **982 tests (981 pristine + 1 新增), 2 failed | 980 
passed**;两轮失败均为 MetricsExplorer 1 + ConsumerPage 1(未触碰文件,已知负载脆弱族;pristine 基线 
6c24d2ed 实测 981 tests,脆弱集逐轮轮换)。DLQPage 隔离 20/20。
   - **构建**: `npx tsc -b` exit 0;`npx eslint`(dlq.tsx/message.ts/测试)0 
error(dlq.tsx:82 1 warning 为基线既有 react-refresh 规则,stash 对照核实);`npm run build` ✓ 
built in 9.97s。
   - **Diff 自检**: `git show --numstat`:DLQMessageVO.java 
+1/−0、RocketMQDLQProvider.java +1/−0、RocketMQDLQProviderTest.java 
+22/−0、api/message.ts +1/−0、DLQPage.test.tsx +33/−0、dlq.tsx +9/−0;共 6 文件 
+67/−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]

Reply via email to