package integration

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

functional tests are built upon embeded etcd, and focus on etcd functional correctness.

Its goal: 1. it tests the whole code base except the command line parse. 2. it is able to check internal data, including raft, store and etc. 3. it is based on goroutine, which is faster than process. 4. it mainly tests user behavior and user-facing API.

Index

Source Files

doc.go

Version
v0.5.0-alpha.0
Published
Oct 25, 2014
Platform
linux/amd64
Last checked
3 minutes ago

Tools for package owners.