-
Notifications
You must be signed in to change notification settings - Fork 45
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
Rendering SLS missing pillar key flakies #2444
Labels
complexity:easy
Something that requires less than a day to fix
kind:bug
Something isn't working
topic:flakiness
Some test are flaky and cause CI to do transient failing
topic:lifecycle
Issues related to upgrade or downgrade of MetalK8s
Comments
TeddyAndrieux
added a commit
that referenced
this issue
Apr 22, 2020
In `check_pillar_keys` gather pillar information using internal salt function instead of using `saltutil.refresh_pillar` as `refresh_pillar` do not allow synchronous refresh in salt 2018.3 Fixes: #2444
bert-e
added a commit
that referenced
this issue
Apr 22, 2020
…into tmp/octopus/w/2.2/bugfix/GH-2444-gather-pillar-instead-of-refresh
TeddyAndrieux
added a commit
that referenced
this issue
Apr 22, 2020
In `check_pillar_keys` gather pillar information using internal salt function instead of using `saltutil.refresh_pillar` as `refresh_pillar` do not allow synchronous refresh in salt 2018.3 Fixes: #2444
bert-e
added a commit
that referenced
this issue
Apr 22, 2020
…into tmp/octopus/w/2.2/bugfix/GH-2444-gather-pillar-instead-of-refresh
bert-e
added a commit
that referenced
this issue
Apr 22, 2020
…into tmp/octopus/w/2.2/bugfix/GH-2444-gather-pillar-instead-of-refresh
TeddyAndrieux
added a commit
that referenced
this issue
Apr 22, 2020
…ar-instead-of-refresh' into w/2.3/bugfix/GH-2444-gather-pillar-instead-of-refresh
TeddyAndrieux
added a commit
that referenced
this issue
Apr 22, 2020
…ar-instead-of-refresh' into w/2.4/bugfix/GH-2444-gather-pillar-instead-of-refresh
bert-e
added a commit
that referenced
this issue
Apr 22, 2020
…into tmp/octopus/w/2.6/bugfix/GH-2444-gather-pillar-instead-of-refresh
bert-e
added a commit
that referenced
this issue
Apr 23, 2020
…mp/octopus/w/2.1/bugfix/GH-2444-gather-pillar-instead-of-refresh
bert-e
added a commit
that referenced
this issue
Apr 23, 2020
…into tmp/octopus/w/2.5/bugfix/GH-2444-gather-pillar-instead-of-refresh
bert-e
added a commit
that referenced
this issue
Apr 23, 2020
bert-e
added a commit
that referenced
this issue
Apr 23, 2020
…' and 'q/2445/2.0/bugfix/GH-2444-gather-pillar-instead-of-refresh' into tmp/octopus/q/2.1
bert-e
added a commit
that referenced
this issue
Apr 23, 2020
…' and 'q/2445/2.1/bugfix/GH-2444-gather-pillar-instead-of-refresh' into tmp/octopus/q/2.2
bert-e
added a commit
that referenced
this issue
Apr 23, 2020
…' and 'q/2445/2.2/bugfix/GH-2444-gather-pillar-instead-of-refresh' into tmp/octopus/q/2.3
bert-e
added a commit
that referenced
this issue
Apr 23, 2020
…' and 'q/2445/2.3/bugfix/GH-2444-gather-pillar-instead-of-refresh' into tmp/octopus/q/2.4
bert-e
added a commit
that referenced
this issue
Apr 23, 2020
…' and 'q/2445/2.4/bugfix/GH-2444-gather-pillar-instead-of-refresh' into tmp/octopus/q/2.5
bert-e
added a commit
that referenced
this issue
Apr 23, 2020
…' and 'q/2445/2.5/bugfix/GH-2444-gather-pillar-instead-of-refresh' into tmp/octopus/q/2.6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
complexity:easy
Something that requires less than a day to fix
kind:bug
Something isn't working
topic:flakiness
Some test are flaky and cause CI to do transient failing
topic:lifecycle
Issues related to upgrade or downgrade of MetalK8s
Component:
'salt'
What happened:
Time to time we got flaky error during upgrade, downgrade.
This is due to Endpoint not having any Ip, ports, ...
What was expected:
No more flaky
Steps to reproduce
Flaky
Resolution proposal (optional):
Some try for a fix was already done 8feca89 but
refresh_pillar
is not synchronous instead of usingrefresh_pillar
thecheck_pillar_keys
function should import salt and use directlysalt.pillar.get_pillar
function.Note: A fresh pillar (with all
ext_pillar
) is gathered by salt-minion each and every time a salt state is executedThe text was updated successfully, but these errors were encountered: