[release/2.2] ci: bound Go fuzzing by execution count by chrishenzie · Pull Request #13786 · containerd/containerd · GitHub
Skip to content

[release/2.2] ci: bound Go fuzzing by execution count - #13786

Merged
estesp merged 1 commit into
containerd:release/2.2from
chrishenzie:cherry-pick-13757-to-release-2.2
Jul 14, 2026
Merged

[release/2.2] ci: bound Go fuzzing by execution count#13786
estesp merged 1 commit into
containerd:release/2.2from
chrishenzie:cherry-pick-13757-to-release-2.2

Conversation

@chrishenzie

Copy link
Copy Markdown
Member

Go can report context deadline exceeded when a duration-based fuzz limit expires (https://go.dev/issue/75804).

Use a 50,000-execution limit based on the roughly 47,000 executions FuzzImageStore completed in 30 seconds in CI. This keeps work stable across runners and avoids the duration issue.

Assisted-by: Codex
(cherry picked from commit c1b9b78)

Go can report context deadline exceeded when a duration-based fuzz limit
expires (https://go.dev/issue/75804).

Use a 50,000-execution limit based on the roughly 47,000 executions
FuzzImageStore completed in 30 seconds in CI. This keeps work stable
across runners and avoids the duration issue.

Assisted-by: Codex
(cherry picked from commit c1b9b78)
Signed-off-by: Chris Henzie <chrishenzie@gmail.com>

@thaJeztah thaJeztah left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-project-automation github-project-automation Bot moved this from Needs Triage to Review In Progress in Pull Request Review Jul 14, 2026
@estesp
estesp merged commit e4b6730 into containerd:release/2.2 Jul 14, 2026
51 checks passed
@github-project-automation github-project-automation Bot moved this from Review In Progress to Done in Pull Request Review Jul 14, 2026
@chrishenzie
chrishenzie deleted the cherry-pick-13757-to-release-2.2 branch July 14, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants