-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Backport 2.x] Add capability to disable source recovery_source for an index (#13590) #14064
Conversation
❌ Gradle check result for 05b4b6b: 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? |
❌ Gradle check result for d576b6a: 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? |
@navneet1v sure, needs #14072 :( |
Oh. will wait for your PR to be merged and will trigger gradle check again. |
trying again. |
❌ Gradle check result for c91a26a: 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? |
Flaky test: #13828 |
❌ Gradle check result for ca1b7e9: 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? |
❌ Gradle check result for a4e4540: 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? |
❌ Gradle check result for b27a5b4: TIMEOUT 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? |
…arch-project#13590) Signed-off-by: Navneet Verma <navneev@amazon.com>
❌ Gradle check result for d152e4a: 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? |
@andrross should I do a force push again to re-run gradle check.. :( |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14064 +/- ##
============================================
+ Coverage 71.28% 71.37% +0.09%
- Complexity 60145 61821 +1676
============================================
Files 4957 5071 +114
Lines 282799 290423 +7624
Branches 41409 42342 +933
============================================
+ Hits 201591 207298 +5707
- Misses 64189 65691 +1502
- Partials 17019 17434 +415 ☔ View full report in Codecov by Sentry. |
…arch-project#13590) (opensearch-project#14064) Signed-off-by: Navneet Verma <navneev@amazon.com> Signed-off-by: kkewwei <kkewwei@163.com>
Description
Backport of the PR: #13590
Related Issues
NA
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.