From 702b1a6620b2e3e5761d0b4c8251d4f47a262aa6 Mon Sep 17 00:00:00 2001 From: Lonng Date: Thu, 18 Apr 2019 15:31:27 +0800 Subject: [PATCH] Added failpoint (#2468) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index abccb5ac..ef8de188 100644 --- a/README.md +++ b/README.md @@ -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