aglinxinyuan opened a new issue, #6301: URL: https://github.com/apache/texera/issues/6301
`org.apache.texera.amber.engine.common.client.ClientActor` (amber engine) is only ~54% line-covered on Codecov; several `receive` arms are only exercised transitively by heavy e2e specs and have no unit test: - `CreditRequest` → `CreditResponse` - `ClosureRequest` — both the success and failure (catch) paths - `WorkflowRecoveryMessage` — ack + forward to the coordinator - `NetworkMessage` — the non-`ReturnInvocation` `DirectControlMessagePayload` and unknown-payload arms These are exercisable in-process via `TestActorRef` with a `TestProbe` standing in for the coordinator (no real engine boot, no Python/Arrow/DB). Part of the amber unit-test coverage push toward 80% ([Codecov](https://app.codecov.io/gh/apache/texera)). -- 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]
