aglinxinyuan opened a new issue, #6309: URL: https://github.com/apache/texera/issues/6309
### Task Summary `DPThread` (amber, `.../architecture/worker/DPThread.scala`) is ~68% line-covered on Codecov, with untested paths: - `handleActorCommand` — toggling backpressure and ignoring other `ActorCommand`s - idempotent `start()` (second call is a no-op) - the `run()` crash path that forwards an uncaught processing error to the main thread as a `MainThreadDelegateMessage` These are exercisable via the existing `DPThreadSpec` harness (real `DataProcessor` + mocked collaborators; no Python/Arrow/DB). Part of the amber unit-test coverage push toward 80% ([Codecov](https://app.codecov.io/gh/apache/texera)). ### 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]
