-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add codec compare in shouldUpgrade method of OpenSearchMergePolicy #17491
base: main
Are you sure you want to change the base?
Add codec compare in shouldUpgrade method of OpenSearchMergePolicy #17491
Conversation
dfae534
to
e2f2630
Compare
❌ Gradle check result for e2f2630: 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? |
ab8eebc
to
cf087bd
Compare
❌ Gradle check result for cf087bd: 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? |
cf087bd
to
e0dc807
Compare
❌ Gradle check result for e0dc807: 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? |
40340a9
to
8f7be3a
Compare
❌ Gradle check result for 8f7be3a: 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? |
8f7be3a
to
393c257
Compare
❕ Gradle check result for 393c257: 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17491 +/- ##
============================================
- Coverage 72.43% 72.39% -0.04%
+ Complexity 65721 65704 -17
============================================
Files 5311 5312 +1
Lines 304941 304951 +10
Branches 44228 44232 +4
============================================
- Hits 220890 220778 -112
- Misses 65952 66111 +159
+ Partials 18099 18062 -37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Aleksandr Tuliakov <[email protected]>
Signed-off-by: Aleksandr Tuliakov <[email protected]>
Signed-off-by: Aleksandr Tuliakov <[email protected]>
393c257
to
9444805
Compare
❌ Gradle check result for 9444805: 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: Aleksandr Tuliakov <[email protected]>
9444805
to
7951dda
Compare
❕ Gradle check result for 7951dda: 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. |
Description
Allow to use UpgradeRequest to change codecs.
Related Issues
Related to description in #13569
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.