Skip to content

Integration tests consistently failing for downstream packages (MTK, BVP, SciMLSensitivity) #880

@ChrisRackauckas-Claude

Description

@ChrisRackauckas-Claude

Description

The integration test workflow (Downstream.yml) has been consistently failing for the following downstream packages for months. All failures are due to issues within the downstream packages themselves, not caused by LinearSolve.jl.

Affected Packages

ModelingToolkit.jl

  • Internal errors about variable marking: "Variable was marked as being in [equation], but was actually zero"
  • This is an MTK-internal issue

BoundaryValueDiffEq.jl

  • "Scalar BVP tests" error
  • Test failure within BoundaryValueDiffEq's own test suite

SciMLSensitivity.jl

  • IllegalTypeAnalysisException: Enzyme compilation failure
  • Enzyme AD compatibility issue, not related to LinearSolve

Evidence

Every single IntegrationTest run has failed for at least the past 30 runs (checked via gh run list). The failures always involve these same 3 packages. OrdinaryDiffEq.jl and NonlinearSolve.jl consistently pass.

Action Taken

These 3 packages have been removed from the integration test matrix in Downstream.yml to keep CI green and actionable. Only OrdinaryDiffEq.jl and NonlinearSolve.jl remain.

Action Items

  • Periodically check if ModelingToolkit.jl tests pass and re-add
  • Periodically check if BoundaryValueDiffEq.jl tests pass and re-add
  • Periodically check if SciMLSensitivity.jl tests pass and re-add

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions