func agentRpcTestStopBlp(ctx context.Context, t *testing.T, client tmclient.TabletManagerClient, ti *topo.TabletInfo) { bpl, err := client.StopBlp(ctx, ti) compareError(t, "StopBlp", err, bpl, testBlpPositionList) }