aglinxinyuan opened a new pull request, #6988: URL: https://github.com/apache/texera/pull/6988
### What changes were proposed in this PR? Extends two pyamber suites and adds one new test file (59 tests total). No source changes. - **`core/models/single_blocking_io.py`** (~70% covered): extends the existing suite over the uncovered branches. - **`core/proxy/proxy_server.py`** (~85% covered): extends the existing suite. - **`core/architecture/handlers/control/start_worker_handler.py`** (~41% covered, **no dedicated test**): new test file following the sibling `test_end_worker_handler.py` pattern for constructing and asserting against the handler's context/state manager. Tests are hermetic and deterministic — no real sleeps, and no sockets or threads left running. ### Any related issues, documentation, discussions? Closes #6986. ### How was this PR tested? `python -m pytest` over the three files -> 59 passed. `ruff format --check` + `ruff check` clean. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.8 [1M context]) -- 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]
