aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/volume_read_test.go
AgeCommit message (Collapse)AuthorFilesLines
2025-06-19pass volume version when creating a volumechrislu1-2/+2
2023-03-14fix testchrislu1-1/+3
2023-03-14fix testchrislu1-1/+3
when size is zero, the "LastModified" is not written
2022-11-14Lazy loading (#3958)Guo Lei1-3/+4
* types packages is imported more than onece * lazy-loading * fix bugs * fix bugs * fix unit tests * fix test error * rename function * unload ldb after initial startup * Don't load ldb when starting volume server if ldbtimeout is set. * remove uncessary unloadldb * Update weed/command/server.go Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> * Update weed/command/volume.go Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> Co-authored-by: guol-fnst <goul-fnst@fujitsu.com> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2022-09-06ADHOC: add read needle meta grpc (#3581)Eric Yang1-0/+91
* ADHOC: add read needle meta grpc * add test * nit Co-authored-by: root <root@HQ-10MSTD3EY.roblox.local>