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

Commits on Dec 17, 2021

  1. state.apply: don't check for cached pillar errors

    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.
    agraul committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    cf16a85 View commit details
    Browse the repository at this point in the history
  2. Vendor StateResult

    Enables the test_state_pillar_errors tests until we update the
    saltfactories dependency version
    agraul committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    85cbb40 View commit details
    Browse the repository at this point in the history