func agentRpcTestReloadSchema(ctx context.Context, t *testing.T, client tmclient.TabletManagerClient, ti *topo.TabletInfo) { err := client.ReloadSchema(ctx, ti) if err != nil { t.Errorf("ReloadSchema failed: %v", err) } if !testReloadSchemaCalled { t.Errorf("ReloadSchema didn't call the server side") } }