-
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
[Remote Store] Add remote segment upload backpressure integ tests #8197
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #8197 +/- ##
============================================
- Coverage 70.96% 70.79% -0.18%
+ Complexity 56780 56545 -235
============================================
Files 4733 4719 -14
Lines 268140 267559 -581
Branches 39287 39206 -81
============================================
- Hits 190285 189406 -879
- Misses 61816 62192 +376
+ Partials 16039 15961 -78 |
e574297
to
34ecc46
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
server/src/internalClusterTest/java/org/opensearch/remotestore/RemoteStoreBackpressureIT.java
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/remotestore/RemoteStoreBackpressureIT.java
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/remotestore/RemoteStoreBackpressureIT.java
Show resolved
Hide resolved
Signed-off-by: Ashish Singh <ssashish@amazon.com>
Signed-off-by: Ashish Singh <ssashish@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Build failed due to lucene version tests failing. Unrelated to this PR. Seeing similar failures in other PR builds as well - https://build.ci.opensearch.org/job/gradle-check/18436/
|
Signed-off-by: Ashish Singh <ssashish@amazon.com>
) Signed-off-by: Ashish Singh <ssashish@amazon.com> (cherry picked from commit 9d9a143) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Gradle Check (Jenkins) Run Completed with:
|
…ensearch-project#8197) Signed-off-by: Ashish Singh <ssashish@amazon.com> Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
…ensearch-project#8197) Signed-off-by: Ashish Singh <ssashish@amazon.com>
…ensearch-project#8197) Signed-off-by: Ashish Singh <ssashish@amazon.com>
Backport was merged. |
…ensearch-project#8197) Signed-off-by: Ashish Singh <ssashish@amazon.com>
…ensearch-project#8197) Signed-off-by: Ashish Singh <ssashish@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
This PR adds integration tests for Remote Segment Backpressure.
Related Issues
Resolves #7527
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.