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

Sending a large error should mention that we're out of space #716

Merged
merged 1 commit into from
Sep 9, 2018

Conversation

prashantv
Copy link
Contributor

The returned error now includes the underlying error from the typed
writer, resulting in:

failed to create outbound error frame: no more room in buffer

The returned error now includes the underlying error from the typed
writer, resulting in:
> failed to create outbound error frame: no more room in buffer
@codecov
Copy link

codecov bot commented Sep 6, 2018

Codecov Report

Merging #716 into dev will increase coverage by 0.76%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #716      +/-   ##
==========================================
+ Coverage   86.78%   87.54%   +0.76%     
==========================================
  Files          40       40              
  Lines        4056     4056              
==========================================
+ Hits         3520     3551      +31     
+ Misses        408      383      -25     
+ Partials      128      122       -6
Impacted Files Coverage Δ
connection.go 87.09% <100%> (+5.95%) ⬆️
mex.go 72.09% <0%> (-1.87%) ⬇️
outbound.go 85.05% <0%> (-1.15%) ⬇️
relay.go 81.81% <0%> (+0.62%) ⬆️
preinit_connection.go 94.16% <0%> (+1.45%) ⬆️
frame.go 97.43% <0%> (+2.56%) ⬆️
introspection.go 95.71% <0%> (+3.33%) ⬆️

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 828571d...2fb5bfb. Read the comment docs.

@twilly
Copy link
Contributor

twilly commented Sep 6, 2018

LGTM

@AllenLuUber AllenLuUber self-requested a review September 8, 2018 23:37
Copy link
Contributor

@akshayjshah akshayjshah left a comment

Choose a reason for hiding this comment

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

Awesome, thanks for the quick change.

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