ci: retry every buzz-agent integration test in place (merge-queue races) - #40
Merged
Merged
Conversation
A second steer-timing test, handoff_cap_binds_within_a_single_turn, ejected PR #35 from the queue (run 34126777445) after the first override landed. The same tree passed the full unit lane in the next queue run. Retry the whole buzz-agent integration family twice in place instead of listing tests one at a time. 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> (cherry picked from commit 2918ef2)
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
Follow-up to #39. A second steer-timing test,
handoff_cap_binds_within_a_single_turn(crates/buzz-agent/tests/regressions.rs), ejected PR #35 from the merge queue (run 34126777445) three minutes into the unit job. The same tree passed the whole unit lane in the next queue run (34127545692, for #39). Neither test is touched by #35.What changed
.config/nextest.toml: the per-test override from #39 becomes a family override,package(buzz-agent) and kind(test)withretries = 2. Thebuzz-agentintegration tests drive a spawned agent over a fake LLM and read a bounded number of frames, so frame order under load decides pass or fail. A genuine regression still fails every attempt. The older per-test override forcancelled_turn_with_usage_emits_notification_before_responsestays as it is.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.