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
Hello!
I set up proptest for a Rust project and I'm having trouble with the length of the log when a test fails.
I was hoping to be able to gain some insight into why the minimal failing input caused a failure by inspecting its logs, but it seems like the logs of all the test's invocations during shrinking are included as well, inflating the log, and making it unwieldy.
Do you have any recommendations as to how to approach this issue? Is it possible to print the log of just the minimal failing case?
Hello!
I set up proptest for a Rust project and I'm having trouble with the length of the log when a test fails.
I was hoping to be able to gain some insight into why the minimal failing input caused a failure by inspecting its logs, but it seems like the logs of all the test's invocations during shrinking are included as well, inflating the log, and making it unwieldy.
Do you have any recommendations as to how to approach this issue? Is it possible to print the log of just the minimal failing case?
Example log: https://github.com/recursive-record-registry/rrr/actions/runs/9931639683/job/27431772077
Source code of the failing test: https://github.com/recursive-record-registry/rrr/blob/main/tests/test.rs#L122-L130
Thanks
The text was updated successfully, but these errors were encountered: