-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Skip updating CFOptions if no value to update #13140
base: main
Are you sure you want to change the base?
Skip updating CFOptions if no value to update #13140
Conversation
693aa59
to
59aeaec
Compare
59aeaec
to
ee8dd79
Compare
1ebdd14
to
f2b0514
Compare
This is still marked "draft." Are you looking for a preliminary review, or full review? |
@pdillinger Right. This is not ready for the full review yet, but any suggestion / guidance would be appreciated as I'm still trying to fix the following problem. Without making any changes to the So I tried making changes to the One hacky way that I can think of is leaving If you have any suggestions or thoughts around this, please let me know. |
Summary
Similar to PR #8518 , skip updating the CFOptions when there's no real value to update.
SetOptions()
API won't update the CFOptions and no new OPTIONS file will be created if the values to be updated are the same as the current cf option values.Test Plan