-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] [Snapshot Interop] Fix Flaky Snapshot Interop Tests #9867
Conversation
Signed-off-by: Harish Bhakuni <hbhakuni@amazon.com> Co-authored-by: Harish Bhakuni <hbhakuni@amazon.com> (cherry picked from commit 951f051) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Compatibility status:Checks if related components are compatible with change 7ca0c43 Incompatible componentsIncompatible components: [https://github.com/opensearch-project/cross-cluster-replication.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/performance-analyzer-rca.git] |
Gradle Check (Jenkins) Run Completed with:
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2.x #9867 +/- ##
============================================
+ Coverage 70.82% 70.91% +0.08%
- Complexity 58150 58241 +91
============================================
Files 4816 4816
Lines 274923 275051 +128
Branches 40412 40428 +16
============================================
+ Hits 194727 195049 +322
+ Misses 63500 63356 -144
+ Partials 16696 16646 -50 ☔ View full report in Codecov by Sentry. |
This PR is stalled because it has been open for 30 days with no activity. |
@harishbhakuni is this PR needed? |
@neetikasinghal yes this is needed, I will take care of backporting this to 2.x branch. |
This PR is stalled because it has been open for 30 days with no activity. |
@harishbhakuni Does this need a manual backport? |
yes @kotwanikunal , planning to do this before 2.12. will take care of this. |
merged too 2.x, as part of #12193. |
Backport 951f051 from #9795.