Skip to content

Fix WASM schema-test runtime lifecycle - #1186

Merged
jeremi merged 4 commits into
mainfrom
codex/1175-wasm-fixtures
Sep 20, 2026
Merged

jeremi merged 4 commits into
mainfrom
codex/1175-wasm-fixtures

Conversation

@jeremi

@jeremi jeremi commented Sep 19, 2026

Copy link
Copy Markdown
Member

Summary

  • install the configured WASM executor for the full schema-test and production serving lifecycles, with identity-safe cleanup
  • admit hash-covered project and module WASM assets during prepared schema-test candidate revalidation
  • add a fresh-process public bregctl test regression using TLS PostgreSQL and run it in the contracts CI lane

Verification

  • cargo fmt --all -- --check
  • cargo clippy --locked --profile ci --all-targets -p registry-breg -p registry-bregctl -- -D warnings
  • cargo test --locked --profile ci -p registry-breg -p registry-bregctl
  • focused feature-on, feature-off, runtime ownership, diagnostic mapping, and real TLS PostgreSQL lifecycle tests
  • products/breg/scripts/check-contracts.sh
  • products/breg/scripts/check-client-contract.sh
  • python3 .github/scripts/test_ci_changes.py
  • actionlint .github/workflows/ci.yml

Fixes #1175

Signed-off-by: Jeremi Joslin <jeremi@joslin.fr>
Signed-off-by: Jeremi Joslin <jeremi@joslin.fr>
Signed-off-by: Jeremi Joslin <jeremi@joslin.fr>
Signed-off-by: Jeremi Joslin <jeremi@joslin.fr>
@jeremi
jeremi force-pushed the codex/1175-wasm-fixtures branch from 7241888 to b9d7436 Compare September 19, 2026 19:30
@jeremi
jeremi marked this pull request as ready for review September 19, 2026 19:31
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 19, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-19T19:35:34.756946Z b9d7436 Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b9d7436346

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yml
@jeremi
jeremi merged commit e167ddd into main Sep 20, 2026
56 checks passed
@jeremi
jeremi deleted the codex/1175-wasm-fixtures branch September 20, 2026 01:18
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.

bregctl test: install the configured WASM runtime for fixture actions

1 participant