Skip to content

Merge from upstream#2

Merged
Marti2203 merged 18 commits intoAutoCodeRoverSG:mainfrom
microsoft:main
Mar 24, 2026
Merged

Merge from upstream#2
Marti2203 merged 18 commits intoAutoCodeRoverSG:mainfrom
microsoft:main

Conversation

@Marti2203
Copy link

No description provided.

susmered and others added 18 commits January 16, 2026 23:50
- 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
@Marti2203 Marti2203 requested a review from isuruperera March 24, 2026 02:01
@Marti2203 Marti2203 merged commit b07b682 into AutoCodeRoverSG:main Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants