Skip to content

Fix TsoReply msgData detection and add tests#496

Merged
frankgiordano merged 2 commits into
zowe:mainfrom
Ashish-Kumar-Dash:feature/tso-reply-msgdata-detection
May 24, 2026
Merged

Fix TsoReply msgData detection and add tests#496
frankgiordano merged 2 commits into
zowe:mainfrom
Ashish-Kumar-Dash:feature/tso-reply-msgdata-detection

Conversation

@Ashish-Kumar-Dash
Copy link
Copy Markdown
Contributor

Summary

  • Parse TSO reply JSON to detect structured msgData errors.
  • Avoid false positives when msgData appears in message text.
  • Add unit tests for structured errors and false-positive cases.

@Ashish-Kumar-Dash Ashish-Kumar-Dash force-pushed the feature/tso-reply-msgdata-detection branch 3 times, most recently from 65d414b to edd1883 Compare May 24, 2026 08:04
Signed-off-by: Ashish Kumar Dash <ashishdash2410@gmail.com>
@Ashish-Kumar-Dash Ashish-Kumar-Dash force-pushed the feature/tso-reply-msgdata-detection branch from edd1883 to a51b697 Compare May 24, 2026 08:13
@frankgiordano frankgiordano self-requested a review May 24, 2026 15:05
@frankgiordano
Copy link
Copy Markdown
Collaborator

Nice catch of this edge case. PR build workflow failed for your changes. Some tests failed. Please review and update PR. Thanks.

Signed-off-by: Ashish Kumar Dash <ashishdash2410@gmail.com>
@Ashish-Kumar-Dash
Copy link
Copy Markdown
Contributor Author

@frankgiordano fixed the failing test, you may rerun the workflow again
Thanks

@frankgiordano frankgiordano added the bug Something isn't working label May 24, 2026
@frankgiordano frankgiordano merged commit 9e5866c into zowe:main May 24, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TSO Command Output Truncation Due to Incorrect msgData Error Detection

2 participants