Yicong-Huang opened a new issue, #4703: URL: https://github.com/apache/texera/issues/4703
### Task Summary `amber/src/main/python/core/runnables/heartbeat.py` currently has ~33% unit-test coverage. Add unit tests for `Heartbeat` covering URL parsing in `__init__`, the `_check_heartbeat` socket success and failure paths, and the early-exit branch of `run` when the stop event is already set. (The `stop` method calls `os.kill(getpid(), SIGTERM)` and is intentionally out of scope for unit tests.) ### Task Type - [x] Testing / QA -- 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]
