-
Notifications
You must be signed in to change notification settings - Fork 92
Fixed invalid logonProc response for TSO command #2538
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Pujal <pujal.gandhi@broadcom.com>
Signed-off-by: Pujal <pujal.gandhi@broadcom.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2538 +/- ##
=======================================
Coverage 91.72% 91.72%
=======================================
Files 644 644
Lines 18957 18960 +3
Branches 4141 4143 +2
=======================================
+ Hits 17388 17391 +3
Misses 1567 1567
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Pujal <pujal.gandhi@broadcom.com>
Signed-off-by: Pujal <pujal.gandhi@broadcom.com>
📅 Suggested merge-by date: 7/4/2025 |
|
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, thanks Pujal for the fix!
What It Does
When running a TSO command and an invalid logonProc is used, it now throws an accurate error.
zowe/zowe-explorer-vscode#2528 (Part One)
How to Test
Review Checklist
I certify that I have:
Additional Comments
Do we think the error message should be more specific?