-
Notifications
You must be signed in to change notification settings - Fork 151
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
K8SPSMDB-1024 fixed variable scope and make sure it always get sets #1391
Conversation
I don't know how is this test failing. I only move a line below another. This shouldn't cause this to brick. Is it possible that it was broken before my PR? |
@Rockawear there are some false negatives from time to time, I don't think your changes caused the failure. I restarted the test suite. |
commit: 0194a6e |
@egegunes Do we have to wait for a new PSMDB release to get this change if merged? Currently, I'm unable to restore through regular psmdb-restore cr. Having this change asap would be helpful. Thanks |
Hi @Rockawear, I am going to merge it today. |
@Rockawear you can create a custom operator docker image and use it as a custom init image in CR https://github.com/percona/percona-server-mongodb-operator/blob/main/deploy/cr.yaml#L22 |
CHANGE DESCRIPTION
Problem:
*pbm-entry script is having a variable scope issue.
Cause:
*pbm-entry script is having a variable scope issue where the needed env does not get updated by the script. Instead, it keeps the initial value from the previous line even after being updated through the if statement.
Solution:
CHECKLIST
Jira
Needs Doc
) and QA (Needs QA
)? No, it will not break anything, instead it's making sure it does what's intented.Tests
compare/*-oc.yml
)? N/AConfig/Logging/Testability