mengw15 opened a new issue, #6531: URL: https://github.com/apache/texera/issues/6531
### Task Summary `frontend/src/app/workspace/component/result-panel/console-frame/console-frame.component.ts` (codecov ~38%) has a spec but many methods are untested. **Extend it** (Vitest + TestBed + `detectChanges()`). See `frontend/TESTING.md`. ### Behavior to add - pure helpers: `getWorkerColor` / `getWorkerIndex` / `workerIdToAbbr` / `getMessageLabel` — deterministic mappings (assert output for sample inputs) - `displayConsoleMessages` / `renderConsole` — render the message list; `clearConsole` — clears - debug controls: `onClickContinue` / `onClickStep` / `onClickSkipTuples` / `onClickRetryTuples` / `submitDebugCommand` — dispatch the right command - `registerAutoConsoleRerender` — wires the auto-rerender subscription ### Task Type - [ ] Refactor / Cleanup - [ ] DevOps / Deployment / CI - [x] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- 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]
