test: add a validation for single-cluster multi-gateway routing - #117
Merged
nerdalert merged 1 commit intoSep 4, 2026
Conversation
Signed-off-by: Brent Salisbury <bsalisbu@redhat.com>
nerdalert
force-pushed
the
feat/single-cluster-multi-gateway-qualification
branch
from
September 4, 2026 01:05
a98d13f to
80a4f9d
Compare
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
Adds a first-class integration test for running multiple Praxis gateways within one Kubernetes cluster and one Grid site.
The topology contains:
This complements the existing multi-cluster provider-traffic qualification. It validates shared-site gateway behavior without claiming WAN, cross-cluster, or multi-site SWIM coverage. In this scenario the grid monitors the health. In the example I adjusted it down to 10s as an example of how to tune in a same-site scenario.
What This Proves
The qualification verifies:
Round-robin cursors are intentionally validated independently because provider-selection state is local to each Praxis process. The qualification does not require a globally interleaved sequence across
consumer replicas.
Documentation
Adds documentation covering:
The qualification is also linked from the shared integration-testing documentation.
Validation
Static validation passed:
A fresh Kind qualification passed all runtime scenarios, including overlay and serving-revision agreement, independent round-robin routing, withdrawal and restoration, consumer recovery, concurrent attributed
traffic, NetworkPolicy controls, and automatic cleanup.
Generated runtime evidence is intentionally excluded from the commit.
Scope
This PR adds qualification infrastructure, topology configuration, and documentation only. It does not change production Grid routing behavior or modify Praxis AI.