Stabilize provider API-key capture test - #1053
Merged
Merged
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Owner
Author
|
Codex Review: Didn't find any major issues. Swish! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
This was referenced Jul 30, 2026
dennisonbertram
force-pushed
the
codex/issue-1052-provider-key-capture-sync
branch
from
July 31, 2026 21:39
ec1109d to
3384616
Compare
This was referenced Jul 31, 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.
Closes #1052
Related: #1000, #1047, #1051, #1062
Summary
Why
TestMatrix_ProviderAPIKeyCaptureverifies thatOPENAI_API_KEYreaches the injected provider factory. Waiting for the entire HTTP server to become healthy made that unit contract depend on scheduler, watcher, persistence, listener, and HTTP startup timing. The injected factory now signals after it stores the captured key, so the assertion waits on the behavior under test.This is an independently evidenced baseline repair. It is being promoted before retrying the cron/callback merge chain; it is not being claimed as the proven cause of a later production-gate failure whose exact test output was lost.
Verification on rebased head
Exact head:
3384616a8598a7fb73638220601a4a7d24c9ecedRebased onto:
7a1d257ce79fb71866b2ef7beff1d7ea3387e64ego test ./cmd/harnessd -run '^TestMatrix_ProviderAPIKeyCapture$' -count=100— PASSgo test -race ./cmd/harnessd -run '^TestMatrix_ProviderAPIKeyCapture$' -count=100— PASS./scripts/test-regression.sh— PASS85.6%,zero-functions=0)git diff --check origin/main...HEAD— PASSThe old hosted race failure on the stale head was unrelated (
TestExecuteLifecycle_WaitForUserFlowEventOrderAndStateRestoration). Hosted checks will rerun on this exact rebased head.Rollout and rollback
This changes test synchronization only. Rollback is a normal revert; no runtime data, schema, or deployment migration is involved.