Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SoakConfig ¶
SoakConfig configures the soak test parameters.
type SoakResult ¶
SoakResult contains the results of a soak test run.
func Soak ¶
func Soak(t *testing.T, backend metadatadb.Backend, config SoakConfig) SoakResult
Soak runs a concurrent soak test against a backend, exercising all data structure types with random operations and periodic flushes, then verifies consistency by checking monotonic invariants and round-trip equality.
Click to show internal directories.
Click to hide internal directories.