func agentRpcTestBreakSlaves(t *testing.T, client tmclient.TabletManagerClient, ti *topo.TabletInfo) { err := client.BreakSlaves(ti, time.Minute) compareError(t, "BreakSlaves", err, true, testBreakSlavesCalled) }