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
This is required for properly modelling the model's response to disk faults in
`createSnapshot`. The current implementation for `createSnapshot` in the real
system can invalidate blob references even if creating the snapshot failed, so
the model will invalidate blob references as well. This change might become
obsolete once #478 is merged.
0 commit comments