Skip to content
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

Renew cert fix #166

Merged
merged 3 commits into from
Oct 25, 2024
Merged

Renew cert fix #166

merged 3 commits into from
Oct 25, 2024

Conversation

mykola-kobets-epam
Copy link
Contributor

No description provided.

@mykola-kobets-epam mykola-kobets-epam force-pushed the renew-cert-fix branch 3 times, most recently from cb28fff to 1153248 Compare October 23, 2024 13:12

if client.stream != nil {
if err := client.stream.CloseSend(); err != nil {
log.WithField("err", err).Error("SMClient failed send close")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SM client

@@ -332,7 +362,7 @@ func (client *SMClient) processMessages() (err error) {
if err != nil {
if code, ok := status.FromError(err); ok {
if code.Code() == codes.Canceled {
log.Debug("SM client connection closed")
log.Debug("CM client connection closed")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SM

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 29 lines in your changes missing coverage. Please review.

Project coverage is 66.87%. Comparing base (e21958d) to head (f7038c4).
Report is 124 commits behind head on develop.

Files with missing lines Patch % Lines
smclient/smclient.go 50.00% 20 Missing and 9 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #166      +/-   ##
===========================================
- Coverage    67.73%   66.87%   -0.86%     
===========================================
  Files           23       21       -2     
  Lines         4128     4091      -37     
===========================================
- Hits          2796     2736      -60     
- Misses         840      857      +17     
- Partials       492      498       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Mykola Kobets <mykola_kobets@epam.com>
Signed-off-by: Mykola Kobets <mykola_kobets@epam.com>
Signed-off-by: Mykola Kobets <mykola_kobets@epam.com>
Copy link

@al1img al1img merged commit 9cc5d53 into aosedge:develop Oct 25, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants