func agentRpcTestStartSlave(ctx context.Context, t *testing.T, client tmclient.TabletManagerClient, ti *topo.TabletInfo) { err := client.StartSlave(ctx, ti) compareError(t, "StartSlave", err, true, testStartSlaveCalled) }