test(smoke): harden rc dual-stack catalog checks#715
Merged
bussyjd merged 2 commits intoJul 7, 2026
Conversation
Contributor
Author
|
Merged into integration/v0.13.0-rc0 at a29c826 and reran targeted flow13 from that tip. Result: the previous catalog-envelope failure is fixed. Bob's agent pod reached /api/services.json and logged:
The full flow still failed later at step 45 because no PurchaseRequest was created after the retry. That is a separate agent-buy blocker, not the catalog parsing failure fixed by this PR. |
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
Why
The RC smoke failed flow-13 because the helper iterated the current catalog envelope as if it were a list. The product was serving the right schema; the smoke assertion was stale. Flow-11 completed its payment path but surfaced as SKIP because receipt lookup was unavailable even though the ServiceOffer status already reflected registration.
Hermes still uses the third-party bedag/raw chart to render generated Kubernetes resources. When that chart fetch times out, Hermes install can fail before payment or agent logic is exercised; the follow-up direction is to replace that external chart dependency with a first-party/local embedded chart or first-party Hermes chart.
The current RC rerun also reproed a separate flow-02 dependency stall: kubelet remained on Pulling for registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.18.0 for the full flow poll window. That is captured as a QA preflight/dependency note rather than hidden by a flow change.
Validation
Local:
Remote release-smoke attempt:
Release-smoke status
This PR addresses flow-13's catalog parser failure and the flow-11 SKIP accounting issue from the RC smoke report. It does not claim the full RC smoke is green; flow-02 kube-state-metrics image pull/bootstrap remains an environment/dependency blocker that must be cleared before a full rerun can validate the remaining flows.