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
The model crate is nice and helps testing, but it hasn't been kept up to date and it relies on old proptest. It would be better to use proptest directly for the randomized tests to easy up future maintenance.
The text was updated successfully, but these errors were encountered:
Not really well maintained. Replace by manual code + get rid of the
linearizability test (it's not that useful and it would be complex to
replicate).
Closes#31.
The model crate is nice and helps testing, but it hasn't been kept up to date and it relies on old proptest. It would be better to use proptest directly for the randomized tests to easy up future maintenance.
The text was updated successfully, but these errors were encountered: