Commit Graph

77 Commits (master)

Author SHA1 Message Date
Michael Stapelberg 66d6bd9e7b gofmt with Go 1.19 9 months ago
Michael Stapelberg ae5da07e4c
remove naked returns across the code base (#75)
fixes #73
3 years ago
Arran Walker 5ee7049312 replace imports of "golang.org/x/net/context" with "context" 5 years ago
Aaron Jacobs 57b4e8798f Fixed other tests on OS X. 8 years ago
Aaron Jacobs 182c96da07 Fixed cachingfs. 8 years ago
Aaron Jacobs eacbdb8d51 Disabled a test for a feature that doesn't work on OS X. 8 years ago
Aaron Jacobs c3c029c5c1 cachingFS.SetKeepCache 8 years ago
Aaron Jacobs 04dad40a08 PageCacheTest.TwoFileHandles_KeepCache 8 years ago
Aaron Jacobs 454f3959f7 PageCacheTest.TwoFileHandles_NoKeepCache 8 years ago
Aaron Jacobs 93388be731 PageCacheTest.SingleFileHandle_KeepCache 8 years ago
Aaron Jacobs 745498b1e9 cachingFS.ReadFile 8 years ago
Aaron Jacobs a95b1fb276 PageCacheTest.SingleFileHandle_NoKeepCache 8 years ago
Aaron Jacobs 28ee2de1e9 Added test names. 8 years ago
Aaron Jacobs b5be88054f Defined SetKeepCache and read behavior. 8 years ago
Aaron Jacobs 82289ebdd4 Fixed sample build errors. 8 years ago
Aaron Jacobs 3103bb22a1 Updated samples. 8 years ago
Aaron Jacobs 1939992b46 Reference package syncutil in its new location. 8 years ago
Aaron Jacobs 6d19754c38 Reference package timeutil in its new location. 8 years ago
Aaron Jacobs ea1d0606dc Fixed cachingfs. 8 years ago
Aaron Jacobs d7e70cb7dc Fixed cachingfs. 8 years ago
Aaron Jacobs e0aecb1d0b Use FileSystem in cachingfs. 8 years ago
Aaron Jacobs 95557166b5 Updated cachingfs test. 8 years ago
Aaron Jacobs e0068fc2a7 Updated cachingfs. 8 years ago
Aaron Jacobs ca8df835f6 Fixed more errors. 8 years ago
Aaron Jacobs fc3e144abf Fixed simple cachingfs errors. 8 years ago
Aaron Jacobs ba6909e398 Fixed an out of date name. 8 years ago
Aaron Jacobs 8d0ce150a0 Updated import paths after the repo move. 8 years ago
Aaron Jacobs 1a27522693 Added cachingfs support for nlink. 8 years ago
Aaron Jacobs 33e35f568b Tightened up nlink-related tests for sample file systems.
These are currently failing due to bazillion/fuse@58c769a. See #2.
8 years ago
Aaron Jacobs b851c516e3 Fixed AttributeCachingTest.StatMtimeStat_ViaPath on OS X. 8 years ago
Aaron Jacobs 6fe7f54829 Updated a few tests for darwin's special entry cache behavior. 8 years ago
Aaron Jacobs be35ff0dde Set EnableVnodeCaching in the appropriate test. 8 years ago
Aaron Jacobs 40519818d5 Clarified the expectations in a couple of tests. 8 years ago
Aaron Jacobs c713695871 Fixed broken tests using Mount. 8 years ago
Aaron Jacobs 69c73e39d4 AttributeCachingTest.StatMtimeStat_ViaFileDescriptor 8 years ago
Aaron Jacobs c7db9c22ec Fixed more test bugs. 8 years ago
Aaron Jacobs 440803fff6 Fixed some test bugs. 8 years ago
Aaron Jacobs 56cd06ab51 Implemented OpenDir and OpenFile. 8 years ago
Aaron Jacobs 8d1ca91bc9 AttributeCachingTest.StatRenumberMtimeStat_ViaFileDescriptor 8 years ago
Aaron Jacobs 0fe8ed1493 Fixed AttributeCachingTest.StatMtimeStat. 8 years ago
Aaron Jacobs 9ca89ca229 Added AttributeCachingTest. 8 years ago
Aaron Jacobs ac34f0f721 Added EntryCachingTest. 8 years ago
Aaron Jacobs b1ad507c85 NoCachingTest.StatRenumberMtimeStat 8 years ago
Aaron Jacobs 1aab442f8b NoCachingTest.StatMtimeStat 8 years ago
Aaron Jacobs ea6a65ae8e NoCachingTest.StatRenumberStat 8 years ago
Aaron Jacobs b07c1f4825 Refactored. 8 years ago
Aaron Jacobs a3dcce8ed9 Fixed more test bugs. 8 years ago
Aaron Jacobs e61d2fc9f6 Fixed some test bugs. 8 years ago
Aaron Jacobs 6490602460 NoCachingTest.StatStat 8 years ago
Aaron Jacobs f1914f74b2 Finished writing BasicsTest. 8 years ago