Skip to content

Conversation

@dirkmc
Copy link
Contributor

@dirkmc dirkmc commented Aug 23, 2021

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #238 (a85af07) into master (e69ae98) will decrease coverage by 0.13%.
The diff coverage is 72.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #238      +/-   ##
==========================================
- Coverage   67.90%   67.76%   -0.14%     
==========================================
  Files          24       24              
  Lines        3050     3053       +3     
==========================================
- Hits         2071     2069       -2     
- Misses        624      628       +4     
- Partials      355      356       +1     
Impacted Files Coverage Δ
transport/graphsync/graphsync.go 77.85% <72.72%> (-0.07%) ⬇️
network/libp2p_impl.go 68.38% <0.00%> (-2.95%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e69ae98...a85af07. Read the comment docs.

for range req.responseChan {
}
for err := range errChan {
log.Debugf("channel %s: finished consuming graphsync response channel", req.channelID)
Copy link
Contributor

Choose a reason for hiding this comment

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

This can be Info as it's just for an entire transfer.

for err := range req.errChan {
lastError = err
}
log.Debugf("channel %s: finished consuming graphsync error channel", req.channelID)
Copy link
Contributor

Choose a reason for hiding this comment

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

Info as just once for an entire transfer.

Copy link
Contributor

@aarshkshah1992 aarshkshah1992 left a comment

Choose a reason for hiding this comment

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

Please merge after addressing the comments.

@dirkmc dirkmc force-pushed the feat/gs-tpt-logging branch from a85af07 to 13fcc80 Compare August 23, 2021 08:56
@dirkmc dirkmc merged commit c6837ec into master Aug 23, 2021
@dirkmc dirkmc deleted the feat/gs-tpt-logging branch August 23, 2021 08:57
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.

4 participants