datatest

package
v0.0.0-...-f98dcff Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2023 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Overview

Package datatest provides common datadriven test commands for use outside of the root Pebble package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefineBatch

func DefineBatch(d *datadriven.TestData, b *pebble.Batch) error

DefineBatch interprets the provided datadriven command as a sequence of write operations, one-per-line, to apply to the provided batch.

Types

type CompactionTracker

type CompactionTracker struct {
	sync.Cond
	// contains filtered or unexported fields
}

CompactionTracker is a listener that tracks the number of compactions.

func NewCompactionTracker

func NewCompactionTracker(options *pebble.Options) *CompactionTracker

NewCompactionTracker setups the necessary options to keep track of the compactions that are in flight.

func (*CompactionTracker) WaitForInflightCompactionsToEqual

func (cql *CompactionTracker) WaitForInflightCompactionsToEqual(target int)

WaitForInflightCompactionsToEqual waits until compactions meet the specified target.

Jump to

Keyboard shortcuts

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