mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-17 17:51:20 +08:00
fix tests
This commit is contained in:
@@ -6,7 +6,12 @@ import (
|
||||
)
|
||||
|
||||
func TestVolumeServerEvacuate(t *testing.T) {
|
||||
c := commandVolumeServerEvacuate{}
|
||||
targetServer := ""
|
||||
volumeRack := "rack1"
|
||||
c := commandVolumeServerEvacuate{
|
||||
targetServer: &targetServer,
|
||||
volumeRack: &volumeRack,
|
||||
}
|
||||
c.topologyInfo = parseOutput(topoData)
|
||||
|
||||
volumeServer := "192.168.1.4:8080"
|
||||
|
||||
Reference in New Issue
Block a user