fault

package
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

A very simple fault injection tool.

Index

Constants

View Source
const (
	STOP = iota
	LOOKUP
	ADD
	REMOVE
	TRIGGER
)
View Source
const (
	RETURN = iota
	GETCOUNT
	SLEEP
	WAIT
	GETWAITERS
	NOTIFY
	NOTIFYALL
	PANIC
	ECHO
)

Variables

This section is empty.

Functions

func AddFaultPoint

func AddFaultPoint(ctx context.Context, name string, freq string, action string, iarg int64, sarg string) error

func Disable

func Disable()

Disable fault injection

func Enable

func Enable()

Enable fault injection

func IsEnabled

func IsEnabled() bool

func RemoveFaultPoint

func RemoveFaultPoint(ctx context.Context, name string) error

func TriggerFault

func TriggerFault(name string) (iret int64, sret string, exist bool)

Trigger a fault point.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL