1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-04 16:16:58 +02:00
seaweedfs/weed/util/chunk_cache
Eng Zer Jun b92df1654c
test: use T.TempDir to create temporary test directory
The directory created by `T.TempDir` is automatically removed when the
test and all its subtests complete.

Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-02-14 10:38:13 +08:00
..
chunk_cache.go make reader_at handle random reads more efficiently for FUSE 2021-04-28 19:13:37 -04:00
chunk_cache_in_memory.go make reader_at handle random reads more efficiently for FUSE 2021-04-28 19:13:37 -04:00
chunk_cache_on_disk.go make reader_at handle random reads more efficiently for FUSE 2021-04-28 19:13:37 -04:00
chunk_cache_on_disk_test.go test: use T.TempDir to create temporary test directory 2022-02-14 10:38:13 +08:00
on_disk_cache_layer.go add warning error 2021-10-16 15:57:30 -07:00