Closed opensearch-trigger-bot[bot] closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.38%. Comparing base (
2bf7a90
) to head (b9a941d
). Report is 13 commits behind head on 2.x.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The backport to 2.17
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/sql/backport-2.17 2.17
# Navigate to the new working tree
pushd ../.worktrees/sql/backport-2.17
# Create a new branch
git switch --create backport/backport-3020-to-2.17
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 a20f655ef3d03405e8427aacef2d5dfebcab48c3
# Push it to GitHub
git push --set-upstream origin backport/backport-3020-to-2.17
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/sql/backport-2.17
Then, create a pull request where the base
branch is 2.17
and the compare
/head
branch is backport/backport-3020-to-2.17
.
Backport 25064688db2d08e61579aaf7d21ff440c67605a4 from #3004.