Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display fuzzing results when exiting terminal #4089

Closed
0xPhaze opened this issue Jan 13, 2023 · 1 comment
Closed

Display fuzzing results when exiting terminal #4089

0xPhaze opened this issue Jan 13, 2023 · 1 comment
Labels
A-testing Area: testing C-forge Command: forge T-feature Type: feature

Comments

@0xPhaze
Copy link

0xPhaze commented Jan 13, 2023

Component

Forge

Describe the feature you would like

Sometimes I set the fuzz runs to a high limit and let it run for a while. It would be nice to not have all the fuzz effort wasted and be able to see the output of a longer run, if I accidentally set the fuzz runs too high. Currently when aborting via CMD + C the terminal just exits.

Always displaying all the information could be a bit annoying however, so ideally foundry would know to display the results regardless of the abort if say, over a 30 seconds have passed since fuzzing.

Related:

Additional context

No response

@0xPhaze 0xPhaze added the T-feature Type: feature label Jan 13, 2023
@rkrasiuk rkrasiuk added A-testing Area: testing C-forge Command: forge labels Jan 31, 2023
@mds1
Copy link
Collaborator

mds1 commented Feb 27, 2023

If nothing is printed to the terminal, then up to that point everything was passing. If a test fails the info is shown in the terminal right away. Going to close this since I'm not sure what other results you'd want to see, but feel free to reopen if I'm misunderstanding the request

@mds1 mds1 closed this as completed Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testing Area: testing C-forge Command: forge T-feature Type: feature
Projects
None yet
Development

No branches or pull requests

3 participants