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

fix(exec): updates the Multiplexed opt to combine stdout and stderr #2452

Merged

Commits on Mar 28, 2024

  1. fix(exec): updates the Multiplexed opt to combine stdout and stderr

    Updates the `Multiplexed` option to combine the output of stdout and stderr,
    changing the previous behavior where stderr was preferred over stdout.
    Now, both streams are properly combined into a single stream.
    
    Additionally, this commit enhance and adjust existing test cases for
    the `Multiplexed` option:
    
    * Modifies `TestExecWithMultiplexedResponse` to ensure that stdout and
      stderr are on the same stream, testing the new behavior of the
      `Multiplexed` option.
    * Refactors `TestExecWithNonMultiplexedResponse` to use `stdcopy.StdCopy`
      for ensuring that `io.Reader` contains a separated stdout and stderr.
    gustavosbarreto committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9a11a36 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    29d3fa8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fix/multiplexed_exec_output

    * main:
      bug:Fix AMQPS url (testcontainers#2462)
      chore: more compose updates in comments
      chore: use "docker compose" (v2) instead of "docker-compose" (v1) (testcontainers#2464)
      chore(deps): bump github/codeql-action from 2.22.12 to 3.24.9 (testcontainers#2459)
    mdelapenya committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2934feb View commit details
    Browse the repository at this point in the history