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.
Resolves #257
Logging support for Tyche (feature flag enabled by
-DjqfObservability
). The output file will betarget/fuzz-results/TEST_CLASS/TEST_METHOD/observations.jsonl
. The output file can then be uploaded tohttps://tyche-pbt.github.io/tyche-extension/
Modifies
FuzzStatement
to add logging at the end of the guidance loop if the flag is enabled. Adds thefuzz.util.Observability.event
method that can be invoked in the fuzz target to log specific input features. Per-input coverage still not yet implemented. Since the coverage data in Tyche is per-input line coverage for each file, this should be done as a post processing step.Example fuzz target (for ChocoPy):
Example visualization: