fix: update harness for latest dataplane - #4
Open
lucarlig wants to merge 1 commit into
Open
Conversation
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Contributor
Author
CLI resultsTests
Performance
Conformance
Full scenario results: reports/mcp-conformance-comparison.md. |
lucarlig
marked this pull request as ready for review
August 19, 2026 07:40
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.
Summary
ghcr.io/contextforge-org/contextforge-data-plane:latestand align the harness with the current control-plane publisher, token, catalog, and dataplane startup contracts./servers/{virtual_host_id}/mcpis dataplane-only, while raw/mcpand UI/API traffic remain on the control plane.server/discover, protocol2026-07-28, per-request metadata) while retaining the legacy control-plane flow.Why
The integration harness still assumed the former dataplane image/repository, bootstrap and token behavior, lifecycle shape, and container routing behavior. Those assumptions caused real CLI commands to fail or exercise the wrong backend. Conformance also needed a stable backend-facing Host header and the dataplane overlay on the first gateway startup.
Impact
The normal path continues to use published images; local dataplane builds remain an explicit override. Catalog tokens are issued and revoked through the control-plane APIs, routed responses are checked for dataplane identity, and containerized load/conformance traffic uses valid host allowlisting.
The tested
latestimage resolved tosha256:f227d4ea4922cda2c6ee3c529f6a224b54ca906379ac62b9700b0b1e1ef90740.The committed conformance report records current upstream readiness rather than masking failures: fixture direct 31/40, control plane 0/40, and dataplane 7/40, with no missing or ambiguous checks.
Validation
cargo fmt --all -- --checkcargo clippy --workspace --all-targets --locked -- -D warningscargo test --workspace --locked— 330 passed across 31 suites