Skip to content

EXASLCT: Test output should be streamed to log file #160

@tkilias

Description

@tkilias

Background

  • We write the standard output and error for the language container tests only after they have finished
  • However, for long-running or if the system fails, it would be good to write them as soon the output is available
  • Basically, return a stream from the exec_run at the following position and write it directly to a file

exit_code, output = test_container.exec_run(cmd=bash_cmd,

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureProduct feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions