package test
import "github.com/coreos/etcd/tests/functional"
Index ¶
- Variables
- func BenchmarkEtcdDirectCall(b *testing.B)
- func BenchmarkEtcdDirectCallTls(b *testing.B)
- func CreateCluster(size int, procAttr *os.ProcAttr, ssl bool) ([][]string, []*os.Process, error)
- func DestroyCluster(etcds []*os.Process) error
- func Monitor(size int, allowDeadNum int, leaderChan chan string, all chan bool, stop chan bool)
- func Set(stop chan bool)
- func WaitForServer(host string, client http.Client, scheme string) error
Variables ¶
var EtcdBinPath string
Functions ¶
func BenchmarkEtcdDirectCall ¶
func BenchmarkEtcdDirectCallTls ¶
func CreateCluster ¶
Create a cluster of etcd nodes
func DestroyCluster ¶
Destroy all the nodes in the cluster
func Monitor ¶
func Set ¶
func Set(stop chan bool)
Sending set commands
func WaitForServer ¶
Source Files ¶
etcd_direct_call.go init.go util.go
- Version
- v0.4.9
- Published
- Mar 31, 2015
- Platform
- darwin/amd64
- Imports
- 12 packages
- Last checked
- 17 minutes ago –
Tools for package owners.