Skip to content

Handle Non-Zero USS Command Exit Codes in UssCmd #631

Description

@frankgiordano

Currently, UssCmd.issueCommand() waits for the SSH command to complete and returns the command output as a String, but it does not inspect the USS command's exit status.

A USS command can complete successfully from the SSH/JSCH perspective while still returning a non-zero exit code, indicating that the command itself failed.

This behavior should be evaluated and potentially updated so that a non-zero USS exit code results in a UssCmdException.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions