Skip to content

Fix transformation specification fixture lookup - #5

Merged
TonisOrmisson merged 1 commit into
mainfrom
agent/fix-transformation-spec-pin
Jul 30, 2026
Merged

Fix transformation specification fixture lookup#5
TonisOrmisson merged 1 commit into
mainfrom
agent/fix-transformation-spec-pin

Conversation

@TonisOrmisson

Copy link
Copy Markdown
Contributor

Summary

  • resolve the SQL transformation conformance manifest from OPENSTATSPEC_SPECIFICATION_DIR, the GitHub Actions checkout path, or the local sibling specification checkout
  • pin runtime capability metadata, CI, release, and tests to specification main commit 7edcad38470fffebfe2306f22fdecb6892f8eece

Root cause

The workflow conformance test hard-coded a workspace sibling named specification. GitHub Actions checks out the specification under openstatspec-specification and exposes that checkout through OPENSTATSPEC_SPECIFICATION_DIR, so every Python matrix job failed with FileNotFoundError.

Validation

  • OPENSTATSPEC_SPECIFICATION_DIR=/home/tonis/PhpstormProjects/survey-db/worktree-spec-transform-pin pytest -m "not services" -q — 124 passed
  • CI and release workflow YAML parsed successfully
  • git diff --check

@TonisOrmisson
TonisOrmisson marked this pull request as ready for review July 30, 2026 08:35
@TonisOrmisson
TonisOrmisson merged commit 034ce47 into main Jul 30, 2026
24 checks passed
@TonisOrmisson
TonisOrmisson deleted the agent/fix-transformation-spec-pin branch July 31, 2026 10:35
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.

1 participant