Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid inheriting stderr in
SelectiveExecutionTests.scala
to prevent…
… flakiness from leaked processes (#4581) Currently, the inherited `stderr` can remain open even as the spawned processes are killed, causing the test to hang on waiting for the `stderr` to close. This avoids inheriting stderr, so once the spawned processes dies the test can terminate cleanly
- Loading branch information