Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show stdout and stderr with failure in remote account #369

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

imcdo
Copy link
Member

@imcdo imcdo commented Nov 21, 2022

Currently on failure we don't attach stderr and stdout of a command (we do stderr sometimes but its not consistant. This pr achieves that by passing in stdout and stderr to the error.

It also solves the problem of potentially storing to much data in memory (lets say stdout of a long running task) by capturing stdout and stderr in ring buffers, and storing only the last 32 lines to be printed.

This pr is to follow up on this pr: #234 by @stanislavkozlovski

@imcdo imcdo requested a review from a team November 21, 2022 22:21
@imcdo imcdo requested a review from a team February 2, 2023 19:34
@cla-assistant
Copy link

cla-assistant bot commented Aug 16, 2023

CLA assistant check
All committers have signed the CLA.

@imcdo imcdo enabled auto-merge (squash) September 27, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants