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 pillar errors state apply 3000 #470

Merged
merged 2 commits into from
Jan 18, 2022

Conversation

agraul
Copy link
Member

@agraul agraul commented Dec 17, 2021

Backport of saltstack/salt#61189 / #461

state.apply request new pillar data from the server. This done to always
have the most up-to-date pillar to work with. Previously, checking for
pillar errors looked at both the new pillar and the in-memory pillar.
The latter might contain pillar rendering errors even if the former does
not.

For this reason, only the new pillar should be checked, not both.
Enables the test_state_pillar_errors tests until we update the
saltfactories dependency version
@agraul agraul merged commit 5323c38 into openSUSE-3000 Jan 18, 2022
@SchoolGuy SchoolGuy deleted the fix-pillar-errors-state-apply-3000 branch May 6, 2022 14:21
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.

1 participant