Skip to content

Conversation

@avorylli
Copy link
Contributor

@avorylli avorylli commented Nov 6, 2025

Fixes #11039

Always collect logs from the last fuzz run and include them in results when show_logs: false, enabling display at verbosity >= 2. Preserves existing behavior when show_logs: true.

Copy link
Contributor

@onbjerg onbjerg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ideally the logs for the last run are present in logs. currently they are not, which is what the bug is about. is there any reason we can't do that you came across?

@avorylli
Copy link
Contributor Author

My bad, its actually better to do as you described. Last run logs are now always stored in test_data.logs.

Removed last_run_logs - when show_logs is false, we replace logs with each run's logs, keeping only the last one.

@avorylli avorylli requested a review from onbjerg November 13, 2025 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

bug: console.log values are not emitted on fuzz tests's last run at any verbosity level

2 participants