fault

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2022 License: Apache-2.0 Imports: 8 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
)

Variables

This section is empty.

Functions

func AddFaultPoint

func AddFaultPoint(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(name string) error

func TriggerFault

func TriggerFault(name string) (int64, 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