Skip to content

Fix/breaking compiler test 2710#2713

Open
PaulKlint wants to merge 13 commits intomainfrom
fix/breaking-compiler-test-2710
Open

Fix/breaking compiler test 2710#2713
PaulKlint wants to merge 13 commits intomainfrom
fix/breaking-compiler-test-2710

Conversation

@PaulKlint
Copy link
Member

@PaulKlint PaulKlint commented Mar 13, 2026

Fixes #2710

With the help of the team at swat.engineering the issue was reduced to a manageable reproduction case.

Further analysis showed that operations on the memory file system can be so fast that an imprecise comparison of modification dates was exposed. This has been fixed here.

In addition, another dependency between tests was found and removed. The generic module TestModule (used as a container for small tests) is now replaced by a unique name based on the contents of the module.

@PaulKlint PaulKlint requested a review from DavyLandman March 13, 2026 21:09
@codecov
Copy link

codecov bot commented Mar 14, 2026

Codecov Report

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

Files with missing lines Patch % Lines
src/org/rascalmpl/compiler/BreakTest.java 0% 57 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2713   +/-   ##
=======================================
- Coverage       46%     46%   -1%     
  Complexity    6680    6680           
=======================================
  Files          795     796    +1     
  Lines        65913   65970   +57     
  Branches      9883    9888    +5     
=======================================
- Hits         30718   30711    -7     
- Misses       32814   32872   +58     
- Partials      2381    2387    +6     

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

jurgenvinju added a commit that referenced this pull request Mar 16, 2026
@sonarqubecloud
Copy link

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.

Test fixedErrorsDisappear is flaky

2 participants