Skip to content

Update monitor_fuzz.py return codes - #9120

Merged
tlively merged 1 commit into
mainfrom
monitor-fuzz-return-codes
Sep 19, 2026
Merged

tlively merged 1 commit into
mainfrom
monitor-fuzz-return-codes

Conversation

@tlively

@tlively tlively commented Sep 18, 2026

Copy link
Copy Markdown
Member

Return 1 instead of 0 when a bug is found to distinguish it from the case when --max-iters is reached. Return 2 in the case of other errors. This change lets this helpful bash one-liner work correctly:

while (git pull origin main && ninja && ./scripts/monitor_fuzz.py -j --max-iters=1000000); do :; done

Return 1 instead of 0 when a bug is found to distinguish it from the case when --max-iters is reached. Return 2 in the case of other errors. This change lets this helpful bash one-liner work correctly:

```bash
while (git pull origin main && ninja && ./scripts/monitor_fuzz.py -j --max-iters=1000000); do :; done
```
@tlively
tlively requested a review from a team as a code owner September 18, 2026 23:27
@tlively
tlively requested review from aheejin and removed request for a team September 18, 2026 23:27
@tlively
tlively merged commit da9a372 into main Sep 19, 2026
16 checks passed
@tlively
tlively deleted the monitor-fuzz-return-codes branch September 19, 2026 16:51
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