Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

🐛 | SshClientTask stderr remain empty #639

Open
FirelightFlagboy opened this issue Dec 21, 2021 · 0 comments
Open

🐛 | SshClientTask stderr remain empty #639

FirelightFlagboy opened this issue Dec 21, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@FirelightFlagboy
Copy link

Describe the bug - What is the current behavior?

The task SshClientOutput, the stderr remain empty with the channel SHELL

Steps to reproduce

When using the SshClientOutput with the following snippet:

SshClientTask(
  target = "FTP_SERVER",
  commands = listOf(
    "this_command_doesnt_exists"
  )
  channel = SSH_CLIENT_CHANNEL.SHELL,
)

the results.get(...).stderr remain empty

What is the expected correct behavior?

I'm expecting it to be filled with something like this_command_doesnt_exists: command not found

Environment (please complete the following information):

  • Chutney version: 1.4.3
  • OS: Windows 10
  • Browser: N/A

Possible fixes

I would invest by looking at how the IOStream are used 😉

@FirelightFlagboy FirelightFlagboy added the bug Something isn't working label Dec 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant