-
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
relaxing the join validation for nodes which have only store disabled… #15667
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.17 #15667 +/- ##
============================================
- Coverage 71.73% 71.70% -0.04%
- Complexity 64250 64268 +18
============================================
Files 5251 5251
Lines 300362 300397 +35
Branches 43704 43708 +4
============================================
- Hits 215471 215385 -86
- Misses 66908 66985 +77
- Partials 17983 18027 +44 ☔ View full report in Codecov by Sentry. |
7a2b56e
to
1dad13b
Compare
❌ Gradle check result for 1dad13b: null 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? |
2 similar comments
❌ Gradle check result for 1dad13b: null 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 1dad13b: null 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 1dad13b: null 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? |
1dad13b
to
f7909c9
Compare
❌ Gradle check result for f7909c9: null 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? |
2 similar comments
❌ Gradle check result for f7909c9: null 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 f7909c9: null 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? |
… but only publication enabled (opensearch-project#15471) Signed-off-by: Rajiv Kumar Vaidyanathan <[email protected]>
f7909c9
to
8d4907e
Compare
❕ Gradle check result for 8d4907e: 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. |
Backport :- #15471
… but only publication enabled (#15471)
Description
[Describe what this change achieves]
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.