func agentRpcTestSlaveWasRestarted(ctx context.Context, t *testing.T, client tmclient.TabletManagerClient, ti *topo.TabletInfo) { err := client.SlaveWasRestarted(ctx, ti, testSlaveWasRestartedArgs) compareError(t, "RestartSlave", err, true, testRestartSlaveCalled) }