Skip to content

Command marked as failed when output is chunked #6809

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

Closed
humitos opened this issue Mar 24, 2020 · 1 comment
Closed

Command marked as failed when output is chunked #6809

humitos opened this issue Mar 24, 2020 · 1 comment
Labels
Accepted Accepted issue on our roadmap Good First Issue Good for new contributors

Comments

@humitos
Copy link
Member

humitos commented Mar 24, 2020

When the output of the command is too long, we chunk it.

After that, we check if the output matches a regex and this fails because the last part of the output was removed.

We may want to chunk the output from the beginning instead from the end to solve this issue. Usually, the last part of the command is more relevant than the beginning anyways.

Reference: #6227 (comment)

@humitos humitos added Good First Issue Good for new contributors Accepted Accepted issue on our roadmap labels Mar 24, 2020
@humitos
Copy link
Member Author

humitos commented Oct 28, 2020

Fixed by #7449

@humitos humitos closed this as completed Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Accepted issue on our roadmap Good First Issue Good for new contributors
Projects
None yet
Development

No branches or pull requests

1 participant