Handle large output in v2 shim with TTY#3743
Conversation
|
Build succeeded.
|
5179e01 to
9a17e90
Compare
|
Build succeeded.
|
estesp
left a comment
There was a problem hiding this comment.
LGTM
Would it be worth adding a comment about why "4096" is special and why it shouldn't be changed (sounds like matching some kernel buffer is important?)
|
Hmm.. |
9a17e90 to
f5a6876
Compare
|
Build succeeded.
|
f5a6876 to
2d6dbfe
Compare
|
Build succeeded.
|
cpuguy83
left a comment
There was a problem hiding this comment.
LGTM
Confirmed test fails (hangs) against master.
Also manually verified normal TTY behavior is still good.
2d6dbfe to
4e3fe5a
Compare
|
Build succeeded.
|
Reized the I/O buffers to align with the size of the kernel buffers with fifos and move the close aspect of the console to key off of the stdin closing. Fixes containerd#3738 Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
4e3fe5a to
f8cca26
Compare
|
Build succeeded.
|
Codecov Report
@@ Coverage Diff @@
## master #3743 +/- ##
=======================================
Coverage 41.98% 41.98%
=======================================
Files 131 131
Lines 14528 14528
=======================================
Hits 6099 6099
Misses 7521 7521
Partials 908 908
Continue to review full report at Codecov.
|
Reized the I/O buffers to align with the size of the kernel buffers with fifos
and move the close aspect of the console to key off of the stdin closing.
Fixes #3738
Signed-off-by: Michael Crosby crosbymichael@gmail.com