Skip to content

Re-enable downgrade tests once JET compatibility is resolved #213

@ChrisRackauckas-Claude

Description

@ChrisRackauckas-Claude

Summary

The downgrade tests have been temporarily disabled in #[PR to be created] due to JET version compatibility issues with the downgraded package versions.

Background

JET.jl has strict version requirements that weren't fully captured in the registry:

  • JET 0.9.x requires Julia 1.10 only
  • JET 0.9.19+ requires Julia 1.11 only
  • JET 0.10.x and 0.11.x require Julia 1.12 only

When running downgrade tests, the downgraded package versions may not be compatible with the JET version requirements, causing test failures.

Solution

The downgrade tests should be re-enabled once:

  1. JET's version compatibility is properly reflected in the registry
  2. The dynamic JET loading approach in runtests.jl handles version mismatches gracefully
  3. Or JET tests are completely excluded from downgrade test runs via the GROUP environment variable

Related

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