Skip to content

Extremely long lines in stdout/stderr cause a failure in tagged mode #6

Description

@robryk

Tagged mode uses bufio.Scanner to split an instance's output into lines. bufio.Scanner errors out when a token is longer than 64MB, which causes parunner to fail.

We should instead either:

  • fail with a better error message, or
  • do not fail, warn about the problem and discard the rest of output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions