package
19.1.0-beta.20190304+incompatible
Repository: https://github.com/darinpp/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.
GetJobID gets a particular job's ID.
GetJobProgress loads the Progress message associated with the job.
QueryRecentJobID queries a particular job's ID ordered by latest creation time.
RunJob runs the provided job control statement, intializing, notifying and closing the chan at the passed pointer (see below for why) and returning the jobID and error result.
VerifyRunningSystemJob checks that job records are created as expected and is marked as running.
VerifySystemJob checks that job records are created as expected.
WaitForFractionalProgress waits for a job to progress past a certain point.
WaitForJob waits for the specified job ID to terminate.
WaitForStatus waits for a job to have a certain status.