Add QA (Aqua/JET) groups to sublibraries (SciML/.github#77)#1033
Draft
ChrisRackauckas-Claude wants to merge 1 commit into
Draft
Add QA (Aqua/JET) groups to sublibraries (SciML/.github#77)#1033ChrisRackauckas-Claude wants to merge 1 commit into
ChrisRackauckas-Claude wants to merge 1 commit into
Conversation
Gives each sublibrary a canonical QA test group (SciML/.github#77): test/qa/Project.toml + test/qa/qa.jl running Aqua.test_all and JET.test_package(; target_defined_modules = true) in an isolated sub-environment, dispatched from the sublibrary runtests via LINEARSOLVE_TEST_GROUP == "QA", declared in test/test_groups.toml as [QA] versions = ["lts", "1"]. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the canonical QA (Aqua + JET) test group to the LinearSolve.jl sublibraries, part of SciML/.github#77.
Units in this batch:
lib/LinearSolveAutotune: newtest/qa/(Project.toml + qa.jl runningAqua.test_all+JET.test_package(; target_defined_modules = true)), QA dispatch intest/runtests.jlgated onLINEARSOLVE_TEST_GROUP == "QA",[QA]group declared intest/test_groups.tomlwithversions = ["lts", "1"], Pkg added to test extras/targets.lib/LinearSolvePyAMG: same.The QA env is an isolated sub-environment (test/qa) so Aqua/JET compat bounds do not constrain the main test resolve; in-repo path deps are
Pkg.developed on Julia < 1.11 where[sources]is ignored. QA runs on lts and 1 only (never pre), ubuntu-only.Further batches may be pushed to this branch. Ignore until reviewed by @ChrisRackauckas.
🤖 Generated with Claude Code