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

Reimplemented 'latest_version()' to fix #12663 and make it more readable + better debug-able. #12670

Merged
merged 1 commit into from
May 24, 2014

Conversation

eliasp
Copy link
Contributor

@eliasp eliasp commented May 10, 2014

`latest_version' caused some trouble as outlined in #12663

Part of the problem was not using versions_as_list=True for retrieving the list of installed package (resulting in version strings of joined single versions like 15.0.4420.1017,15.0.4569.1506), but also a bit convoluted implementation.

This re-implementation works fine for me, but a review + test would be appreciated to make sure we don't break anything.

@ghost
Copy link

ghost commented May 10, 2014

Test PASSed.
Refer to this link for build results: http://jenkins.saltstack.com/job/salt-pr-build/4209/

@ghost
Copy link

ghost commented May 10, 2014

Test FAILed.
Refer to this link for build results: http://cookingwithsalt.org/job/salt/job/pr/job/build/24754/

@thatch45
Copy link
Contributor

@UtahDave can you please take a look here? At first glance it all looks good, but you are the man here

@ghost
Copy link

ghost commented May 14, 2014

Test Failed.

If the failures are unrelated to your code, don't stress, a core developer will know these apart.
In the future, if possible, please branch off a passing commit to avoid false positives.
Refer to this link for build results: http://jenkins.saltstack.com/job/salt-pr-build/4344/

@ghost
Copy link

ghost commented May 14, 2014

Test FAILed.
Refer to this link for build results: http://cookingwithsalt.org/job/salt/job/pr/job/build/43952/

@ghost
Copy link

ghost commented May 14, 2014

Test Failed.

If the failures are unrelated to your code, don't stress, a core developer will know these apart.
In the future, if possible, please branch off a passing commit to avoid false positives.
Refer to this link for build results: http://jenkins.saltstack.com/job/salt-pr-build/4345/

@ghost
Copy link

ghost commented May 14, 2014

Test Failed.

If the failures are unrelated to your code, don't stress, a core developer will know these apart.
In the future, if possible, please branch off a passing commit to avoid false positives.
Refer to this link for build results: http://jenkins.saltstack.com/job/salt-pr-build/4346/

@ghost
Copy link

ghost commented May 14, 2014

Test FAILed.
Refer to this link for build results: http://cookingwithsalt.org/job/salt/job/pr/job/build/43953/

@ghost
Copy link

ghost commented May 14, 2014

Test Failed.

If the failures are unrelated to your code, don't stress, a core developer will know these apart.
In the future, if possible, please branch off a passing commit to avoid false positives.
Refer to this link for build results: http://jenkins.saltstack.com/job/salt-pr-build/4347/

@ghost
Copy link

ghost commented May 14, 2014

Test FAILed.
Refer to this link for build results: http://cookingwithsalt.org/job/salt/job/pr/job/build/43954/

@thatch45
Copy link
Contributor

Sorry about the wait here @eliasp, @UtahDave has been swamped and he should be able to get to this later this week

@eliasp
Copy link
Contributor Author

eliasp commented May 14, 2014

@thatch45 No problem… the wait was actually worth it and the PR had to ripen a bit. Found a bug which I fixed and git push --forced in the meantime :)

@eliasp
Copy link
Contributor Author

eliasp commented May 24, 2014

Any updates on a review for this one? I'd like to make sure this goes into Helium as fix for #12663.

@UtahDave
Copy link
Contributor

Yeah, I'll test this morning. Thanks for your work on this!
On May 24, 2014 6:33 AM, "Elias Probst" notifications@github.com wrote:

Any updates on this one? I'd like to make sure this goes into Helium as
fix for #12663 #12663.


Reply to this email directly or view it on GitHubhttps://github.com//pull/12670#issuecomment-44085836
.

UtahDave added a commit that referenced this pull request May 24, 2014
Reimplemented 'latest_version()' to fix #12663 and make it more readable + better debug-able.
@UtahDave UtahDave merged commit a6694bd into saltstack:develop May 24, 2014
@eliasp eliasp deleted the win_pkg-version-bug branch May 24, 2014 17:43
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