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
Our state machine tests are becoming quite complex and often, it is getting difficult to diagnose the real problem of a failure because proptest isn't able to shrink it all the way. This is usually a bug where some precondition isn't correctly set.
The difficulty is fining out, which one is missing because proptest doesn't say, what it is currently doing (shrink from A -> B for example) or remove a certain transition.
Would you accept a PR that adds log or tracing and adds the corresponding statements?
The text was updated successfully, but these errors were encountered:
Our state machine tests are becoming quite complex and often, it is getting difficult to diagnose the real problem of a failure because proptest isn't able to shrink it all the way. This is usually a bug where some
precondition
isn't correctly set.The difficulty is fining out, which one is missing because proptest doesn't say, what it is currently doing (shrink from A -> B for example) or remove a certain transition.
Would you accept a PR that adds log or tracing and adds the corresponding statements?
The text was updated successfully, but these errors were encountered: