-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a test for filestore loading from disk.
I had a concern that the loading of filetimes from the disk may have been broken while looking into the ordering of entries in the evicting map. It turns out that this was unfounded as writing a test proves that the function works as expected. I then broke the function on purpose by changing the sort order and found this new test was the only one that failed. Therefore adding it to the test suite seems reasonable since it is now written.
- Loading branch information
1 parent
7bad256
commit 5f3e9f5
Showing
1 changed file
with
52 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters