package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
Diff returns an edit diff by calling diff.Diff and reformatting the results.
MakePlan is a convenient alternative to calling scplan.MakePlan in tests.
ProtoDiff generates an indented summary of the diff between two protos' YAML representations.
ProtoToYAML marshals a protobuf to YAML in a roundabout way.
TableNameFromStmt fetch table name from a statement.
TruncateJobOps truncates really long or unstable ops details which otherwise get in the way of testing.
WithBuilderDependenciesFromTestServer sets up and tears down an scbuild.Dependencies object built using the test server interface and which it passes to the callback.