-
Notifications
You must be signed in to change notification settings - Fork 667
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
override_config should fail immediately if the file does not exist #3164
Comments
qiluo-msft
changed the title
>Cannot [](http://example.com/codeflow?start=25&length=6)
override_config should fail immediately if the file does not exist
Feb 13, 2024
qiluo-msft
pushed a commit
that referenced
this issue
Feb 22, 2024
### What I did Fix #3164 Check Golden Config earlier before service is down. #### How I did it Move the check at the begining #### How to verify it Unit test
wen587
added a commit
to wen587/sonic-utilities
that referenced
this issue
Aug 27, 2024
### What I did Fix sonic-net#3164 Check Golden Config earlier before service is down. #### How I did it Move the check at the begining #### How to verify it Unit test
mssonicbld
pushed a commit
to mssonicbld/sonic-utilities
that referenced
this issue
Aug 28, 2024
### What I did Fix sonic-net#3164 Check Golden Config earlier before service is down. #### How I did it Move the check at the begining #### How to verify it Unit test
yxieca
pushed a commit
that referenced
this issue
Aug 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is critical failure. We need to check the condition before any real actions taken, for example stopping service.
Originally posted by @qiluo-msft in #2396 (comment)
The text was updated successfully, but these errors were encountered: