-
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 integration tests for RemoteRoutingTable Service. (#14631) #14904
Conversation
❌ Gradle check result for 69f5509: 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 69f5509: 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? |
29371bd
to
530d6de
Compare
❌ Gradle check result for 530d6de: 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 29371bd: 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 878624c: 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? |
…ject#14631) Signed-off-by: Shailendra Singh <[email protected]> Signed-off-by: Arpit Bandejiya <[email protected]>
❌ Gradle check result for 2f54283: 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? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #14904 +/- ##
=========================================
Coverage 71.58% 71.58%
+ Complexity 62630 62612 -18
=========================================
Files 5118 5118
Lines 293958 293959 +1
Branches 42834 42834
=========================================
+ Hits 210434 210440 +6
+ Misses 65911 65839 -72
- Partials 17613 17680 +67 ☔ View full report in Codecov by Sentry. |
…ject#14631) (opensearch-project#14904) Signed-off-by: Shailendra Singh <[email protected]> Signed-off-by: kkewwei <[email protected]>
Description
[Backport 2.x] Refactor remote routing table service to implement remote objects #14862
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.