Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Apache Lucene verson for 2.9.0 release #8290

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

reta
Copy link
Collaborator

@reta reta commented Jun 27, 2023

Description

Fix Apache Lucene verson for 2.9.0 release (after #8277)

Related Issues

Closes #8289

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

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.

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

  • RESULT: UNSTABLE ❕
  • TEST FAILURES:
      1 org.opensearch.remotestore.SegmentReplicationUsingRemoteStoreIT.testNodeDropWithOngoingReplication
      1 org.opensearch.remotestore.SegmentReplicationRemoteStoreIT.testCancellation
      1 org.opensearch.remotestore.RemoteStoreRefreshListenerIT.testRemoteRefreshRetryOnFailure
      1 org.opensearch.cluster.allocation.ClusterRerouteIT.testDelayWithALargeAmountOfShards
      1 org.opensearch.action.admin.cluster.node.tasks.ResourceAwareTasksTests.testBasicTaskResourceTracking

@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #8290 (93d84b0) into main (0c7ba94) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##               main    #8290   +/-   ##
=========================================
  Coverage     70.96%   70.97%           
+ Complexity    56780    56732   -48     
=========================================
  Files          4733     4733           
  Lines        268140   268139    -1     
  Branches      39287    39287           
=========================================
+ Hits         190285   190301   +16     
+ Misses        61816    61810    -6     
+ Partials      16039    16028   -11     
Impacted Files Coverage Δ
...in/java/org/opensearch/wildfly/model/Employee.java 0.00% <ø> (ø)
...ildfly/transport/RestHighLevelClientActivator.java 0.00% <ø> (ø)
...transport/RestHighLevelClientEmployeeResource.java 0.00% <ø> (ø)
...wildfly/transport/RestHighLevelClientProducer.java 0.00% <ø> (ø)
...ly/transport/RestHighLevelJacksonJsonProvider.java 0.00% <ø> (ø)
...ibs/core/src/main/java/org/opensearch/Version.java 77.07% <100.00%> (-0.49%) ⬇️

... and 447 files with indirect coverage changes

@reta reta mentioned this pull request Jun 27, 2023
6 tasks
@reta reta merged commit f936b89 into opensearch-project:main Jun 27, 2023
36 checks passed
baba-devv pushed a commit to baba-devv/OpenSearch that referenced this pull request Jul 29, 2023
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
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.

[AUTOCUT] Gradle Check Failure on push to main
2 participants