You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(forge): generate random fuzz seed if none provided (#13309)
* feat(forge): generate random fuzz seed if none provided
Generate a random seed for fuzz/invariant tests when no seed is
explicitly configured. This ensures reproducibility by always having
a seed available that can be passed via --fuzz-seed to reproduce
test runs.
* feat(forge): print fuzz seed on fuzz failure (#13310)
* feat(forge): print fuzz seed on test failure
When a fuzz or invariant test fails, print the seed used so users
can reproduce the failure with --fuzz-seed.
* test: update snapshots for fuzz seed output
Add [SEED] redaction pattern to match 'Fuzz seed: 0x...' output.
Update all test snapshots that have fuzz/invariant failures to include
the new seed line.
* fix: use [SEED] placeholder in issue_3055 test snapshot
Amp-Thread-ID: https://ampcode.com/threads/T-019c26cb-9d21-74f9-9e49-7ea59885e827
Co-authored-by: Amp <[email protected]>
---------
Co-authored-by: Georgios Konstantopoulos <[email protected]>
Co-authored-by: Amp <[email protected]>
---------
Co-authored-by: Georgios Konstantopoulos <[email protected]>
Co-authored-by: Amp <[email protected]>
0 commit comments