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

Prevent timeout in TestConcurrentExchanges #862

Merged
merged 1 commit into from
Dec 4, 2018

Conversation

tmthrgd
Copy link
Collaborator

@tmthrgd tmthrgd commented Dec 2, 2018

This eliminates the possibility of deadlocking the handler and also simplifies the test considerably.

Fixes #861

This eliminates the possibility of deadlocking the handler and also
simplifies the test considerably.
@tmthrgd tmthrgd requested a review from miekg December 2, 2018 23:29
@codecov-io
Copy link

codecov-io commented Dec 2, 2018

Codecov Report

Merging #862 into master will decrease coverage by 0.02%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #862      +/-   ##
==========================================
- Coverage   57.44%   57.41%   -0.03%     
==========================================
  Files          41       41              
  Lines       10527    10528       +1     
==========================================
- Hits         6047     6045       -2     
- Misses       3395     3397       +2     
- Partials     1085     1086       +1
Impacted Files Coverage Δ
singleinflight.go 80% <0%> (-20%) ⬇️
server.go 66.19% <0%> (+0.23%) ⬆️

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 7586a3c...541a7fd. Read the comment docs.

@miekg miekg merged commit 870a590 into miekg:master Dec 4, 2018
@tmthrgd tmthrgd deleted the concurrent-exchanges-timeout branch December 4, 2018 11:38
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.

3 participants