Keep testing helpers out of production builds - #139
Merged
Conversation
dawid-nowak
previously approved these changes
Sep 8, 2026
Signed-off-by: lucarlig <luca.carlig@ibm.com>
…0.3.2 Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
lucarlig
force-pushed
the
user/luca/production-without-tools
branch
from
September 8, 2026 14:02
f4e8811 to
7f1961c
Compare
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
cafalchio
previously approved these changes
Sep 9, 2026
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
cafalchio
self-requested a review
September 9, 2026 12:43
cafalchio
approved these changes
Sep 9, 2026
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.
Production builds and CI artifacts enable plugins without
with_tools, keeping health available while excluding the unauthenticated token, JWKS and config helpers.Conformance installs published
cf-integration 0.3.2and runs Node/npm inside Docker. Ordinary comments no longer cancel a conformance run. The wiki preserves the local development quick start and documents the separate production build and issuer setup.Validation after merging current main: 248 all-features tests passed (13 intentionally skipped), Clippy, formatting, dependency checks, production build, mdBook build/test, and 433 local links/anchors passed. A fresh production smoke test confirmed startup without a signing key, health HTTP 200, testing helpers HTTP 404, and unauthenticated MCP HTTP 401.
The earlier standalone conformance run had 44 passes and 40 expected failures, with no harness errors; authenticated MCP probing also passed. Full conformance was not rerun for the wiki conflict resolution.