Exemple #1
0
func agentRpcTestSnapshotSourceEnd(ctx context.Context, t *testing.T, client tmclient.TabletManagerClient, ti *topo.TabletInfo) {
	err := client.SnapshotSourceEnd(ctx, ti, testSnapshotSourceEndArgs)
	compareError(t, "SnapshotSourceEnd", err, true, testSnapshotSourceEndCalled)
}