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

Fixes #1385: Log inter-inter connection failures only on pn condition… #1386

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

ganeshmurthy
Copy link
Contributor

… description change

@ganeshmurthy ganeshmurthy self-assigned this Jan 16, 2024
@ganeshmurthy ganeshmurthy requested a review from kgiusti January 16, 2024 19:07
@ganeshmurthy ganeshmurthy added this to the 2.6.0 milestone Jan 16, 2024
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

Merging #1386 (f7742bc) into main (93abd7c) will increase coverage by 0.0%.
The diff coverage is 97.1%.

❗ Current head f7742bc differs from pull request most recent head 16b32b6. Consider uploading reports for the commit 16b32b6 to get more accurate results

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1386   +/-   ##
=====================================
  Coverage   77.7%   77.7%           
=====================================
  Files        247     247           
  Lines      64084   64100   +16     
  Branches    5905    5907    +2     
=====================================
+ Hits       49804   49828   +24     
+ Misses     11556   11549    -7     
+ Partials    2724    2723    -1     
Flag Coverage Δ
pysystemtests 87.7% <100.0%> (+<0.1%) ⬆️
pyunittests 54.5% <ø> (ø)
systemtests 71.3% <88.8%> (+<0.1%) ⬆️
unittests 21.8% <0.0%> (-0.1%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
unittests 25.9% <0.0%> (-0.1%) ⬇️
systemtests 78.4% <97.1%> (+<0.1%) ⬆️

} else {
qd_format_string(conn_msg, sizeof(conn_msg), "[C%"PRIu64"] Connection to %s failed",
ctx->connection_id, config->host_port);
qd_format_string(conn_msg_1, sizeof(conn_msg_1), "Connection to %s failed", config->host_port);
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you just add a comment here explaining that we're trying to filter out loading the logs with duplicate messages if the connection cannot come up? Include the github issue for extra points, thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done !! thanks

@ganeshmurthy ganeshmurthy merged commit 85b8d28 into skupperproject:main Jan 17, 2024
ganeshmurthy added a commit that referenced this pull request Feb 6, 2024
… description change (#1386)

(cherry picked from commit 85b8d28)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants