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

Amended #740: More than one execution even when success #1104

Merged
merged 4 commits into from Jul 27, 2016

Conversation

Tygerian
Copy link

This is just resolving outstanding merge conflicts PR #740 had, hopefully this can speed up getting the fix merged in.

Exemple of what I saw: for a test method with two params with retry, if  first param fail (and then a retry is done), then the second param will be executed two times even if first time is SUCCES.
if  last result is Success then not retryFailed
{ 2, false } 2on execution with retry, 3rd execution ok...
{ 4, false } total executions -> 5
@Tygerian Tygerian mentioned this pull request Jul 26, 2016
@juherr
Copy link
Member

juherr commented Jul 26, 2016

LGTM 👍 Thank

@cbeust cbeust merged commit 4266f53 into testng-team:master Jul 27, 2016
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.

None yet

4 participants