-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix: capture stderr in executil RunWithExecRunOpts #25139
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
Conversation
Signed-off-by: Eugene Doudine <[email protected]>
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #25139 +/- ##
==========================================
+ Coverage 62.24% 62.25% +0.01%
==========================================
Files 351 351
Lines 49213 49213
==========================================
+ Hits 30631 30639 +8
+ Misses 15655 15644 -11
- Partials 2927 2930 +3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Eugene Doudine <[email protected]>
|
🍒 Cherry-pick PR created for 3.2: #25140 |
…for 3.2) (#25140) Signed-off-by: Eugene Doudine <[email protected]> Co-authored-by: dudinea <[email protected]>
Signed-off-by: Eugene Doudine <[email protected]>
|
🍒 Cherry-pick PR created for 3.1: #25141 |
|
❌ Cherry-pick failed for 3.0. Please check the workflow logs for details. |
…for 3.1) (#25141) Signed-off-by: Eugene Doudine <[email protected]> Co-authored-by: dudinea <[email protected]>
Fixes a bug in RunWithExecRunOpts that did not pass the CaptureStderr option
down to the RunCommandExt, resulting in stderr not being captured when requested.
The option currently is not set in any code, so this bug/patch does not
affect any functionality. This patch is required for implementing a test
in another PR (25127) i'm working on.
I'm not sure if I need to open a new Issue just for this
Checklist: