Skip to content

🔧 chore(ci): retry fuzz jobs once on the deadline-exceeded shutdown flake - #207

Merged
scttbnsn merged 1 commit into
dev/v1.6from
fix/198-fuzz-flake-retry
Aug 9, 2026
Merged

🔧 chore(ci): retry fuzz jobs once on the deadline-exceeded shutdown flake#207
scttbnsn merged 1 commit into
dev/v1.6from
fix/198-fuzz-flake-retry

Conversation

@scttbnsn

@scttbnsn scttbnsn commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

Closes #198.

The Go fuzzing coordinator sometimes misses its worker shutdown deadline right at -fuzztime expiry, failing the job with a bare 'context deadline exceeded' and no crasher written (#191 run 31016364088, #197 run 31035393351). The fuzz step now retries once, only when that exact signature matches: the deadline message in the output AND nothing new under testdata/fuzz/. A real finding always writes a crasher file, so real failures still fail on the first run — which is the distinction #198 wanted preserved.

actionlint passes (the one pre-existing SC2034 at line 146 is untouched).

…lake

The Go fuzzing coordinator sometimes misses its worker shutdown deadline
right at -fuzztime expiry, failing the job with a bare 'context deadline
exceeded' and no crasher input written. Retry once, only when that exact
signature matches: deadline message in the output AND nothing new under
testdata/fuzz/. A real finding always writes a crasher file, so real
failures still fail on the first run.

Closes #198
@vercel

vercel Bot commented Aug 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sockguard-website Ready Ready Preview Aug 9, 2026 12:46am

@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@scttbnsn, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 59 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: bc2d18d1-b865-4a76-a020-485e37ae2ef4

📥 Commits

Reviewing files that changed from the base of the PR and between db8c738 and f2a0a39.

📒 Files selected for processing (1)
  • .github/workflows/ci-verify.yml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@scttbnsn
scttbnsn merged commit b23d6e6 into dev/v1.6 Aug 9, 2026
39 checks passed
@scttbnsn
scttbnsn deleted the fix/198-fuzz-flake-retry branch August 9, 2026 01:08
scttbnsn added a commit that referenced this pull request Aug 9, 2026
Single sync commit on top of main carrying the dev/v1.6 tip tree (9d8ea57):
🔒 security(exec): bounded exec-inspect response decode (#208)
🧪 test(integration): portwing/drydock preset conformance suites (#210)
🧪 test(ci): weekly engine-matrix integration workflow (#209)
🔧 config(ci): fuzz deadline-flake retry (#207)
🔧 chore(conformance): mktemp scratch dir + live /events + trigger contracts (#206, #212)
🔧 chore(release): GA promotion — changelog, README, chart, website (#213)
scttbnsn added a commit that referenced this pull request Aug 9, 2026
Single sync commit on top of main carrying the dev/v1.6 tip tree (de8015b):
🔒 security(exec): bounded exec-inspect response decode (#208)
🧪 test(integration): portwing/drydock preset conformance suites (#210)
🧪 test(ci): weekly engine-matrix integration workflow (#209)
🔧 config(ci): fuzz deadline-flake retry + exit-status propagation (#207, #215)
🔧 chore(conformance): mktemp scratch dir + live /events + trigger contracts (#206, #212)
🔧 chore(release): GA promotion — changelog, README, chart, website (#213, #215)
scttbnsn added a commit that referenced this pull request Aug 9, 2026
Single sync commit on top of main carrying the dev/v1.6 tip tree (de8015b):
🔒 security(exec): bounded exec-inspect response decode (#208)
🧪 test(integration): portwing/drydock preset conformance suites (#210)
🧪 test(ci): weekly engine-matrix integration workflow (#209)
🔧 config(ci): fuzz deadline-flake retry + exit-status propagation (#207, #215)
🔧 chore(conformance): mktemp scratch dir + live /events + trigger contracts (#206, #212)
🔧 chore(release): GA promotion — changelog, README, chart, website (#213, #215)
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