[Backport 2.x] Add support for async deletion in S3BlobContainer (#15621)#16013
[Backport 2.x] Add support for async deletion in S3BlobContainer (#15621)#16013ashking94 merged 1 commit intoopensearch-project:2.xfrom
Conversation
…#15621) * Add support for async deletion in S3BlobContainer Signed-off-by: Ashish Singh <ssashish@amazon.com> * Move helper methods to helper class Signed-off-by: Ashish Singh <ssashish@amazon.com> * Minor refactor Signed-off-by: Ashish Singh <ssashish@amazon.com> * Add UTs Signed-off-by: Ashish Singh <ssashish@amazon.com> * Add more tests Signed-off-by: Ashish Singh <ssashish@amazon.com> * Integrate async deletion in the snapshot interactions Signed-off-by: Ashish Singh <ssashish@amazon.com> --------- Signed-off-by: Ashish Singh <ssashish@amazon.com>
|
❌ Gradle check result for b810ec8: 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 b810ec8: 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 b810ec8: 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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #16013 +/- ##
============================================
- Coverage 71.77% 71.58% -0.20%
+ Complexity 64687 64629 -58
============================================
Files 5277 5278 +1
Lines 302344 302476 +132
Branches 43993 44002 +9
============================================
- Hits 217003 216521 -482
- Misses 67223 67840 +617
+ Partials 18118 18115 -3 ☔ View full report in Codecov by Sentry. |
Backport 2b670cc from #15621.