starknet_os_flow_tests: fuzz test scenario filtering mechanism#13050
Merged
dorimedini-starkware merged 2 commits intomain-v0.14.2from Mar 11, 2026
Conversation
This was referenced Mar 5, 2026
This was referenced Mar 5, 2026
This was referenced Mar 5, 2026
b9d0cda to
9aa4533
Compare
a7b94f0 to
538decd
Compare
This was referenced Mar 5, 2026
0b21ed4 to
685f784
Compare
46efda9 to
2e18437
Compare
Yoni-Starkware
approved these changes
Mar 10, 2026
Collaborator
Yoni-Starkware
left a comment
There was a problem hiding this comment.
@Yoni-Starkware reviewed 1 file and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on dorimedini-starkware).
2e18437 to
c435c98
Compare
685f784 to
072b241
Compare
This was referenced Mar 11, 2026
c435c98 to
ad47992
Compare
072b241 to
4eae574
Compare
ad47992 to
f3c630e
Compare
4eae574 to
927fb1b
Compare
Collaborator
Author
dorimedini-starkware
left a comment
There was a problem hiding this comment.
@dorimedini-starkware reviewed 6 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on dorimedini-starkware).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Low Risk
Test-only change that adds optional operation filtering and updates fuzz/exhaustive test harnesses to use it; low production risk, but could change fuzz coverage and scenario counts.
Overview
Adds an optional operation filtering mechanism to fuzz scenario generation in
fuzz_tests.rs, allowing callers to restrict whichFuzzOperationDatavariants are considered when building random or exhaustive operation lists.Updates the fuzz test APIs (
valid_operations,add_random_operation,get_all_operation_lists, andfuzz_test_body) to accept an optionalOperationFilter, and extendstest_daily_fuzz_seedto run both the unfiltered suite and a new limited scenario set (call/write/panic/return), while keeping exhaustive and long fuzz tests defaulting to no filter.Written by Cursor Bugbot for commit 927fb1b. This will update automatically on new commits. Configure here.