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 highstate outputter when it's given multiple results #35559

Merged
merged 1 commit into from
Aug 20, 2016

Conversation

Jlin317
Copy link
Contributor

@Jlin317 Jlin317 commented Aug 18, 2016

What does this PR do?

Format multiple results in the highstate outputter if there are multiple present

What issues does this PR fix or reference?

This fixes issue #25664

Previous Behavior

Highstate outputter only showed first result

Tests written?

No

Please review Salt's Contributing Guide for best practices.

Please note this pull request is against the 2016.3 branch.

@cachedout cachedout merged commit bec8322 into saltstack:2016.3 Aug 20, 2016
@Jlin317 Jlin317 deleted the fix_highstate_outputter branch August 22, 2016 11:07
cachedout pushed a commit to cachedout/salt that referenced this pull request Sep 8, 2016
This regressed here: 82a70e0

The above incorrect assumed that all data flowing into the highstate outputter is expected to be a dictionary. However, looking at _format_host() shows that it does expect to receive multiple types and does handle them accordingly.

I believe that the issue reported in saltstack#33915 may be fixed by saltstack#35559 instead. This should allow the highstate outputter to display all results instead of stopping after the first one. I would like @terminalmage and @mattglv and possibly @Ch3LL to please confirm this before we get this in.

Resolves saltstack#35423
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

2 participants