Skip to content

Conversation

@cwperks
Copy link
Member

@cwperks cwperks commented Oct 28, 2025

Description

Modules in this PR include:

  • crypto-kms plugin
  • repository-s3 plugin
  • repository-azure-classic plugin
  • repository-gcs plugin

Related Issues

Related to #18339

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

@cwperks cwperks requested a review from a team as a code owner October 28, 2025 20:48
Signed-off-by: Craig Perkins <[email protected]>
@github-actions
Copy link
Contributor

❌ Gradle check result for daa1491: 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?

Signed-off-by: Craig Perkins <[email protected]>
@github-actions
Copy link
Contributor

✅ Gradle check result for 003ec6e: SUCCESS

@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

❌ Patch coverage is 57.14286% with 57 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.20%. Comparing base (8dd1286) to head (003ec6e).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
.../repositories/gcs/GoogleCloudStorageBlobStore.java 28.57% 25 Missing ⚠️
...ch/repositories/gcs/GoogleCloudStorageService.java 46.15% 6 Missing and 1 partial ⚠️
...java/org/opensearch/repositories/s3/S3Service.java 61.11% 6 Missing and 1 partial ⚠️
...org/opensearch/repositories/s3/S3AsyncService.java 64.70% 5 Missing and 1 partial ⚠️
.../opensearch/repositories/azure/AzureBlobStore.java 28.57% 5 Missing ⚠️
...rg/opensearch/crypto/kms/KmsMasterKeyProvider.java 0.00% 2 Missing ⚠️
...sitories/gcs/GoogleCloudStorageClientSettings.java 33.33% 2 Missing ⚠️
...ensearch/crypto/kms/CredentialProviderFactory.java 0.00% 1 Missing ⚠️
...ain/java/org/opensearch/crypto/kms/KmsService.java 75.00% 1 Missing ⚠️
...ories/gcs/GoogleApplicationDefaultCredentials.java 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #19803      +/-   ##
============================================
+ Coverage     73.12%   73.20%   +0.08%     
- Complexity    71099    71155      +56     
============================================
  Files          5754     5750       -4     
  Lines        325296   325246      -50     
  Branches      47052    47052              
============================================
+ Hits         237868   238110     +242     
+ Misses        68282    67888     -394     
- Partials      19146    19248     +102     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

} while (page != null);
return deleteResult;
});
} catch (Exception e) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if this can lead to ClassCastException during runtime?

(applies to other error handling in other places in the PR as well)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants