You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python SDK is lacking the smarts to continue issuing GET requests to obtain more TSO input until the command completes, which is present in the Node SDK used by Zowe CLI.
To Reproduce
Issue a TSO command with a lot of output (>100 lines) with the issue_command method of the TSO SDK and notice that the response is truncated.
Expected behavior
All output from the TSO command should be returned to match the behavior of zowe zos-tso issue command.
Describe your environment
macOS 14.4.1, Python 3.9.6
Additional context
Until the Python SDK officially supports it, here is a workaround to collect all TSO output:
Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.
Describe the bug
The Python SDK is lacking the smarts to continue issuing GET requests to obtain more TSO input until the command completes, which is present in the Node SDK used by Zowe CLI.
To Reproduce
Issue a TSO command with a lot of output (>100 lines) with the
issue_command
method of the TSO SDK and notice that the response is truncated.Expected behavior
All output from the TSO command should be returned to match the behavior of
zowe zos-tso issue command
.Describe your environment
macOS 14.4.1, Python 3.9.6
Additional context
Until the Python SDK officially supports it, here is a workaround to collect all TSO output:
The text was updated successfully, but these errors were encountered: