aglinxinyuan opened a new pull request, #7221: URL: https://github.com/apache/texera/pull/7221
### What changes were proposed in this PR? Adds focused execution-runtime lifecycle coverage for pause, resume, kill, completed callbacks, and configured or missing checkpoint storage. ### Any related issues, documentation, discussions? Closes #7218 ### How was this PR tested? - `WorkflowExecutionService/testOnly org.apache.texera.web.service.ExecutionRuntimeServiceSpec` — 6 passed. - `WorkflowExecutionService/Test/scalafmtCheck` - `WorkflowExecutionService/Test/scalafix --check` Mutation proof (each production mutation was reverted): | Production mutation | Focused test result | | --- | --- | | Changed the pause transition from `PAUSING` to `RUNNING` | 5 passed, 1 failed | | Removed `performReconfigurationOnResume()` from the resume path | 5 passed, 1 failed | ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Codex (GPT-5) -- 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]
