Skip to content

(POOLER-124) Fix evaluation of max_tries#273

Merged
mchllweeks merged 1 commit into
puppetlabs:masterfrom
mattkirby:pooler_124
Jul 9, 2018
Merged

(POOLER-124) Fix evaluation of max_tries#273
mchllweeks merged 1 commit into
puppetlabs:masterfrom
mattkirby:pooler_124

Conversation

@mattkirby

Copy link
Copy Markdown
Contributor

This commit updates usage of max_tries to ensure that the increment of the try value happens after evaluation of whether max_tries has been exceeded. Without this change max_tries doesn't work as advertised. Additionally, checking looks to see if try is greater than or equal to so the try count exceeding max_tries would also be detected.

This commit updates usage of max_tries to ensure that the increment of the try value happens after evaluation of whether max_tries has been exceeded. Without this change max_tries doesn't work as advertised. Additionally, checking looks to see if try is greater than or equal to so the try count exceeding max_tries would also be detected.
@sbeaulie

sbeaulie commented Jul 4, 2018

Copy link
Copy Markdown
Contributor

fix for #199

@mchllweeks mchllweeks merged commit 6f4f3cc into puppetlabs:master Jul 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants