func agentRpcTestApplySchema(ctx context.Context, t *testing.T, client tmclient.TabletManagerClient, ti *topo.TabletInfo) { scr, err := client.ApplySchema(ctx, ti, testSchemaChange) compareError(t, "ApplySchema", err, scr, testSchemaChangeResult) }