-
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
Consolidate cleanup for Azure blob tests #16789
Conversation
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
...tory-azure/src/test/java/org/opensearch/repositories/azure/AzureRepositorySettingsTests.java
Show resolved
Hide resolved
❌ Gradle check result for 040691f: 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 @@
## main #16789 +/- ##
============================================
+ Coverage 72.05% 72.07% +0.02%
- Complexity 65183 65188 +5
============================================
Files 5318 5318
Lines 303993 303993
Branches 43990 43990
============================================
+ Hits 219028 219100 +72
+ Misses 67046 66973 -73
- Partials 17919 17920 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. Leaving a comment instead of marking as approved since I'm not a maintainer, but in the admin group.
Signed-off-by: Andriy Redko <andriy.redko@aiven.io> (cherry picked from commit 2d18c34) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 2d18c34) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Consolidate cleanup for Azure blob tests
Related Issues
Followup on #16778
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.