-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test CI on Julia v1.11 #1993
base: main
Are you sure you want to change the base?
test CI on Julia v1.11 #1993
Conversation
Review checklistThis checklist is meant to assist creators of PRs (to let them know what reviewers will typically look for) and reviewers (to guide them in a structured review process). Items do not need to be checked explicitly for a PR to be eligible for merging. Purpose and scope
Code quality
Documentation
Testing
Performance
Verification
Created with ❤️ by the Trixi.jl community. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1993 +/- ##
===========================================
- Coverage 96.34% 82.80% -13.54%
===========================================
Files 470 477 +7
Lines 37497 37706 +209
===========================================
- Hits 36125 31222 -4903
- Misses 1372 6484 +5112
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Failing tests in previous versions
|
Update on the failing tests in the first post above |
Regarding the failing tests for subcell limiting. I would just update errors of the failing subcell limiting tests. Subcell limiting is expected to be very susceptible to small changes. This can happen even between different systems/architectures and also Julia versions, see this PR. |
Sounds reasonable, thanks! |
To fix the test |
I had a look at the advection diffusion problems. |
We should investigate the failing tests. Having done so, we should decide whether to focus on Julia v1.11 (the newest) or stay mostly with Julia v1.10 (the long-time support release).
An argument for concentrating on the LTS is the performance regressions observed with 1.11, e.g., JuliaLang/julia#55009
Failing tests
TreeMesh
: https://github.com/trixi-framework/Trixi.jl/actions/runs/11248356047/job/31273358187?pr=1993#step:7:6041P4estMesh
: https://github.com/trixi-framework/Trixi.jl/actions/runs/11248356047/job/31273359123?pr=1993#step:7:6364elixir_advection_extended.jl
with periodic operators in 3D: https://github.com/trixi-framework/Trixi.jl/actions/runs/11248356047/job/31273358926?pr=1993#step:7:3215