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

add debug logging to the packet handler map #2608

Merged
merged 1 commit into from
Jun 17, 2020

Conversation

marten-seemann
Copy link
Member

I'm seeing a failing test case on the interop runner that might be caused by a session entry getting deleted too early. This PR adds some logging so I can see when connection IDs are added and removed from the map.

@codecov
Copy link

codecov bot commented Jun 17, 2020

Codecov Report

Merging #2608 into master will decrease coverage by 0.01%.
The diff coverage is 77.78%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2608      +/-   ##
==========================================
- Coverage   86.22%   86.21%   -0.01%     
==========================================
  Files         122      122              
  Lines        9768     9777       +9     
==========================================
+ Hits         8422     8429       +7     
- Misses       1002     1004       +2     
  Partials      344      344              
Impacted Files Coverage Δ
packet_handler_map.go 78.57% <77.78%> (-0.04%) ⬇️

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 10d0b47...76d7e9f. Read the comment docs.

@marten-seemann marten-seemann merged commit c956ca4 into master Jun 17, 2020
@marten-seemann marten-seemann deleted the packet-handler-map-logging branch June 18, 2020 03:31
@aschmahmann aschmahmann mentioned this pull request Sep 22, 2020
72 tasks
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