OpenSearch icon indicating copy to clipboard operation
OpenSearch copied to clipboard

[Cleanup] Remove upgrade-cli tool and related build references

Open BeomSeogKim opened this issue 6 months ago • 1 comments

Description

The upgrade-cli tool is deprecated and no longer needed.
This PR removes the tool and all associated files and build references.

  • Removed: distribution/tools/upgrade-cli
  • Cleaned up: settings.gradle, distribution/build.gradle
  • Deleted: distribution/src/bin/opensearch-upgrade(.bat)

Related Issues

Resolves #18390

Check List

  • [x] 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.

BeomSeogKim avatar Jun 11 '25 14:06 BeomSeogKim

:x: Gradle check result for a4db919e530f762c1587783cbc4e2f3ce17231f7: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

github-actions[bot] avatar Jun 11 '25 15:06 github-actions[bot]

:grey_exclamation: Gradle check result for fac8be01057221bed5a0aa9d6d7e3a4ed5391433: UNSTABLE

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

github-actions[bot] avatar Jun 20 '25 23:06 github-actions[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.63%. Comparing base (7c8f01b) to head (fac8be0). Report is 77 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #18494      +/-   ##
============================================
- Coverage     72.68%   72.63%   -0.06%     
+ Complexity    68130    68032      -98     
============================================
  Files          5540     5529      -11     
  Lines        313379   313009     -370     
  Branches      45472    45424      -48     
============================================
- Hits         227785   227349     -436     
- Misses        67070    67183     +113     
+ Partials      18524    18477      -47     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

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

codecov[bot] avatar Jun 20 '25 23:06 codecov[bot]