-
Notifications
You must be signed in to change notification settings - Fork 27
Conversation
Signed-off-by: KevinLoesch1 <kevin.loesch@broadcom.com>
Signed-off-by: KevinLoesch1 <kevin.loesch@broadcom.com>
Codecov ReportAll modified lines are covered by tests ✅
📢 Thoughts on this report? Let us know!. |
CHANGELOG.md
Outdated
@@ -2,6 +2,10 @@ | |||
|
|||
All notable changes to the Imperative package will be documented in this file. | |||
|
|||
## Recent Changes | |||
|
|||
- BugFix: Fix for `AbstactRestClient` failing to return when streaming a larger file [#1805](https://github.com/zowe/zowe-cli/issues/1805) |
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.
Since 3 issues will be resolved, should we list all 3?
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.
I've updated the CHANGELOG to include all three issues.
Signed-off-by: KevinLoesch1 <kevin.loesch@broadcom.com>
…we/imperative into fix-for-request-steam-failure
SonarCloud Quality Gate failed. 0 Bugs 100.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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.
👍
What It Does
Corrects a bug where the HTTP request does not return when downloading larger dataset or USS file to a stream.
How to Test
Using the Zowe CLI, issue a 'zowe files copy dsclp' of a dataset that is larger than 16k. Without the fix it will fail with no error or warning message. With the fix applied it will complete as expected.
Review Checklist
I certify that I have: