Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manually invalidate blob references in the model
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.
- Loading branch information