瀏覽代碼

functional: add links to "godoc"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 年之前
父節點
當前提交
dca14df161
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      functional/README.md

+ 4 - 2
functional/README.md

@@ -1,8 +1,10 @@
 ## etcd Functional Testing
 ## 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
 ### Run locally