mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-02-09 09:17:28 +08:00
fix tests
This commit is contained in:
@@ -10,7 +10,8 @@ func TestVolumeServerEvacuate(t *testing.T) {
|
||||
|
||||
volumeServer := "192.168.1.4:8080"
|
||||
|
||||
if err := evacuateNormalVolumes(nil, topologyInfo, volumeServer, true, false, os.Stdout); err != nil {
|
||||
c := commandVolumeServerEvacuate{}
|
||||
if err := c.evacuateNormalVolumes(nil, topologyInfo, volumeServer, true, false, os.Stdout); err != nil {
|
||||
t.Errorf("evacuate: %v", err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user