You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the full test suite, discovered that the new test additions
were causing 48 test failures due to parameter conflicts and missing
golden files:
1. Riemann solvers 3 (Exact) and 4 (HLLD) have constraints:
- Solver 3 doesn't support wave_speeds parameter
- Solver 4 only works with MHD simulations
2. New test functions (time_integrators, cfl_modes, model_equations,
grid_stretching) were failing due to:
- Missing golden reference files
- Parameter conflicts with existing test infrastructure
- Non-zero exit codes that don't help code coverage
Reverted to original test suite (459 tests) to maintain CI stability.
The Riemann solver expansion (3, 4) is also removed.
Future work: These test expansions need proper validation and golden
file generation before they can be safely added.
0 commit comments