Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Jan 6, 2025

Conversation

kripken
Copy link
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
13 checks passed
@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