# Functions
DefaultRetryOptions should be used for retrying most network-dependent operations.
NewStoreSpec parses the string passed into a --store flag and returns a StoreSpec if it is correctly parsed.
# Constants
DefaultCertsDirectory is the default value for the cert directory flag.
DefaultHeartbeatInterval is how often heartbeats are sent from the transaction coordinator to a live transaction.
The default port for HTTP-for-humans.
DefaultMaxClockOffset is the default maximum acceptable clock offset value.
From IANA Service Name and Transport Protocol Port Number Registry.
MinimumStoreSize is the smallest size in bytes that a store can have.
NetworkTimeout is the timeout used for network operations.
ReplicationAuto means that ranges are replicated according to the production default zone config.
ReplicationManual means that the split and replication queues of all servers are stopped, and the test must manually control splitting and replication through the TestServer.
SlowRequestThreshold is the amount of time to wait before considering a request to be "slow".
# Variables
DefaultTestStoreSpec is just a single in memory store of 100 MiB with no special attributes.
# Structs
Config is embedded by server.Config.
NodeIDContainer is used to share a single roachpb.NodeID instance between multiple layers.
RaftConfig holds raft tuning parameters.
StoreSpec contains the details that can be specified in the cli pertaining to the --store flag.
StoreSpecList contains a slice of StoreSpecs that implements pflag's value interface.
TestClusterArgs contains the parameters one can set when creating a test cluster.
TestingKnobs contains facilities for controlling various parts of the system for testing.
TestServerArgs contains the parameters one can set when creating a test server.
# Interfaces
ModuleTestingKnobs is an interface for testing knobs for a submodule.
# Type aliases
JoinListType is a slice of strings that implements pflag's value interface.
TestClusterReplicationMode represents the replication settings for a TestCluster.