aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/volume_vacuum_test.go
AgeCommit message (Expand)AuthorFilesLines
2025-06-19pass volume version when creating a volumechrislu1-2/+2
2022-11-14Lazy loading (#3958)Guo Lei1-2/+2
2022-08-23optimiz commitig compact (#3388)Guo Lei1-6/+31
2022-08-09delete minor unreachable code (#3423)Abirdcfly1-1/+0
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2022-02-14test: use `T.TempDir` to create temporary test directoryEng Zer Jun1-6/+1
2021-10-24volume vacuum: avoid timeout with streaming progress reportChris Lu1-1/+1
2021-10-14refactor: move from io/ioutil to io and os packageEng Zer Jun1-3/+2
2021-08-13Only when tailing volume, the zero-ed cookie should skip checking.Chris Lu1-1/+1
2021-08-08volume: support concurrent download data size limitChris Lu1-1/+1
2020-11-27volume: add "-dir.idx" option for separate index storageChris Lu1-2/+2
2020-08-19fix testsChris Lu1-1/+1
2020-08-18refactoring to typed SizeChris Lu1-2/+2
2020-05-07fix volume vacuum test unitzhangsong1-2/+2
2020-04-11volume server: accept fsync=true in write requestsChris Lu1-1/+1
2020-03-11volume: follow compactionBytePerSecondChris Lu1-1/+1
2019-12-24compaction changed to .idx based deletionChris Lu1-1/+1
2019-12-23shell: add ec.decode commandChris Lu1-2/+3
2019-09-12Change joeslay paths to chrislusf pathsj.laycock1-2/+2
2019-09-05use 0 instead of false for max memory flagj.laycock1-2/+2
2019-09-03Rename mem_map to mMap, remove some in_memory variables being passed around, ...j.laycock1-2/+2
2019-09-02Swap imports to use joeslayj.laycock1-2/+2
2019-05-03volume: add option to limit compaction speedChris Lu1-3/+7
2019-04-21volume: support http status 304 for the same file idChris Lu1-1/+1
2019-04-18refactoringChris Lu1-8/+10
2019-03-25WIPChris Lu1-1/+1
2018-12-31reduce file seek when writingChris Lu1-1/+1
2018-12-22compact map fix bug when iteratingChris Lu1-1/+1
2018-07-21go fmtChris Lu1-1/+1
2018-07-08fix all testsChris Lu1-2/+3
2018-07-07adjust log levelChris Lu1-2/+2
2018-06-24add support for extra super block infoChris Lu1-2/+2
2018-06-23increase test sizeChris Lu1-2/+2
2018-06-23fix error for deleted files during compactionChris Lu1-26/+38
2018-06-23add compaction testChris Lu1-0/+97
2016-10-07comment UT case霍晓栋1-12/+12
2016-10-07comment UT case霍晓栋1-0/+2
2016-10-07makediff func with UT case霍晓栋1-0/+53