package test

import "github.com/coreos/etcd/test"

Index

Functions

func CreateCluster

func CreateCluster(size int, procAttr *os.ProcAttr, ssl bool) ([][]string, []*os.Process, error)

Create a cluster of etcd nodes

func DestroyCluster

func DestroyCluster(etcds []*os.Process) error

Destroy all the nodes in the cluster

func Monitor

func Monitor(size int, allowDeadNum int, leaderChan chan string, all chan bool, stop chan bool)

func Set

func Set(stop chan bool)

Sending set commands

Source Files

test.go

Version
v0.1.1
Published
Aug 19, 2013
Platform
linux/amd64
Imports
8 packages
Last checked
11 minutes ago

Tools for package owners.