package integration
import "github.com/coreos/etcd/integration"
Package integration implements tests built upon embedded etcd, and focus on etcd correctness.
Features/goals of the integration tests: 1. test the whole code base except command-line parsing. 2. check internal data, including raft, store and etc. 3. based on goroutines, which is faster than process. 4. mainly tests user behavior and user-facing API.
Index ¶
Source Files ¶
- Version
- v2.1.0+incompatible
- Published
- Jul 21, 2015
- Platform
- linux/amd64
- Last checked
- 4 minutes ago –
Tools for package owners.