-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Bug Fix] fix skip_unavailable setting changing to default during node drop #18766
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
Conversation
|
❌ Gradle check result for 7f8f8ce: 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 f962187: 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? |
…ue#13798 Signed-off-by: Aniket Modak <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #18766 +/- ##
============================================
+ Coverage 72.86% 72.90% +0.03%
- Complexity 69411 69444 +33
============================================
Files 5647 5647
Lines 319166 319166
Branches 46165 46165
============================================
+ Hits 232565 232674 +109
+ Misses 67779 67599 -180
- Partials 18822 18893 +71 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ue#13798 Signed-off-by: Aniket Modak <[email protected]>
|
❌ Gradle check result for 26742df: 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 e72afa0: 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 8ff1e9a: 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 661e965: 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: Aniket Modak <[email protected]>
Signed-off-by: Aniket Modak <[email protected]>
|
❕ Gradle check result for 7bf6e7f: 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. |
|
❌ Gradle check result for 6f68f76: 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: Aniket Modak <[email protected]> Signed-off-by: Aniket Modak <[email protected]>
|
❌ Gradle check result for c43a700: 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 c43a700: 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 10ce5f0: 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 b67d53b: 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 5e8e362: 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: Aniket Modak <[email protected]> Signed-off-by: Aniket Modak <[email protected]>
…e drop (opensearch-project#18766) * fix skip_unavailable setting changing to default during node drop issue#13798 Signed-off-by: Aniket Modak <[email protected]> * fix skip_unavailable setting changing to default during node drop issue#13798 Signed-off-by: Aniket Modak <[email protected]> --------- Signed-off-by: Aniket Modak <[email protected]> Signed-off-by: Aniket Modak <[email protected]> Co-authored-by: Aniket Modak <[email protected]>
…e drop (opensearch-project#18766) * fix skip_unavailable setting changing to default during node drop issue#13798 Signed-off-by: Aniket Modak <[email protected]> * fix skip_unavailable setting changing to default during node drop issue#13798 Signed-off-by: Aniket Modak <[email protected]> --------- Signed-off-by: Aniket Modak <[email protected]> Signed-off-by: Aniket Modak <[email protected]> Co-authored-by: Aniket Modak <[email protected]>
…e drop (opensearch-project#18766) * fix skip_unavailable setting changing to default during node drop issue#13798 Signed-off-by: Aniket Modak <[email protected]> * fix skip_unavailable setting changing to default during node drop issue#13798 Signed-off-by: Aniket Modak <[email protected]> --------- Signed-off-by: Aniket Modak <[email protected]> Signed-off-by: Aniket Modak <[email protected]> Co-authored-by: Aniket Modak <[email protected]>
Description
Fix for bug issue #13798
Related Issues
Resolves #13798
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.