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

# Functions

ClampMetamorphicConstantUnderDuress ensures that the given integer constant with metamorphic testing range is at least the given minimum value, when the process is running under duress.
Duress catures the conditions that currently lead us to believe that tests may be slower than normal.
IgnoreLint skips this test, explicitly marking it as not a test that should be tracked as a "skipped test" by external tools.
IgnoreLintf is like IgnoreLint, and it also takes a format string.
NightlyStress returns true iff the process is running as part of CockroachDB's nightly stress tests.
Stress returns true iff the process is running under any instance of the stress harness, including the nightly one.
UnderBazelWithIssue skips this test if we are building inside bazel, logging the given issue ID as the reason.
UnderBench returns true iff a test is currently running under `go test -bench`.
UnderDeadlock skips this test if the deadlock detector is enabled.
UnderDeadlockWithIssue skips this test if the deadlock detector is enabled, logging the given issue ID as the reason.
UnderDuress skips the test if we are running under any of the conditions we have observed as producing slow builds.
UnderDuressWithIssue skips the test if we are running under any of the conditions we have observed as producing slow builds.
UnderMetamorphic skips this test during metamorphic runs, which are tests run with the metamorphic build tag.
UnderMetamorphicWithIssue skips this test during metamorphic runs, which are tests run with the metamorphic build tag, logging the given issue ID as the reason.
UnderNonTestBuild skips this test if the build does not have the crdb_test tag.
UnderRace skips this test if the race detector is enabled.
UnderRaceWithIssue skips this test if the race detector is enabled, logging the given issue ID as the reason.
UnderRemoteExecution skips the given test under remote test execution.
UnderShort skips this test if the -short flag is specified.
UnderStress skips this test when running under stress.
UnderStressWithIssue skips this test when running under stress, logging the given issue ID as the reason.
Unimplemented skips this test case, loggint the given issue ID.
WithIssue skips this test, logging the given issue ID as the reason.

# Interfaces

SkippableTest is a testing.TB with Skip methods.