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

v1.5-rc merge #27

Merged
merged 2 commits into from
Aug 5, 2021
Merged

v1.5-rc merge #27

merged 2 commits into from
Aug 5, 2021

Conversation

andresvia
Copy link
Contributor

@andresvia andresvia commented Aug 4, 2021

Fixes #25

@andresvia andresvia self-assigned this Aug 4, 2021
ecs.go Outdated
}

allInitialTargetsGone := true
for targetId, _ := range initialTargetIdState {
Copy link

Choose a reason for hiding this comment

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

S1005: unnecessary assignment to the blank identifier
(at-me in a reply with help or ignore)

ecs.go Outdated
break
case WaitUntilPrimaryRolled:
useValidateDeploymentFunc = validateDeployment
break
Copy link

Choose a reason for hiding this comment

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

S1023: redundant break statement
(at-me in a reply with help or ignore)

ecs.go Outdated
break
case WaitUntilPrimaryRolled:
useValidateDeploymentFunc = validateDeployment
break
Copy link

Choose a reason for hiding this comment

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

gosimple: S1023: redundant break statement
(at-me in a reply with help or ignore)

ecs.go Outdated
}

allInitialTargetsGone := true
for targetId, _ := range initialTargetIdState {
Copy link

Choose a reason for hiding this comment

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

gosimple: S1005: unnecessary assignment to the blank identifier
(at-me in a reply with help or ignore)

@andresvia andresvia merged commit 2372ceb into master Aug 5, 2021
@andresvia andresvia deleted the add-wait-until-option branch August 5, 2021 00:08
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.

Option to not wait or stop when draining has started
1 participant