onlineddl

package
v0.15.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2022 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckCancelAllMigrations

func CheckCancelAllMigrations(t *testing.T, vtParams *mysql.ConnParams, expectCount int)

CheckCancelAllMigrations cancels all pending migrations and expect number of affected rows A negative value for expectCount indicates "don't care, no need to check"

func CheckCancelAllMigrationsViaVtctl added in v0.13.0

func CheckCancelAllMigrationsViaVtctl(t *testing.T, vtctlclient *cluster.VtctlClientProcess, keyspace string)

CheckCancelAllMigrations cancels all pending migrations. There is no validation for affected migrations.

func CheckCancelMigration

func CheckCancelMigration(t *testing.T, vtParams *mysql.ConnParams, shards []cluster.Shard, uuid string, expectCancelPossible bool)

CheckCancelMigration attempts to cancel a migration, and expects success/failure by counting affected rows

func CheckCleanupMigration added in v0.13.0

func CheckCleanupMigration(t *testing.T, vtParams *mysql.ConnParams, shards []cluster.Shard, uuid string)

CheckCleanupMigration attempts to cleanup a migration, and expects success by counting affected rows

func CheckCompleteAllMigrations added in v0.15.0

func CheckCompleteAllMigrations(t *testing.T, vtParams *mysql.ConnParams, expectCount int)

CheckCompleteAllMigrations completes all pending migrations and expect number of affected rows A negative value for expectCount indicates "don't care, no need to check"

func CheckCompleteMigration added in v0.13.0

func CheckCompleteMigration(t *testing.T, vtParams *mysql.ConnParams, shards []cluster.Shard, uuid string, expectCompletePossible bool)

CheckCompleteMigration attempts to complete a migration, and expects success by counting affected rows

func CheckLaunchAllMigrations added in v0.15.0

func CheckLaunchAllMigrations(t *testing.T, vtParams *mysql.ConnParams, expectCount int)

CheckLaunchAllMigrations launches all queued posponed migrations and expect number of affected rows A negative value for expectCount indicates "don't care, no need to check"

func CheckLaunchMigration added in v0.15.0

func CheckLaunchMigration(t *testing.T, vtParams *mysql.ConnParams, shards []cluster.Shard, uuid string, launchShards string, expectLaunchPossible bool)

CheckLaunchMigration attempts to launch a migration, and expects success by counting affected rows

func CheckMigrationArtifacts

func CheckMigrationArtifacts(t *testing.T, vtParams *mysql.ConnParams, shards []cluster.Shard, uuid string, expectArtifacts bool)

CheckMigrationArtifacts verifies given migration exists, and checks if it has artifacts

func CheckMigrationStatus

func CheckMigrationStatus(t *testing.T, vtParams *mysql.ConnParams, shards []cluster.Shard, uuid string, expectStatuses ...schema.OnlineDDLStatus)

CheckMigrationStatus verifies that the migration indicated by given UUID has the given expected status

func CheckRetryMigration

func CheckRetryMigration(t *testing.T, vtParams *mysql.ConnParams, shards []cluster.Shard, uuid string, expectRetryPossible bool)

CheckRetryMigration attempts to retry a migration, and expects success/failure by counting affected rows

func CheckRetryPartialMigration added in v0.14.2

func CheckRetryPartialMigration(t *testing.T, vtParams *mysql.ConnParams, uuid string, expectAtLeastRowsAffected uint64)

CheckRetryPartialMigration attempts to retry a migration where a subset of shards failed

func CheckThrottledApps added in v0.14.0

func CheckThrottledApps(t *testing.T, vtParams *mysql.ConnParams, appName string, expectFind bool)

CheckThrottledApps checks for existence or non-existence of an app in the throttled apps list

func CreateTempScript added in v0.11.0

func CreateTempScript(t *testing.T, content string) (fileName string)

CreateTempScript creates a script in the temporary directory with given content

func GetMySQLVersion added in v0.14.0

func GetMySQLVersion(t *testing.T, tablet *cluster.Vttablet) string

func MysqlClientExecFile added in v0.11.0

func MysqlClientExecFile(t *testing.T, mysqlParams *mysql.ConnParams, testDataPath, testName string, fileName string) (output string)

MysqlClientExecFile runs a file through the mysql client

func PrintQueryResult

func PrintQueryResult(writer io.Writer, qr *sqltypes.Result)

PrintQueryResult will pretty-print a QueryResult to the logger.

func ReadMigrationLogs added in v0.11.0

func ReadMigrationLogs(t *testing.T, vtParams *mysql.ConnParams, uuid string) (logs []string)

ReadMigrationLogs reads migration logs for a given migration, on all shards

func ReadMigrations added in v0.11.0

func ReadMigrations(t *testing.T, vtParams *mysql.ConnParams, like string) *sqltypes.Result

ReadMigrations reads migration entries

func ThrottleAllMigrations added in v0.14.0

func ThrottleAllMigrations(t *testing.T, vtParams *mysql.ConnParams)

ThrottleAllMigrations fully throttles online-ddl apps

func UnthrottleAllMigrations added in v0.14.0

func UnthrottleAllMigrations(t *testing.T, vtParams *mysql.ConnParams)

UnthrottleAllMigrations cancels migration throttling

func VtgateExecDDL

func VtgateExecDDL(t *testing.T, vtParams *mysql.ConnParams, ddlStrategy string, query string, expectError string) *sqltypes.Result

VtgateExecDDL executes a DDL query with given strategy

func VtgateExecQuery

func VtgateExecQuery(t *testing.T, vtParams *mysql.ConnParams, query string, expectError string) *sqltypes.Result

VtgateExecQuery runs a query on VTGate using given query params

func WaitForMigrationStatus added in v0.11.0

func WaitForMigrationStatus(t *testing.T, vtParams *mysql.ConnParams, shards []cluster.Shard, uuid string, timeout time.Duration, expectStatuses ...schema.OnlineDDLStatus) schema.OnlineDDLStatus

WaitForMigrationStatus waits for a migration to reach either provided statuses (returns immediately), or eventually time out

func WaitForThrottledTimestamp added in v0.14.2

func WaitForThrottledTimestamp(t *testing.T, vtParams *mysql.ConnParams, uuid string, timeout time.Duration) (
	row sqltypes.RowNamedValues,
	startedTimestamp string,
	lastThrottledTimestamp string,
)

WaitForThrottledTimestamp waits for a migration to have a non-empty last_throttled_timestamp

func WaitForVReplicationStatus added in v0.12.0

func WaitForVReplicationStatus(t *testing.T, vtParams *mysql.ConnParams, shards []cluster.Shard, uuid string, timeout time.Duration, expectStatuses ...string) (status string)

WaitForVReplicationStatus waits for a vreplication stream to be in one of given states, or timeout

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL