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

# Functions

No description provided by the author
No description provided by the author
RegisterTests registers all tests to the Registry.
RunBuildAnalyze performs static analysis on the built binary to ensure it's built as expected.
RunBuildInfo is a test that sanity checks the build info.
UsingRuntimeAssertions returns true if calls to `t.Cockroach()` for this test will return the cockroach build with runtime assertions.
WaitFor3XReplication is like WaitForReplication but specifically requires three as the minimum number of voters a range must be replicated on.
WaitForReady waits until the given nodes report ready via health checks.
WaitForReplication waits until all ranges in the system are on at least or exactly replicationFactor number of voters, depending on the supplied waitForReplicationType.
No description provided by the author
WaitForUpdatedReplicationReport waits for an updated replication report.

# Constants

This file contains roach tests that test backup and restore.
This file contains roach tests that test backup and restore.
This file contains roach tests that test backup and restore.
This file contains roach tests that test backup and restore.
This file contains roach tests that test backup and restore.
ChaosEventTypeEnd signifies the chaos runner has ended.
ChaosEventTypePreShutdown signifies a shutdown on target(s) is about to happen.
ChaosEventTypePreStartup signifies the target(s) is about to be restarted.
ChaosEventTypeShutdownComplete signifies that the target(s) have shutdown.
ChaosEventTypeStart signifies the chaos runner has started.
ChaosEventTypeStartupComplete signifies the target(s) have restarted.
This file contains roach tests that test backup and restore.
This file contains roach tests that test backup and restore.
This file contains roach tests that test backup and restore.
This file contains roach tests that test backup and restore.
This file contains roach tests that test backup and restore.
This file contains roach tests that test backup and restore.
This file contains roach tests that test backup and restore.
No description provided by the author

# Structs

TODO(rui): move the driver to its own file or consolidate its contents in this file.
Chaos stops and restarts nodes in a cluster.
ChaosEvent is an event which happens during chaos running.
No description provided by the author
Periodic is a chaos timing using fixed durations.

# Interfaces

ChaosTimer configures a chaos schedule.
Failer fails and recovers a given node in some particular way.
PartialFailer supports partial failures between specific node pairs.

# Type aliases

ChaosEventType signifies an event that occurs during chaos.