Skip to content

Conversation

@dudinea
Copy link
Member

@dudinea dudinea commented Nov 2, 2025

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:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this does not need to be in the release notes.
  • The title of the PR states what changed and the related issues number (used for the release note).
  • The title of the PR conforms to the Title of the PR
  • I've included "Closes [ISSUE #]" or "Fixes [ISSUE #]" in the description to automatically close the associated issue.
  • I've updated both the CLI and UI to expose my feature, or I plan to submit a second PR with them.
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • I have signed off all my commits as required by DCO
  • I have written unit and/or e2e tests for my change. PRs without these are unlikely to be merged.
  • My build is green (troubleshooting builds).
  • My new feature complies with the feature status guidelines.
  • I have added a brief description of why this PR is necessary and/or what this PR solves.
  • Optional. My organization is added to USERS.md.
  • Optional. For bug fixes, I've indicated what older releases this fix should be cherry-picked into (this may or may not happen depending on risk/complexity).

@bunnyshell
Copy link

bunnyshell bot commented Nov 2, 2025

❌ Preview Environment deleted from Bunnyshell

Available commands (reply to this comment):

  • 🚀 /bns:deploy to deploy the environment

@dudinea dudinea marked this pull request as ready for review November 2, 2025 14:34
@dudinea dudinea requested a review from a team as a code owner November 2, 2025 14:34
@codecov
Copy link

codecov bot commented Nov 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.25%. Comparing base (4ea2768) to head (62f3516).
⚠️ Report is 1 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@reggie-k reggie-k merged commit fe4ab01 into argoproj:master Nov 2, 2025
31 checks passed
@reggie-k reggie-k added the cherry-pick/3.2 Candidate for cherry picking into the 3.2 release branch label Nov 2, 2025
argo-cd-cherry-pick-bot bot pushed a commit that referenced this pull request Nov 2, 2025
@argo-cd-cherry-pick-bot
Copy link

🍒 Cherry-pick PR created for 3.2: #25140

blakepettersson pushed a commit that referenced this pull request Nov 2, 2025
…for 3.2) (#25140)

Signed-off-by: Eugene Doudine <[email protected]>
Co-authored-by: dudinea <[email protected]>
@reggie-k reggie-k added cherry-pick/3.1 Candidate for cherry picking into the 3.1 release branch cherry-pick/3.0 Candidate for cherry picking into the 3.0 release branch labels Nov 2, 2025
argo-cd-cherry-pick-bot bot pushed a commit that referenced this pull request Nov 2, 2025
@argo-cd-cherry-pick-bot
Copy link

🍒 Cherry-pick PR created for 3.1: #25141

@argo-cd-cherry-pick-bot
Copy link

❌ Cherry-pick failed for 3.0. Please check the workflow logs for details.

blakepettersson pushed a commit that referenced this pull request Nov 3, 2025
…for 3.1) (#25141)

Signed-off-by: Eugene Doudine <[email protected]>
Co-authored-by: dudinea <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cherry-pick/3.0 Candidate for cherry picking into the 3.0 release branch cherry-pick/3.1 Candidate for cherry picking into the 3.1 release branch cherry-pick/3.2 Candidate for cherry picking into the 3.2 release branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants