package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Constants

(1 << 5) - 1: 0001 1111.
1 << 2: 0000 0100.
1 << 4: 0001 0000.
1 << 1: 0000 0010.
OutputResultOnly only shows whether the test passed or failed, along with any failure messages.
1 << 0: 0000 0001.
1 << 3: 0000 1000.

# Structs

RandomizedBasicRanges implements the RangeGen interface, supporting random range info distribution.
WeightedRandomizedBasicRanges implements the RangeGen interface, supporting weighted random range info distribution.

# Type aliases

OutputFlags sets flags for what to output in tests.