Skip to content

Mark same-commit failure boundary as flaky - #660

Merged
hsbt merged 1 commit into
masterfrom
mcp-same-commit-flaky
Jul 28, 2026
Merged

Mark same-commit failure boundary as flaky#660
hsbt merged 1 commit into
masterfrom
mcp-same-commit-flaky

Conversation

@hsbt

@hsbt hsbt commented Jul 28, 2026

Copy link
Copy Markdown
Member

On production, find_failure_origin for TestGCCompact#test_moving_arrays_up_heaps returned last_good and first_bad pointing at the same commit, and the compare URL degenerated to 48ac726...48ac726. A self-compare URL misleads an agent into bisecting a commit range that does not exist, while the same-commit boundary is actually a strong signal that the failure is flaky or environment-dependent. When both boundary reports ran the same commit, omit compare_url and return a note saying the failure is likely not caused by a code change.

🤖 Generated with Claude Code

When last_good and first_bad ran the same commit, a compare URL
degenerates to X...X and misleads agents into commit bisection. Return
no compare_url and note that the failure is likely flaky or
environment-dependent instead.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@hsbt
hsbt merged commit 2c5108b into master Jul 28, 2026
2 checks passed
@hsbt
hsbt deleted the mcp-same-commit-flaky branch July 28, 2026 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant