aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_volume_fix_replication_test.go
AgeCommit message (Collapse)AuthorFilesLines
2024-09-26Fix/copy before delete replication (#6064)Max Denushev1-0/+87
* fix(shell): volume.fix.replication misplaced volumes unsatisfying replication factor * fix(shell): simplify replication check * fix(shell): add test for satisfyReplicaCurrentLocation
2023-11-21fix TestMisplacedChecking() and add test-casezehweh1-3/+9
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2021-12-05volume.fix.replication: fix misplaced volumeschrislu1-0/+138
fix https://github.com/chrislusf/seaweedfs/issues/2416
2021-11-02add one unit testChris Lu1-0/+23
2020-09-07fix testChris Lu1-55/+121
2020-04-05go fmtChris Lu1-0/+1
2020-04-02volume.fix.replication: add test cases for complicated movingChris Lu1-0/+206
fix https://github.com/chrislusf/seaweedfs/issues/1253