starknet_os_flow_tests: add daily fuzz test seed offset#13156
Merged
dorimedini-starkware merged 2 commits intoApr 9, 2026
Merged
Conversation
This was referenced Mar 10, 2026
0a49942 to
7988531
Compare
382a560 to
9e600c5
Compare
This was referenced Mar 11, 2026
9e600c5 to
eefb8ce
Compare
fb7e5fe to
20ead33
Compare
89b4270 to
f2751b1
Compare
2908864 to
f464e9b
Compare
f2751b1 to
62231f1
Compare
f464e9b to
2cd2c2c
Compare
62231f1 to
1210361
Compare
2cd2c2c to
46d6f19
Compare
1210361 to
cca2cc6
Compare
46d6f19 to
f53991f
Compare
cca2cc6 to
399bfa6
Compare
f53991f to
1d2ec81
Compare
399bfa6 to
328bd3e
Compare
1d2ec81 to
8d11fbc
Compare
227b671 to
9536eca
Compare
8d11fbc to
198d30e
Compare
198d30e to
ff5ef8e
Compare
9536eca to
3b900af
Compare
Yoni-Starkware
approved these changes
Apr 9, 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).
Collaborator
Author
dorimedini-starkware
left a comment
There was a problem hiding this comment.
@dorimedini-starkware reviewed 7 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Low risk: only changes how the daily fuzz test seed is computed, enabling manual shifting to bypass known flaky seeds without affecting production code.
Overview
Adds an explicit
offsetcomponent totest_daily_fuzz_seed’s seed generation so CI can be unblocked by shifting the daily fuzz seed when a known rare failing case is being handled separately.Reviewed by Cursor Bugbot for commit 3b900af. Bugbot is set up for automated code reviews on this repo. Configure here.