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

doc.go

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

Tools for package owners.