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

# Functions

BulkOpResponseFilter creates a blocking response filter for the responses related to bulk IO/backup/restore/import: Export, Import and AddSSTable.
GetJobPayload loads the Payload message associated with the job.
GetJobProgress loads the Progress message associated with the job.
VerifyRunningSystemJob checks that job records are created as expected and is marked as running.
VerifySystemJob checks that job records are created as expected.
WaitForJobReverting waits for the specified job ID to be in a reverting state.
WaitForJobToCancel waits for the specified job ID to be in a cancelled state.
WaitForJobToFail waits for the specified job ID to be in a failed state.
WaitForJobToPause waits for the specified job ID to be paused.
WaitForJobToRun waits for the specified job ID to be in a running state.
WaitForJobToSucceed waits for the specified job ID to succeed.

# Variables

InternalSystemJobsBaseQuery runs the query against an empty database string.