mengw15 opened a new issue, #6550: URL: https://github.com/apache/texera/issues/6550
### Task Summary `frontend/src/app/dashboard/component/admin/execution/admin-execution.component.ts` (codecov ~43%) has a spec but many methods are untested. **Extend it**. See `frontend/TESTING.md`. ### Behavior to add - pure helpers (easy wins): `convertSecondsToTime` / `convertTimeToTimestamp` / `padZero` / `calculateTime` / `maxStringLength` / `getStatusColor` / `specifyCompletedStatus` — deterministic; assert output for sample inputs - data: `fetchData` / `dataCheck` / `updateTimeDifferences` / `updateTimeStatus` - table: `onFilterChange` / `onSortChange` - actions: `killExecution` / `pauseExecution` / `resumeExecution` / `clickToViewHistory` ### 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]
