Merged
Conversation
- Rewrite test-workflow.yaml with proper package installation and separate jobs per language - Fix race condition in server.py process cleanup (psutil NoSuchProcess) - Fix timeout test for Python 3.10 compatibility (concurrent.futures.TimeoutError) - Fix Ruby tests to use set comparison for non-deterministic order - Fix requirements.txt jedi-language-server version mismatch - Update publish-to-pypi.yaml with proper pip install -e .
- Changed hardcoded test file lists to wildcard patterns (e.g., test_*python*.py) - Added C# tests back (they have @pytest.mark.skip so will show as skipped) - Combined TypeScript and JavaScript tests into one job
- Add 'github.repository == microsoft/multilspy' condition to publish jobs - Prevents PyPI publishing failures on forked repositories - Use wildcard patterns for test files
… init failure Eclipse JDT.LS scans for all JVM installations and tries to validate them. On GitHub Actions runners, the pre-installed temurin-8-jdk has permission issues that cause the language server initialization to fail with 'Permission denied' errors. This fix removes the problematic JDK directories before running tests.
- Added all language server dependencies (Node.js, Rust, Java, .NET) - Removed problematic JDK installations for Java tests - Changed pytest to run all tests in tests/multilspy/
- Python: 3.x (latest 3.x) - Go: stable (latest stable) - Ruby: ruby (latest stable) - Node.js: lts/* (latest LTS) - Java: 17 (LTS, required by Eclipse JDT.LS) - Rust: already uses @stable - .NET: already uses 8.0.x pattern
Restore .github/workflows to the version where Kotlin tests passed.
Fix CI/CD pipeline: Enable comprehensive test execution for all language servers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.