Skip to content

[main] Add version 3.5.1#20868

Merged
andrross merged 1 commit intoopensearch-project:mainfrom
andrross:main-v3.5.1
Mar 16, 2026
Merged

[main] Add version 3.5.1#20868
andrross merged 1 commit intoopensearch-project:mainfrom
andrross:main-v3.5.1

Conversation

@andrross
Copy link
Member

Related Issues

Related to #20866
Depends on #20867

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.

@andrross andrross requested a review from a team as a code owner March 14, 2026 00:35
@github-actions
Copy link
Contributor

github-actions bot commented Mar 14, 2026

PR Reviewer Guide 🔍

(Review updated until commit c9094a7)

Here are some key observations to aid the review process:

🧪 No relevant tests
🔒 No security concerns identified
✅ No TODO sections
🔀 No multiple PR themes
⚡ Recommended focus areas for review

Version Ordering

The new version V_3_5_1 is added between V_3_5_0 and V_3_6_0, which is correct ordering. However, CURRENT is set to V_3_6_0, which means V_3_5_1 is a patch release for an older minor version. Verify that this is intentional and that the version constant is being used correctly in backport/maintenance branch context, and that no code paths rely on CURRENT being greater than or equal to V_3_5_1 in ways that could cause issues.

public static final Version V_3_5_1 = new Version(3050199, org.apache.lucene.util.Version.LUCENE_10_3_2);
public static final Version V_3_6_0 = new Version(3060099, org.apache.lucene.util.Version.LUCENE_10_4_0);
public static final Version CURRENT = V_3_6_0;

@github-actions
Copy link
Contributor

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

Signed-off-by: Andrew Ross <andrross@amazon.com>
@github-actions
Copy link
Contributor

Persistent review updated to latest commit c9094a7

@github-actions
Copy link
Contributor

❌ Gradle check result for c9094a7: 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
Copy link
Contributor

❌ Gradle check result for c9094a7: 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
Copy link
Contributor

✅ Gradle check result for c9094a7: SUCCESS

@andrross andrross merged commit da1de97 into opensearch-project:main Mar 16, 2026
43 of 54 checks passed
@andrross andrross deleted the main-v3.5.1 branch March 16, 2026 21:28
@codecov
Copy link

codecov bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.33%. Comparing base (28fa177) to head (c9094a7).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #20868   +/-   ##
=========================================
  Coverage     73.32%   73.33%           
- Complexity    72272    72339   +67     
=========================================
  Files          5797     5802    +5     
  Lines        330323   330404   +81     
  Branches      47676    47686   +10     
=========================================
+ Hits         242215   242295   +80     
- Misses        68663    68738   +75     
+ Partials      19445    19371   -74     

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

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