test: unify gateway integration architecture - #125
Merged
Conversation
lucarlig
marked this pull request as ready for review
September 1, 2026 10:57
lucarlig
force-pushed
the
user/luca/unify-gateway-test-architecture
branch
from
September 2, 2026 13:26
87fc377 to
804804a
Compare
dawid-nowak
previously approved these changes
Sep 4, 2026
lucarlig
force-pushed
the
user/luca/unify-gateway-test-architecture
branch
from
September 4, 2026 13:52
804804a to
eda2963
Compare
Signed-off-by: lucarlig <luca.carlig@ibm.com>
lucarlig
force-pushed
the
user/luca/unify-gateway-test-architecture
branch
from
September 4, 2026 13:54
eda2963 to
a553b33
Compare
dawid-nowak
approved these changes
Sep 4, 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.
Summary
main, including the modern no-schema parameter-header case and the new authorization/config tests.Architecture
Gateway::into_router()as the public composition seam.TestServerandGatewayFixtureprimitives with cancellation, explicit async shutdown, andDropfallback.openportusage from the library suite, readiness polling, global port locking, unowned spawns, manual abort boilerplate, and dead support helpers.main'sServiceRoutetables and authorization service.Inventory
main: 225 active tests, 13 ignored tests, 10 library integration binaries.Verification
cargo fmt --all --checkcargo clippy --locked --workspace --all-targets --all-features -- -D warningscargo test --locked --workspace --all-features --no-runcargo nextest run --locked --workspace --all-features --no-fail-fast: 220 passed, 13 skippedcargo nextest run --locked --workspace --all-features --run-ignored only --no-fail-fast: all 13 remain expected failurescargo shear --check-test-targets --deny-warnings --lockedcargo deny check advisories licenses(passes; reports the existing transitive yankedchacha20 0.10.1warning)cargo build --locked --workspacemdbook build _context/wikimdbook test _context/wikiThe ignored-only lane was run with no fail-fast. All 13 remain expected failures: nine federated fanout or control-plane contracts, one missing prompt-completion capability, one cancellation contract timeout, and two Redis process E2Es that require
redis-server. The ignored TLS scenario reaches its known federated-list blocker instead of failing during fixture setup.Non-goals