starknet_os_flow_tests: long fuzz test#12970
starknet_os_flow_tests: long fuzz test#12970dorimedini-starkware merged 1 commit intomain-v0.14.2from
Conversation
a60eeec to
be4d820
Compare
166334b to
eee7604
Compare
be4d820 to
2dec630
Compare
eee7604 to
7917b7c
Compare
2dec630 to
7f8357c
Compare
7f8357c to
9521370
Compare
7917b7c to
28cc118
Compare
3ede9ae to
dba2e1f
Compare
146f597 to
a867150
Compare
Yoni-Starkware
left a comment
There was a problem hiding this comment.
@Yoni-Starkware reviewed 1 file and all commit messages, and made 2 comments.
Reviewable status: 1 of 2 files reviewed, 1 unresolved discussion (waiting on dorimedini-starkware).
crates/starknet_os_flow_tests/src/fuzz_tests.rs line 967 at r2 (raw file):
#[rstest] #[tokio::test] async fn test_cairo1_revert_fuzz(
Suggestion:
test_fuzz
dorimedini-starkware
left a comment
There was a problem hiding this comment.
@dorimedini-starkware resolved 1 discussion.
Reviewable status: 1 of 2 files reviewed, all discussions resolved (waiting on dorimedini-starkware).
Yoni-Starkware
left a comment
There was a problem hiding this comment.
@Yoni-Starkware reviewed 1 file.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on dorimedini-starkware).
dba2e1f to
448795c
Compare
a867150 to
0d852a4
Compare
dorimedini-starkware
left a comment
There was a problem hiding this comment.
@dorimedini-starkware reviewed 1 file and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on dorimedini-starkware).
0d852a4 to
e83105d
Compare
448795c to
3c836b3
Compare
Merge activity
|

Note
Low Risk
Test-only change behind an opt-in feature flag; main risk is longer runtimes/resource usage if enabled in CI or local runs.
Overview
Adds a new
long_fuzz_testCargo feature that gates a heavy fuzz test suite instarknet_os_flow_tests.Replaces the previously commented/shorter fuzz test with a
#[cfg(feature = "long_fuzz_test")]module that expands the seed space via 4-digit base-10 combinatorics (10k cases) while keeping the existing daily-seed fuzz test unchanged.Written by Cursor Bugbot for commit e83105d. This will update automatically on new commits. Configure here.