Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvserver: fix TestCheckConsistencyInconsistent's VFS use
Fix TestCheckConsistencyInconsistent to not access an Engine's filesystem after closing the Engine. Instead, acquire a vfs.FS directly from the sticky VFS registry and use that to check for the inconsistency death rattle. Resolves #110293. Epic: none Release note: none
- Loading branch information