diff options
Diffstat (limited to 'go/replication')
| -rw-r--r-- | go/replication/volume_growth_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/go/replication/volume_growth_test.go b/go/replication/volume_growth_test.go index 031972bee..99f82a7fa 100644 --- a/go/replication/volume_growth_test.go +++ b/go/replication/volume_growth_test.go @@ -1,6 +1,7 @@ package replication import ( + "code.google.com/p/weed-fs/go/sequence" "code.google.com/p/weed-fs/go/storage" "code.google.com/p/weed-fs/go/topology" "encoding/json" @@ -79,7 +80,7 @@ func setup(topologyLayout string) *topology.Topology { //need to connect all nodes first before server adding volumes topo, err := topology.NewTopology("weedfs", "/etc/weedfs/weedfs.conf", - "/tmp", "testing", 32*1024, 5) + sequence.NewMemorySequencer(), 32*1024, 5) if err != nil { panic("error: " + err.Error()) } |
