Skip to content

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 878e158 from #850.

Signed-off-by: Peter Zhu <[email protected]>
(cherry picked from commit 878e158)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@peterzhuamazon peterzhuamazon merged commit db4e379 into 3.3 Oct 15, 2025
12 of 13 checks passed
@github-project-automation github-project-automation bot moved this from 👀 In Review to ✅ Done in Engineering Effectiveness Board Oct 15, 2025
@peterzhuamazon peterzhuamazon deleted the backport/backport-850-to-3.3 branch October 15, 2025 20:16
Copy link

codecov bot commented Oct 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.63%. Comparing base (fea93a2) to head (c6b213c).
⚠️ Report is 2 commits behind head on 3.3.

Additional details and impacted files
@@           Coverage Diff           @@
##              3.3     #854   +/-   ##
=======================================
  Coverage   70.63%   70.63%           
=======================================
  Files          42       42           
  Lines        2057     2057           
  Branches      165      165           
=======================================
  Hits         1453     1453           
  Misses        493      493           
  Partials      111      111           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@opensearch-trigger-bot
Copy link
Contributor Author

The backport to 3.1 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/job-scheduler/backport-3.1 3.1
# Navigate to the new working tree
pushd ../.worktrees/job-scheduler/backport-3.1
# Create a new branch
git switch --create backport/backport-854-to-3.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 db4e37912065def891afb9a140323619e3ed593d
# Push it to GitHub
git push --set-upstream origin backport/backport-854-to-3.1
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/job-scheduler/backport-3.1

Then, create a pull request where the base branch is 3.1 and the compare/head branch is backport/backport-854-to-3.1.

peterzhuamazon pushed a commit that referenced this pull request Oct 18, 2025
#854)

(cherry picked from commit 878e158)

Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

1 participant