Skip to content

Run the compiler test in parallel #2726

Open
DavyLandman wants to merge 22 commits intomainfrom
fix/run-compiler-tests-in-parallel
Open

Run the compiler test in parallel #2726
DavyLandman wants to merge 22 commits intomainfrom
fix/run-compiler-tests-in-parallel

Conversation

@DavyLandman
Copy link
Member

@DavyLandman DavyLandman commented Mar 23, 2026

This set of changes, that only change where the test suite is storing their test seems to break the typechecker on a predicatble path.

Current hypothesis is that it's related to import caching. As a re-import of the affected module lang::rascalcore::check::tests::FunctionTCTests fixes the bug.

The biggest file is a runner that runs the test in parallel to see if we can break it, and this module and the BoundOK1 keeps failing.

Note it contains commits from #2713 but that was splitup into this one and #2725

@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Mar 23, 2026

Codecov Report

❌ Patch coverage is 0% with 130 lines in your changes missing coverage. Please review.
✅ Project coverage is 46%. Comparing base (d428e45) to head (54d4459).

Files with missing lines Patch % Lines
src/org/rascalmpl/compiler/BreakTest.java 0% 130 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##              main   #2726    +/-   ##
========================================
- Coverage       46%     46%    -1%     
- Complexity    6677    6679     +2     
========================================
  Files          795     796     +1     
  Lines        65916   66046   +130     
  Branches      9883    9900    +17     
========================================
+ Hits         30706   30718    +12     
- Misses       32821   32944   +123     
+ Partials      2389    2384     -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants