Skip to content

ClusterFuzz: Add a --no_retry option for local debugging#7187

Merged
kripken merged 5 commits intoWebAssembly:mainfrom
kripken:cf.retry
Jan 6, 2025
Merged

ClusterFuzz: Add a --no_retry option for local debugging#7187
kripken merged 5 commits intoWebAssembly:mainfrom
kripken:cf.retry

Conversation

@kripken
Copy link
Copy Markdown
Member

@kripken kripken commented Jan 3, 2025

When we run ClusterFuzz's run.py locally, we need to investigate any
errors in creating fuzz testcases (as those are real bugs in wasm-opt).
Previously we just checked for a "retry" message in the output of run.py
(as the script retries automatically - we don't want a wasm-opt bug to
stop ClusterFuzz), but that makes it impossible to debug the problem,
since the retry tramples the data. The new option, used only locally,
stops at the error so it can be investigated.

@kripken kripken merged commit 01be840 into WebAssembly:main Jan 6, 2025
@kripken kripken deleted the cf.retry branch January 6, 2025 20:54
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.

2 participants