unbridled-41 commented on PR #3994:
URL:
https://github.com/apache/rocketmq-dashboard/pull/3994#issuecomment-5557910365
## Verification evidence
- **CI**: head `2215c53ecb611dd3bf78718f9f1d22106b5d2e4b` has 0 check runs
and no workflow runs (verified via `commits/{sha}/check-runs` and
`actions/runs?head_sha`); upstream CI currently fails to start for all
branches, so results come from local execution.
- **Red (before the fix)**: implementation stashed, test kept — `npx vitest
run src/pages/instance/__tests__/ConsumerPage.test.tsx -t "skipping
accumulation"` → `TestingLibraryElementError: Unable to find an accessible
element with the role "button" and name /跳过积压/` (1 failed, 29 skipped).
- **Module tests**: `npx vitest run
src/pages/instance/__tests__/ConsumerPage.test.tsx` → **30 passed (30)**
including the new test (also verified stable across repeated runs).
- **Full suite + baseline**: `npx vitest run` → **923 tests, 1 failed** —
the pre-existing load-fragile `shows group health diagnostics from
subscriptions, progress and clients` case in the same file, which passes in
isolation; this matches the pristine baseline (36126024) behavior documented
for the full web suite in this sandbox. 923 = 922 baseline + 1 new test; zero
new failures.
- **Build**: `npm run build` succeeds (vite ✓); `npx tsc -b` clean; `eslint`
clean on both changed files.
- **Diff self-check**: 2 files, +39/−0 — one quick-select button in
`consumer.tsx` and one test in `ConsumerPage.test.tsx`. No backend, API,
dependency, or unrelated changes.
--
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]