-
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
Introduce interface changes to support read/write blob with object me… #13757
Introduce interface changes to support read/write blob with object me… #13757
Conversation
❌ Gradle check result for 5395322: 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? |
5395322
to
31c8ff7
Compare
❌ Gradle check result for 31c8ff7: 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? |
31c8ff7
to
a945a33
Compare
❌ Gradle check result for a945a33: 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? |
d5ad025
to
4a77bd0
Compare
❌ Gradle check result for d5ad025: 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 4a77bd0: 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? |
4a77bd0
to
ae1e6e6
Compare
❌ Gradle check result for ae1e6e6: 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? |
ae1e6e6
to
35a5b30
Compare
❌ Gradle check result for 35a5b30: 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? |
f2c4efa
to
c4d4be8
Compare
❌ Gradle check result for c4d4be8: 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? |
…tadata (opensearch-project#13023) * Introduce interface changes to read/write blob with object metadata --------- Signed-off-by: Sandeep Kumawat <[email protected]> Co-authored-by: Sandeep Kumawat <[email protected]> (cherry picked from commit 9b0f578) Signed-off-by: Sandeep Kumawat <[email protected]>
c4d4be8
to
0b34861
Compare
❌ Gradle check result for f2c4efa: 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #13757 +/- ##
============================================
+ Coverage 71.28% 71.31% +0.03%
- Complexity 60145 61304 +1159
============================================
Files 4957 5037 +80
Lines 282799 288256 +5457
Branches 41409 42110 +701
============================================
+ Hits 201591 205572 +3981
- Misses 64189 65327 +1138
- Partials 17019 17357 +338 ☔ View full report in Codecov by Sentry. |
Backport #13023 to 2.x
Merge Conflicts Files:
plugins/repository-s3/src/test/java/org/opensearch/repositories/s3/S3BlobContainerMockClientTests.java
Signed-off-by: Sandeep Kumawat [email protected]
Related Issues
Resolves []
Check List
Commit changes are listed out in CHANGELOG.md file (See: Changelog)Public documentation issue/PR createdBy 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.