Skip to content

Conversation

@karenyrx
Copy link
Contributor

@karenyrx karenyrx commented Apr 22, 2025

Description

Files were misplaced under org.opensearch.transport.grpc instead of org.opensearch.plugin.transport.grpc.

Related Issues

#16787

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…nsearch.plugin.transport.grpc

Signed-off-by: Karen Xu <[email protected]>
@github-actions
Copy link
Contributor

✅ Gradle check result for e465184: SUCCESS

@codecov
Copy link

codecov bot commented Apr 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.56%. Comparing base (6afec2a) to head (e465184).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #18031      +/-   ##
============================================
- Coverage     72.57%   72.56%   -0.01%     
+ Complexity    67160    67122      -38     
============================================
  Files          5478     5478              
  Lines        310130   310130              
  Branches      45087    45087              
============================================
- Hits         225068   225048      -20     
- Misses        66661    66725      +64     
+ Partials      18401    18357      -44     

☔ 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.

@andrross andrross merged commit e25f332 into opensearch-project:main Apr 22, 2025
31 checks passed
@opensearch-trigger-bot
Copy link
Contributor

The backport to 3.0 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/OpenSearch/backport-3.0 3.0
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-3.0
# Create a new branch
git switch --create backport/backport-18031-to-3.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e25f3320aeab4e6bd00490f0ed6b185f49589a00
# Push it to GitHub
git push --set-upstream origin backport/backport-18031-to-3.0
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-3.0

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

x-INFiN1TY-x pushed a commit to x-INFiN1TY-x/OpenSearch_Local that referenced this pull request Apr 24, 2025
…nsearch.plugin.transport.grpc (opensearch-project#18031)

Signed-off-by: Karen Xu <[email protected]>
Signed-off-by: Tanishq Ranjan <[email protected]>
Harsh-87 pushed a commit to Harsh-87/OpenSearch that referenced this pull request May 7, 2025
…nsearch.plugin.transport.grpc (opensearch-project#18031)

Signed-off-by: Karen Xu <[email protected]>
Signed-off-by: Harsh Kothari <[email protected]>
Harsh-87 pushed a commit to Harsh-87/OpenSearch that referenced this pull request May 7, 2025
…nsearch.plugin.transport.grpc (opensearch-project#18031)

Signed-off-by: Karen Xu <[email protected]>
Signed-off-by: Harsh Kothari <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants