Fix saml related citest failures after gradle shadow plugin upgrade from v8 to v9 - #5964
Merged
Merged
Conversation
…rom v8 to v9 Signed-off-by: Craig Perkins <cwperx@amazon.com>
cwperks
requested review from
DarshitChanpura,
RyanL1997,
derek-ho,
nibix,
reta,
shikharj05 and
willyborankin
as code owners
February 20, 2026 01:31
RyanL1997
approved these changes
Feb 20, 2026
1 task
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5964 +/- ##
==========================================
+ Coverage 73.80% 73.85% +0.04%
==========================================
Files 439 439
Lines 27086 27086
Branches 4018 4018
==========================================
+ Hits 19992 20004 +12
+ Misses 5189 5175 -14
- Partials 1905 1907 +2 🚀 New features to boost your workflow:
|
reta
approved these changes
Feb 20, 2026
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes saml related tests failing in
./gradlew :citestShadow plugin changelog: https://gradleup.com/shadow/changes/
See v9 migration guide here: https://gradleup.com/shadow/changes/#migration-example
Fixes the following:
Test fix
Issues Resolved
Fixes test failures seen in https://github.com/opensearch-project/security/actions/runs/22202155134/job/64222953670?pr=5963
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.