You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/failpoint/fail.go
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@
14
14
limitations under the License.
15
15
*/
16
16
17
+
// Package failpoint provides the code point in the path, which can be controlled
18
+
// by user's variable.
19
+
//
20
+
// Inspired by FreeBSD fail(9): https://freebsd.org/cgi/man.cgi?query=fail.
17
21
package failpoint
18
22
19
23
import (
@@ -80,7 +84,7 @@ func (t Type) String() string {
80
84
// be evaluated. If you want the error injected code should fire in second
81
85
// call, you can specify "1*off->1*error(oops)".
82
86
//
83
-
// Based on fail(9) freebsd: https://www.freebsd.org/cgi/man.cgi?query=fail&sektion=9&apropos=0&manpath=FreeBSD%2B10.0-RELEASE
87
+
// Inspired by FreeBSD fail(9): https://freebsd.org/cgi/man.cgi?query=fail.
0 commit comments