unbridled-41 commented on PR #4738: URL: https://github.com/apache/rocketmq-dashboard/pull/4738#issuecomment-5758626311
### Evidence (recorded at the PR head) 1. **Head / diff self-check** — `fix/tool-playground-stale-result` @ `4889a28d`, one commit; `git show --numstat` = `AiPage.test.tsx 54/0`, `ToolPlaygroundModal.tsx 15/2`. No unrelated file touched. 2. **Red on base** — with only the test added on `7ce9a682`: `npx vitest run src/pages/ai/__tests__/AiPage.test.tsx -t dropsAnInFlightToolResult` → `× dropsAnInFlightToolResultWhenAnotherToolIsSelectedTest`, `expect(element).not.toBeInTheDocument()`, `expected document not to contain element, found <pre`. 3. **Green on branch** — `npx vitest run src/pages/ai/__tests__/AiPage.test.tsx` → `16 passed (16)`; `npx vitest run src/pages/ai src/api/ai` → `18 files, 253 passed (253)`. 4. **Full suite on branch** — `npx vitest run --maxWorkers=4` → `Test Files 134 passed (134)`, `Tests 1236 passed (1236)`. 5. **Build / types / lint on branch** — `npx tsc -b` clean, `npx eslint <the 2 changed files>` clean, `npm run build` → `✓ built in 9.28s`. 6. **CI** — no workflow run was created for this head SHA; the repository's CI workflow fails to start for every PR at the moment (newest runs repo-wide are `CI pull_request startup_failure`, e.g. 35576031888 @ 2026-09-21T08:04:50Z). The local results above are the evidence. Duplicate check before submission: no open PR or issue covers the playground's execute path (the two open AI-lifecycle reports, #4614 and #4632, are about stop-after-reconnect and runtime repopulation, not this dialog). -- 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]
