mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
functional: add links to "godoc"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
f6cb732fff
commit
dca14df161
@ -1,8 +1,10 @@
|
||||
## etcd Functional Testing
|
||||
|
||||
`functional` verifies the correct behavior of etcd under various system and network malfunctions. It sets up an etcd cluster under high pressure loads and continuously injects failures into the cluster. Then it expects the etcd cluster to recover within a few seconds. This has been extremely helpful to find critical bugs.
|
||||
[`functional`](https://godoc.org/github.com/coreos/etcd/functional) verifies the correct behavior of etcd under various system and network malfunctions. It sets up an etcd cluster under high pressure loads and continuously injects failures into the cluster. Then it expects the etcd cluster to recover within a few seconds. This has been extremely helpful to find critical bugs.
|
||||
|
||||
See [functional.yaml](../functional.yaml) for an example configuration.
|
||||
See [`rpcpb.FailureCase`](https://godoc.org/github.com/coreos/etcd/functional/rpcpb#FailureCase) for all failure cases.
|
||||
|
||||
See [functional.yaml](https://github.com/coreos/etcd/blob/master/functional.yaml) for an example configuration.
|
||||
|
||||
### Run locally
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user