diff options
Diffstat (limited to 'weed/shell/command_volume_list_test.go')
| -rw-r--r-- | weed/shell/command_volume_list_test.go | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/weed/shell/command_volume_list_test.go b/weed/shell/command_volume_list_test.go index 1c8368229..4d67ada01 100644 --- a/weed/shell/command_volume_list_test.go +++ b/weed/shell/command_volume_list_test.go @@ -2,15 +2,18 @@ package shell import ( _ "embed" + "github.com/seaweedfs/seaweedfs/weed/storage/erasure_coding" "github.com/seaweedfs/seaweedfs/weed/storage/types" "github.com/stretchr/testify/assert" + //"google.golang.org/protobuf/proto" - "github.com/golang/protobuf/proto" "strconv" "strings" "testing" + "github.com/golang/protobuf/proto" + "github.com/seaweedfs/seaweedfs/weed/pb/master_pb" ) @@ -127,3 +130,6 @@ var topoData string //go:embed volume.list2.txt var topoData2 string + +//go:embed volume.ecshards.txt +var topoDataEc string |
