test(smoke): live async job-broker coverage (flow-20) - #722
Merged
Conversation
…emote inference) The async offer targeted the ollama Service, whose backend is a *host* ollama daemon that doesn't exist on remote-inference smoke hosts (spark1), so the offer never reached Ready. Switch to the always-present litellm gateway (:4000, GET /health/readiness). Surfaced by the rc1 spark1 smoke. Claude-Session: https://claude.ai/code/session_01VquWN9UMaSHH7MHGcG8bw1
This was referenced Jul 8, 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.
New
flow-20-async-job.sh(+flows/clients/async-paid-client.go) — the first live-cluster coverage of the async job-broker path (#717 verifier→broker hand-off, #718 F1/F1-HMAC), previously unit-only.Drives: create async offer → submit → 402 → pay (x402 SDK generic-HTTP client, same signer as flow-17, against flow-10's anvil facilitator) → 202 with
jobId/statusUrl/resultUrl/jobToken→ pollstatusUrltostate=complete→ retrieve result (401 anonymous, 200 withAuthorization: Bearer <jobToken>). Reuses the always-deployed ollama Service as upstream.Validated by the rc1 release smoke on spark1.
https://claude.ai/code/session_01VquWN9UMaSHH7MHGcG8bw1