Skip to content

Preserve caller-supplied output streams - #55

Open
efegokdemir wants to merge 1 commit into
apache:mainfrom
efegokdemir:codex/issue-45-preserve-output-streams
Open

efegokdemir wants to merge 1 commit into
apache:mainfrom
efegokdemir:codex/issue-45-preserve-output-streams

Conversation

@efegokdemir

Copy link
Copy Markdown

Summary

  • Keep caller-supplied stdout and stderr streams open after forked execution completes.
  • Update the request contract and add a regression test for the stream lifecycle.

Testing

  • mvn -pl maven-executor -Dtest=ProcessBuilderExecutorSupportTest -DfailIfNoTests=false test — passed.
  • mvn -pl maven-executor -DskipTests verify — passed.
  • git diff --check — passed.

Fixes #45

Signed-off-by: Efe Gökdemir <efe@rexcode.co.uk>
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.

Forked executor closes caller-supplied stdout and stderr streams

1 participant