ci: retry the empty-steer rejection test in place (merge-queue race) - #39
Merged
Merged
Conversation
buzz-agent::fake_llm steer_rejected_on_empty_prompt reads at most 40 frames and stops at the prompt's own response. Under load that response can arrive before the steer rejection, so the test fails with no code change; merge-queue run 34090515497 ejected PR #35 on it. Retry it twice in place, the same override the fork already uses for cancelled_turn_with_usage_emits_notification_before_response. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P8VoJ9givMm44HNc4gx5Gz Signed-off-by: wiggdevin <202901685+wiggdevin@users.noreply.github.com>
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
Merge-queue run 34090515497 ejected PR #35 on
buzz-agent::fake_llm steer_rejected_on_empty_prompt. The test reads at most 40 frames and stops at the prompt's own response. Under load that response can land before the steer rejection, so the assertion fails with no code change. Neither #35 nor the commits onzs/mainsince its base touchcrates/buzz-agent.What changed
.config/nextest.toml: aprofile.defaultoverride that retriessteer_rejected_on_empty_prompttwice in place. This is the same remedy the fork already applies tocancelled_turn_with_usage_emits_notification_before_response, a sibling race in the same file. A genuine regression still fails every attempt.Gates run
🤖 Generated with Claude Code
https://claude.ai/code/session_01P8VoJ9givMm44HNc4gx5Gz
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.