Skip to content

Conversation

jainankitk
Copy link
Contributor

@jainankitk jainankitk commented Sep 28, 2025

Description

Bump 2.19.4 to Apache Lucene 9.12.3

Related Issues

NA

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.

@jainankitk jainankitk requested a review from a team as a code owner September 28, 2025 02:13
@jainankitk
Copy link
Contributor Author

jainankitk commented Sep 28, 2025

#19444 needs to be merged before this!

Copy link
Contributor

❌ Gradle check result for 42f5d45: 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?

@jainankitk jainankitk changed the title Update Apache Lucene version for 2.19.4 Bump 2.19.4 to Apache Lucene 9.12.3 Sep 28, 2025
@jainankitk jainankitk added the backport 3.2 Backport to 3.2 branch label Sep 28, 2025
Copy link
Contributor

❌ Gradle check result for 42f5d45: 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?

@jainankitk
Copy link
Contributor Author

Unrelated test failures:

[Test Result](https://build.ci.opensearch.org/job/gradle-check/64528/testReport/) (3 failures / +3)

    [org.opensearch.tools.cli.plugin.InstallPluginCommandTests.classMethod](https://build.ci.opensearch.org/job/gradle-check/64528/testReport/junit/org.opensearch.tools.cli.plugin/InstallPluginCommandTests/classMethod/)
    [org.opensearch.tools.cli.plugin.InstallPluginCommandTests.classMethod](https://build.ci.opensearch.org/job/gradle-check/64528/testReport/junit/org.opensearch.tools.cli.plugin/InstallPluginCommandTests/classMethod_2/)
    [org.opensearch.index.IndexServiceTests.testAsyncTranslogTrimTaskOnClosedIndex](https://build.ci.opensearch.org/job/gradle-check/64528/testReport/junit/org.opensearch.index/IndexServiceTests/testAsyncTranslogTrimTaskOnClosedIndex/)

Retrying gradle check

Copy link
Contributor

❌ Gradle check result for 42f5d45: 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?

Copy link
Contributor

✅ Gradle check result for c300156: SUCCESS

Copy link

codecov bot commented Sep 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.82%. Comparing base (28689b7) to head (c300156).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #19443      +/-   ##
============================================
- Coverage     72.96%   72.82%   -0.15%     
+ Complexity    69969    69872      -97     
============================================
  Files          5676     5676              
  Lines        321265   321265              
  Branches      46445    46445              
============================================
- Hits         234407   233955     -452     
- Misses        67901    68400     +499     
+ Partials      18957    18910      -47     

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

@jainankitk jainankitk merged commit 63eeb0d into opensearch-project:main Sep 29, 2025
33 checks passed
@jainankitk jainankitk deleted the bump-apache branch September 29, 2025 00:58
@opensearch-trigger-bot
Copy link
Contributor

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

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

jainankitk added a commit to jainankitk/OpenSearch that referenced this pull request Sep 29, 2025
@jainankitk
Copy link
Contributor Author

3.2 backport: #19445

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.

2 participants