Skip to content

Add QA (Aqua/JET) groups to sublibraries (SciML/.github#77)#17

Merged
ChrisRackauckas merged 2 commits into
SciML:mainfrom
ChrisRackauckas-Claude:sublib-qa
Jun 15, 2026
Merged

Add QA (Aqua/JET) groups to sublibraries (SciML/.github#77)#17
ChrisRackauckas merged 2 commits into
SciML:mainfrom
ChrisRackauckas-Claude:sublib-qa

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Contributor

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:

  • ROOT (OptimalUncertaintyQuantification): test/qa/{Project.toml,qa.jl}, QA dispatch in test/runtests.jl gated on GROUP, [QA] cell in test/test_groups.toml
  • lib/CanonicalMoments: test/qa env, QA dispatch gated on OPTIMALUNCERTAINTYQUANTIFICATION_TEST_GROUP, [QA] cell
  • lib/DiscreteMeasures: same
  • lib/OUQBase: same

Details:

  • Each test/qa/Project.toml carries 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.jl runs Aqua.test_all(<Pkg>) and JET.test_package(<Pkg>; target_defined_modules = true).
  • On Julia < 1.11 the QA env Pkg.develops the local path dependencies (mirroring the existing root runtests pattern), since [sources] is not honored there.
  • [QA] groups declare versions = ["lts", "1"] (no pre), ubuntu-only.
  • Pkg added to each unit's test extras/targets with a [compat] entry so Aqua deps_compat stays green.

Verification: static only (TOML parse, Meta.parseall of all touched .jl files, [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

ChrisRackauckas and others added 2 commits June 15, 2026 11:28
…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>
@ChrisRackauckas ChrisRackauckas marked this pull request as ready for review June 15, 2026 11:29
@ChrisRackauckas ChrisRackauckas merged commit 93ba552 into SciML:main Jun 15, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants