Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2026 Changes in this version + var ErrBinaryNotFound = errors.New("cockroach binary not found (set COCKROACH_BIN or put cockroach on PATH)") + func RunTests(m *testing.M) + type Cluster struct + DSN string + func Shared(t testing.TB) *Cluster + func Start(ctx context.Context, opts ...Option) (*Cluster, error) + func (c *Cluster) Logs() string + func (c *Cluster) Stop() error + type Option interface + func WithExtraArgs(args ...string) Option + func WithSecure() Option + func WithStartTimeout(d time.Duration) Option