Yicong-Huang opened a new issue, #6193: URL: https://github.com/apache/texera/issues/6193
### Task Summary `pyright-language-service` has no automated tests and no CI coverage. Dependency bumps there (e.g. #6176, express 4 → 5) currently require manual verification: starting the service and driving an LSP handshake over WebSocket by hand. Add a smoke test that starts the service, connects a WebSocket client to `/python-language-server`, runs `initialize` → `didOpen` with a Python snippet containing known errors, and asserts the expected pyright diagnostics are published. Wire it into CI so future dependency PRs are verified automatically. ### 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]
