Fix version check for BWC of Discovery Node serialization#15620
Merged
Bukhtawar merged 1 commit intoopensearch-project:mainfrom Sep 4, 2024
Merged
Fix version check for BWC of Discovery Node serialization#15620Bukhtawar merged 1 commit intoopensearch-project:mainfrom
Bukhtawar merged 1 commit intoopensearch-project:mainfrom
Conversation
Bukhtawar
approved these changes
Sep 3, 2024
Contributor
|
❕ Gradle check result for e390fba: 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15620 +/- ##
============================================
+ Coverage 71.92% 71.95% +0.02%
- Complexity 64076 64162 +86
============================================
Files 5263 5263
Lines 299569 299569
Branches 43303 43303
============================================
+ Hits 215467 215542 +75
+ Misses 66391 66382 -9
+ Partials 17711 17645 -66 ☔ View full report in Codecov by Sentry. |
Signed-off-by: RS146BIJAY <rishavsagar4b1@gmail.com>
e390fba to
ad32317
Compare
Contributor
|
❕ Gradle check result for ad32317: 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. |
Bukhtawar
approved these changes
Sep 4, 2024
akolarkunnu
pushed a commit
to akolarkunnu/OpenSearch
that referenced
this pull request
Sep 10, 2024
…-project#15620) Signed-off-by: RS146BIJAY <rishavsagar4b1@gmail.com>
This was referenced Sep 11, 2024
dk2k
pushed a commit
to dk2k/OpenSearch
that referenced
this pull request
Oct 16, 2024
…-project#15620) Signed-off-by: RS146BIJAY <rishavsagar4b1@gmail.com>
dk2k
pushed a commit
to dk2k/OpenSearch
that referenced
this pull request
Oct 17, 2024
…-project#15620) Signed-off-by: RS146BIJAY <rishavsagar4b1@gmail.com>
dk2k
pushed a commit
to dk2k/OpenSearch
that referenced
this pull request
Oct 21, 2024
…-project#15620) Signed-off-by: RS146BIJAY <rishavsagar4b1@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fix version check to 2.17 for BWC of Discovery Node serialization.
Check List
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.