-
Notifications
You must be signed in to change notification settings - Fork 42
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: potential problems that may cause a panic during context setup #359
Conversation
Signed-off-by: gatici <[email protected]>
We are testing this now. |
Signed-off-by: gatici <[email protected]>
Signed-off-by: gatici <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, looks good to me. The only thing I would suggest is to start log messages with a lowercase letter
Signed-off-by: gatici <[email protected]>
Hello @gab-arrobo, Thank you for the review. Your comments are addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
…mec-project#359) * Fix potential problems that may cause a panic during context setup Signed-off-by: gatici <[email protected]> * improve the logic in HandleRegistrationStatusUpdateRequest Signed-off-by: gatici <[email protected]> * fix linting Signed-off-by: gatici <[email protected]> * Start log messages with lowercase letter Signed-off-by: gatici <[email protected]> --------- Signed-off-by: gatici <[email protected]>
Aiming to fix any potential issue that causes: canonical/sdcore-amf-k8s-operator#472
I am not able to reproduce the problem. But, this PR aiming to fix potential issues in the
HandleRegistrationStatusUpdateRequest
andContextSetup
functions.