Esempio n. 1
0
func agentRpcTestSnapshotSourceEnd(t *testing.T, client tmclient.TabletManagerClient, ti *topo.TabletInfo) {
	err := client.SnapshotSourceEnd(ti, testSnapshotSourceEndArgs, time.Minute)
	compareError(t, "SnapshotSourceEnd", err, true, testSnapshotSourceEndCalled)
}