Documentation ¶
Index ¶
- Variables
- func CheckBinlogPlayerVars(t *testing.T, vttablet cluster.Vttablet, sourceShards []string, ...)
- func CheckBinlogServerVars(t *testing.T, vttablet cluster.Vttablet, minStatement int, minTxn int, ...)
- func CheckDestinationMaster(t *testing.T, vttablet cluster.Vttablet, sourceShards []string, ...)
- func CheckLotsTimeout(t *testing.T, vttablet cluster.Vttablet, count uint64, table string, ks string, ...) bool
- func CheckShardQueryService(t *testing.T, ci cluster.LocalProcessCluster, cell string, keyspaceName string, ...)
- func CheckShardQueryServices(t *testing.T, ci cluster.LocalProcessCluster, shards []cluster.Shard, ...)
- func CheckSrvKeyspace(t *testing.T, cell string, ksname string, shardingCol string, ...)
- func CheckTabletQueryService(t *testing.T, vttablet cluster.Vttablet, expectedStatus string, ...)
- func CheckTabletQueryServices(t *testing.T, vttablets []cluster.Vttablet, expectedStatus string, ...)
- func CheckThrottlerService(t *testing.T, server string, names []string, rate int, ...)
- func CheckValues(t *testing.T, vttablet cluster.Vttablet, id uint64, msg string, exists bool, ...) bool
- func ExecuteOnTablet(t *testing.T, query string, vttablet cluster.Vttablet, ks string, ...)
- func GetShardInfo(t *testing.T, shard1Ks string, ci cluster.LocalProcessCluster) *topodata.Shard
- func GetSrvKeyspace(t *testing.T, cell string, ksname string, ci cluster.LocalProcessCluster) *topodata.SrvKeyspace
- func InsertLots(t *testing.T, count uint64, vttablet cluster.Vttablet, table string, ks string)
- func InsertMultiValues(t *testing.T, tablet cluster.Vttablet, keyspaceName string, tableName string, ...)
- func VerifyTabletHealth(t *testing.T, vttablet cluster.Vttablet, hostname string)
Constants ¶
This section is empty.
Variables ¶
var (
// InsertTabletTemplateKsID common insert format to be used for different tests
InsertTabletTemplateKsID = `insert into %s (id, msg) values (%d, '%s') /* id:%d */`
)
Functions ¶
func CheckBinlogPlayerVars ¶
func CheckBinlogPlayerVars(t *testing.T, vttablet cluster.Vttablet, sourceShards []string, secondBehindMaster int64)
CheckBinlogPlayerVars Checks the binlog player variables are correctly exported.
func CheckBinlogServerVars ¶
func CheckBinlogServerVars(t *testing.T, vttablet cluster.Vttablet, minStatement int, minTxn int, isVerticalSplit bool)
CheckBinlogServerVars checks the binlog server variables are correctly exported.
func CheckDestinationMaster ¶
func CheckDestinationMaster(t *testing.T, vttablet cluster.Vttablet, sourceShards []string, ci cluster.LocalProcessCluster)
CheckDestinationMaster performs multiple checks on a destination master.
func CheckLotsTimeout ¶
func CheckLotsTimeout(t *testing.T, vttablet cluster.Vttablet, count uint64, table string, ks string, keyType querypb.Type, pctFound int) bool
CheckLotsTimeout waits till all values are inserted
func CheckShardQueryService ¶
func CheckShardQueryService(t *testing.T, ci cluster.LocalProcessCluster, cell string, keyspaceName string, shardName string, tabletType topodata.TabletType, expectedState bool)
CheckShardQueryService checks DisableQueryService in the shard record's TabletControlMap.
func CheckShardQueryServices ¶
func CheckShardQueryServices(t *testing.T, ci cluster.LocalProcessCluster, shards []cluster.Shard, cell string, keyspaceName string, tabletType topodata.TabletType, expectedState bool)
CheckShardQueryServices checks DisableQueryService for all shards
func CheckSrvKeyspace ¶
func CheckSrvKeyspace(t *testing.T, cell string, ksname string, shardingCol string, colType topodata.KeyspaceIdType, expectedPartition map[topodata.TabletType][]string, ci cluster.LocalProcessCluster)
CheckSrvKeyspace verifies the schema with expectedPartition
func CheckTabletQueryService ¶
func CheckTabletQueryService(t *testing.T, vttablet cluster.Vttablet, expectedStatus string, tabletControlEnabled bool, ci cluster.LocalProcessCluster)
CheckTabletQueryService check that the query service is enabled or disabled on the tablet
func CheckTabletQueryServices ¶
func CheckTabletQueryServices(t *testing.T, vttablets []cluster.Vttablet, expectedStatus string, tabletControlEnabled bool, ci cluster.LocalProcessCluster)
CheckTabletQueryServices check that the query service is enabled or disabled on the specified tablets.
func CheckThrottlerService ¶
func CheckThrottlerService(t *testing.T, server string, names []string, rate int, ci cluster.LocalProcessCluster)
CheckThrottlerService runs checkThrottlerServiceMaxRates and checkThrottlerServiceConfigs
func CheckValues ¶
func CheckValues(t *testing.T, vttablet cluster.Vttablet, id uint64, msg string, exists bool, tableName string, ks string, keyType querypb.Type, dbConn *mysql.Conn) bool
CheckValues check value from sql query to table with expected values
func ExecuteOnTablet ¶
func ExecuteOnTablet(t *testing.T, query string, vttablet cluster.Vttablet, ks string, expectFail bool)
ExecuteOnTablet executes a write query on specified vttablet It should always be called with a master tablet for the keyspace/shard
func GetShardInfo ¶
GetShardInfo return the Shard information
func GetSrvKeyspace ¶
func GetSrvKeyspace(t *testing.T, cell string, ksname string, ci cluster.LocalProcessCluster) *topodata.SrvKeyspace
GetSrvKeyspace return the Srv Keyspace structure
func InsertLots ¶
InsertLots inserts multiple values to vttablet
Types ¶
This section is empty.