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
Manage NSFS process exit is not waiting for complete response flush out both in success and error flows.
There is a chance that output might break if output size is large, as mentioned in this issue Noobaa health command giving trimmed output in pipe #7894
To avoid that we tried to added proccess.exit() only after printing all stdout response but got multiple error response for a single command and it breaking unit test and error message in terminal.
Environment info
Actual behavior
There is a chance that output might break if output size is large, as mentioned in this issue
Noobaa health command giving trimmed output in pipe #7894
To avoid that we tried to added proccess.exit() only after printing all
stdout
response but got multiple error response for a single command and it breaking unit test and error message in terminal.change added :
Expected behaviour
Steps to reproduce
sudo node src/cmd/manage_nsfs account status --name acc01sss --from_file 'blabla' --test test
Response :
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered: