Add QA (Aqua/JET) groups to sublibraries (SciML/.github#77)#17
Merged
Conversation
…OUQBase Each sublibrary gets a test/qa sub-environment (Aqua + JET + Test with the package wired via [sources]), a qa.jl driver running Aqua.test_all and JET.test_package(target_defined_modules = true), a QA dispatch in test/runtests.jl gated on OPTIMALUNCERTAINTYQUANTIFICATION_TEST_GROUP, and a [QA] cell (versions lts/1) in test/test_groups.toml. Pkg is added to each sublibrary's test extras/targets with a [compat] entry so Aqua deps_compat stays green. Part of SciML/.github#77. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Adds test/qa (Aqua + JET + Test, all local packages wired via [sources]), a qa.jl driver, a QA dispatch in test/runtests.jl gated on GROUP, and a [QA] cell (versions lts/1) in test/test_groups.toml. Pkg/Test gain [compat] entries so Aqua deps_compat stays green. Part of SciML/.github#77. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
c5331f0 to
52927e8
Compare
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.
Part of SciML/.github#77 (canonical QA groups across monorepo sublibraries).
Adds a canonical QA test group (Aqua + JET, standard only) to every unit of this repo:
OptimalUncertaintyQuantification):test/qa/{Project.toml,qa.jl}, QA dispatch intest/runtests.jlgated onGROUP,[QA]cell intest/test_groups.tomltest/qaenv, QA dispatch gated onOPTIMALUNCERTAINTYQUANTIFICATION_TEST_GROUP,[QA]cellDetails:
test/qa/Project.tomlcarries Aqua + JET + Test plus the package (and its local-path deps) via[sources], with full[compat](Aqua = "0.8",JET = "0.9, 0.10, 0.11",julia = "1.10").qa.jlrunsAqua.test_all(<Pkg>)andJET.test_package(<Pkg>; target_defined_modules = true).Pkg.develops the local path dependencies (mirroring the existing root runtests pattern), since[sources]is not honored there.[QA]groups declareversions = ["lts", "1"](nopre), ubuntu-only.Pkgadded to each unit's test extras/targets with a[compat]entry so Aquadeps_compatstays green.Verification: static only (TOML parse,
Meta.parseallof all touched.jlfiles,[sources]path resolution, Runic clean). QA findings, if any, will be triaged from CI per the established mark-broken+issue policy.Further batches may be pushed to this branch. Ignore until reviewed by @ChrisRackauckas.
🤖 Generated with Claude Code