-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add codec compare in shouldUpgrade method of OpenSearchMergePolicy #17491
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
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.46% 72.52% +0.05%
- Complexity 65757 65814 +57
============================================
Files 5311 5312 +1
Lines 305001 305024 +23
Branches 44230 44238 +8
============================================
+ Hits 221022 221215 +193
+ Misses 65932 65663 -269
- Partials 18047 18146 +99 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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? |
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. |
7951dda to
f62e304
Compare
|
❌ Gradle check result for f62e304: 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? |
f62e304 to
c97259d
Compare
|
❕ Gradle check result for c97259d: 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. |
4c1957c to
fb26dc0
Compare
|
❕ Gradle check result for fb26dc0: 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. |
fb26dc0 to
06c44fd
Compare
06c44fd to
bf9debd
Compare
|
❕ Gradle check result for bf9debd: 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. |
|
This PR is stalled because it has been open for 30 days with no activity. |
|
This PR is stalled because it has been open for 30 days with no activity. |
bf9debd to
03d2c43
Compare
|
❌ Gradle check result for 03d2c43: 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]>
Signed-off-by: Aleksandr Tuliakov <[email protected]>
Signed-off-by: Aleksandr Tuliakov <[email protected]>
Signed-off-by: Aleksandr Tuliakov <[email protected]>
03d2c43 to
8f178e2
Compare
|
❌ Gradle check result for 8f178e2: 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? |
|
This PR is stalled because it has been open for 30 days with no activity. |
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.