Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incorrect history length in visibility #1361

Merged
merged 2 commits into from
Dec 28, 2018
Merged

Fix incorrect history length in visibility #1361

merged 2 commits into from
Dec 28, 2018

Conversation

vancexu
Copy link
Contributor

@vancexu vancexu commented Dec 27, 2018

Related issue #1359

@@ -3504,6 +3504,7 @@ func (s *integrationSuite) TestVisibility() {
s.Nil(err3)
closedCount = len(resp.Executions)
if closedCount == 1 {
s.Equal(int64(5), *(resp.Executions[0].HistoryLength))
Copy link
Contributor

Choose a reason for hiding this comment

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

Could also be next to the s.Equal(1, closedCount) below

@vancexu vancexu merged commit e5f00c2 into master Dec 28, 2018
@vancexu vancexu deleted the historyLen branch December 28, 2018 18:02
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.

2 participants