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

   ## Verification evidence
   
   - **CI**: this branch head `2b7a696f` triggers the upstream `CI` workflow, 
which reports `startup_failure` (workflow never starts — repository-level 
failure, not a job failure): 0 check runs. Recent runs on the base branch fail 
the same way, so no CI signal is available for any PR in this repository; local 
verification below substitutes for it.
   - **Red-light output (before implementation)**: `npx vitest run 
src/stores/aiChatHistoryStore.test.ts src/pages/ai/__tests__/AiPage.test.tsx` → 
`Tests 5 failed | 28 passed (33)`: three store tests failed with `TypeError: 
store.getState(...).deleteConversation is not a function`, and the two drawer 
tests failed with `Unable to find an accessible element with the role "button" 
and name /删除对话/` (no delete control existed).
   - **Module tests (after implementation)**: same two files → `Tests 33 passed 
(33)` (14 store + 19 page), including all pre-existing coverage.
   - **Full suite + baseline comparison**: web `npx vitest run 
--testTimeout=60000` → 927 tests (922 pristine + 5 new), 1 failure — 
`ConsumerPage.test.tsx`, the known load-flaky file untouched by this PR 
(verified 29/29 passing in isolation on the sibling PR's identical suite run 
this round). Zero new failures. Backend is not touched; the backend suite is 
unaffected.
   - **Build**: `npm run build` → `✓ built in 9.13s`; `tsc -b` clean; `eslint` 
on the five touched files clean.
   - **Diff self-check**: 5 files, +209/−32 (the −32 are the drawer row 
restructure from a single button into a row container with the same select 
button plus the delete control) — one store action, one confirmed per-row 
control, two i18n keys, tests only otherwise. No unrelated edits.


-- 
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