Skip to content

Run the compiler test in parallel #2726

Merged
DavyLandman merged 36 commits into
mainfrom
fix/run-compiler-tests-in-parallel
May 21, 2026
Merged

Run the compiler test in parallel #2726
DavyLandman merged 36 commits into
mainfrom
fix/run-compiler-tests-in-parallel

Conversation

@DavyLandman

@DavyLandman DavyLandman commented Mar 23, 2026

Copy link
Copy Markdown
Member

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

@codecov

codecov Bot commented Mar 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46%. Comparing base (92a3b97) to head (9a33a93).

Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2726   +/-   ##
=======================================
- Coverage       46%     46%   -1%     
+ Complexity    6721    6719    -2     
=======================================
  Files          794     794           
  Lines        65937   65937           
  Branches      9889    9889           
=======================================
- Hits         30766   30761    -5     
- Misses       32792   32798    +6     
+ Partials      2379    2378    -1     

☔ 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.

@sonarqubecloud

Copy link
Copy Markdown

@sonarqubecloud

Copy link
Copy Markdown

@PaulKlint PaulKlint left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lijkt me een prima verbetering. Ik zie geen rare dingen.

@DavyLandman DavyLandman merged commit 375860a into main May 21, 2026
9 checks passed
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