1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-19 15:31:05 +02:00
seaweedfs/weed/storage
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
..
backend go fmt 2021-11-02 23:39:16 -07:00
erasure_coding change server address from string to a type 2021-09-12 22:47:52 -07:00
idx
needle move error to a separate file 2022-02-04 22:57:51 -08:00
needle_map go fmt 2021-09-01 02:45:42 -07:00
super_block
types go fmt 2021-09-01 02:45:42 -07:00
volume_info sync call to write file, avoid vif loading error 2022-02-04 11:14:04 -08:00
disk_location.go remove debug messages 2021-12-16 00:58:15 -08:00
disk_location_ec.go refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
needle_map.go
needle_map_leveldb.go
needle_map_memory.go
needle_map_metric.go fix build 2021-08-30 02:03:08 -07:00
needle_map_metric_test.go refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
needle_map_sorted_file.go
store.go change server address from string to a type 2021-09-12 22:47:52 -07:00
store_ec.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
store_ec_delete.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
store_vacuum.go skips compact if store is stopping 2022-02-07 20:16:15 +05:00
volume.go avoid data loss after restarting a container with a volum server 2021-06-02 17:07:19 +05:00
volume_backup.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
volume_backup_test.go
volume_checking.go
volume_info.go
volume_info_test.go
volume_loading.go volume: fix loading old volume format 2021-12-05 01:06:01 -08:00
volume_read.go volume: support concurrent download data size limit 2021-08-08 23:25:16 -07:00
volume_read_all.go volume stream read skips deleted content 2021-09-27 03:07:44 -07:00
volume_stream_write.go
volume_super_block.go
volume_tier.go refactor: separating out remote.proto 2021-08-26 15:18:34 -07:00
volume_vacuum.go updated needle with fsync 2022-02-08 00:10:53 +05:00
volume_vacuum_test.go test: use T.TempDir to create temporary test directory 2022-02-14 10:38:13 +08:00
volume_write.go Only when tailing volume, the zero-ed cookie should skip checking. 2021-08-13 02:09:35 -07:00
volume_write_test.go test: use T.TempDir to create temporary test directory 2022-02-14 10:38:13 +08:00