MCPcopy
hub / github.com/cockroachdb/cockroach / ModuleTestingKnobs

Interface ModuleTestingKnobs

pkg/base/testing_knobs.go:14–17  ·  view source on GitHub ↗

ModuleTestingKnobs is an interface for testing knobs for a submodule.

Source from the content-addressed store, hash-verified

12
13// ModuleTestingKnobs is an interface for testing knobs for a submodule.
14type ModuleTestingKnobs interface {
15 // ModuleTestingKnobs is a dummy function.
16 ModuleTestingKnobs()
17}
18
19// TestingKnobs contains facilities for controlling various parts of the
20// system for testing.

Callers

nothing calls this directly

Implementers 15

StoreTestingKnobspkg/kv/kvserver/testing_knobs.go
ClientTestingKnobspkg/kv/kvclient/kvcoord/testing_knobs.
TestingKnobspkg/ccl/changefeedccl/testing_knobs.go
ExecutorTestingKnobspkg/sql/exec_util.go
PGWireTestingKnobspkg/sql/exec_util.go
TenantTestingKnobspkg/sql/exec_util.go
BackupRestoreTestingKnobspkg/sql/exec_util.go
GCJobTestingKnobspkg/sql/schema_changer.go
SchemaChangerTestingKnobspkg/sql/schema_changer.go
TypeSchemaChangerTestingKnobspkg/sql/type_change.go
TestingKnobspkg/sql/flowinfra/testing_knobs.go
EvalContextTestingKnobspkg/sql/sem/tree/eval.go

Calls

no outgoing calls

Tested by

no test coverage detected