package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
ConfigIsInDefaultList returns true if defaultName is one of the default config lists and configName is a config included in that list.
NewLineScanner returns an appropriately configured LineScanner.
ReadBackupRestoreProbabilityOverride reads any LogicTest directive at the beginning of a test file.
ReadTestFileConfigs reads any LogicTest directive at the beginning of a test file.
# Constants
Always will always start a tenant server.
DefaultConfigSet is an alias for the set of default configs.
Never will never start a tenant server.
Random is the default behavior.
# Variables
DefaultConfigSets are sets of configs that have an alias which can be used instead of specific config names.
LogicTestConfigs contains all possible cluster configs.
# Structs
ConfigCalculator is used to enumerate a map of configuration -> file.
LineScanner handles reading from input test files.
TestClusterConfig is a struct representing a single logictest configuration.
# Type aliases
ConfigIdx is an index in the above slice.
ConfigSet is a collection of configurations.
TenantMode is the type of the UseSecondaryTenant field in TestClusterConfig.