Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Threads int
Threads is a measure of concurrency. Note: if Threads > 1, determinism is not guaranteed.
Functions ¶
func Fuzz ¶
Fuzz is a go-fuzzer compatible input point for replaying data (interpreted as a script of commands) to known ipfs datastore implementations
Types ¶
type RunState ¶
type RunState struct { Cancel context.CancelFunc // contains filtered or unexported fields }
RunState encapulates the state of a given fuzzing run
func (*RunState) FuzzStream ¶
FuzzStream sends a set of bytes to drive the current instance from a reader.
func (*RunState) TxnDB ¶
func (r *RunState) TxnDB() ds.TxnDatastore
TxnDB returns the transaciton database if the store under test supports transactions
Click to show internal directories.
Click to hide internal directories.