Skip to content

Conversation

@samarabbas
Copy link
Contributor

No description provided.

// this function poll events from history side
pageSize := 1
getHistory := func(namespace string, execution *commonpb.WorkflowExecution, firstEventID int64, nextEventID int64,
token []byte) (*adminservice.GetWorkflowExecutionRawHistoryResponse, error) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would suggest delete this function (TestAdminGetWorkflowExecutionRawHistory_All) all together and file a ticket to create an integration test for v2 get raw history API

v2 api also takes in the version of start / end history event:


Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah ran into this. Removing these tests for now. Filed: #745

@wxing1292
Copy link
Contributor

LGTM

@samarabbas samarabbas merged commit 53ef2b2 into temporalio:master Sep 21, 2020
@samarabbas samarabbas deleted the remove-replication-info-usage branch September 21, 2020 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants