-
Notifications
You must be signed in to change notification settings - Fork 949
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
bugfix: can't allow attach in non-tty client when container in ttyMode #2338
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2338 +/- ##
===========================================
+ Coverage 55.6% 67.97% +12.37%
===========================================
Files 265 265
Lines 18208 18208
===========================================
+ Hits 10124 12377 +2253
+ Misses 6889 4401 -2488
- Partials 1195 1430 +235
|
84f1e9e
to
7201237
Compare
@ZYecho , the title not tell where is wrong, wdyt? |
7201237
to
e3af012
Compare
Yeah, I update the description of the pr, does fix it? |
e3af012
to
e9af8e9
Compare
Signed-off-by: zhangyue <[email protected]>
e9af8e9
to
649357f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ZYecho could you mind to help us to fix the same issue in the exec command? 😄 thanks |
Signed-off-by: zhangyue [email protected]
Ⅰ. Describe what this PR did
As the title told. The current implementation have two problems:
Ⅱ. Does this pull request fix one issue?
None.
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
add an integration test TestStartInTTY.
Ⅳ. Describe how to verify it
None.
Ⅴ. Special notes for reviews
run cli also have same problems, will fix in another pr.