Added failpoint (#2468)

This commit is contained in:
Lonng 2019-04-18 15:31:27 +08:00 committed by Ceriath
parent 2e60bf54ea
commit 702b1a6620

View File

@ -1440,6 +1440,9 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [chromedp](https://github.com/knq/chromedp) - a way to drive/test Chrome, Safari, Edge, Android Webviews, and other browsers supporting the Chrome Debugging Protocol.
* [ggr](https://github.com/aerokube/ggr) - a lightweight server that routes and proxies Selenium Wedriver requests to multiple Selenium hubs.
* [selenoid](https://github.com/aerokube/selenoid) - alternative Selenium hub server that launches browsers within containers.
* Fail injection
* [failpoint](https://github.com/pingcap/failpoint) - An implementation of [failpoints](http://www.freebsd.org/cgi/man.cgi?query=fail) for Golang.
## Text Processing