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 simulation module doesn't actually provide any way to simulate faults yet, which severely limits its utility.
Not sure if it's worth continuing the implementation, as https://github.com/tokio-rs/simulation is still in development and should be better integrated w/ the tokio runtime.
The text was updated successfully, but these errors were encountered:
It's not actually useful, and adds a bunch of extra complexity. We can
accomplish partition testing by pausing tasks when necessary, and fuzz
failures using actual IO types (where needed).
related: #9
The
simulation
module doesn't actually provide any way to simulate faults yet, which severely limits its utility.Not sure if it's worth continuing the implementation, as https://github.com/tokio-rs/simulation is still in development and should be better integrated w/ the tokio runtime.
The text was updated successfully, but these errors were encountered: