-
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
[Feature/Identity] Fixes test failures in gradle check for #4798 #5441
[Feature/Identity] Fixes test failures in gradle check for #4798 #5441
Conversation
fad340f
to
e04e786
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
50de65b
to
ce38d69
Compare
Gradle Check (Jenkins) Run Completed with:
|
ce38d69
to
57df6b6
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
d49b703
to
0e91f95
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle check ran for a little above 2hrs and then was aborted. This is significantly higher than current main's build time which is 32mins 10secs for gradle check. The likely culprit is the logout calls on every login resulting in added time. I'm working on finding a better solution than this. OpenSearch/server/src/main/java/org/opensearch/rest/RestController.java Lines 696 to 710 in 0e91f95
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## feature/identity #5441 +/- ##
======================================================
+ Coverage 70.86% 71.09% +0.22%
- Complexity 58405 58560 +155
======================================================
Files 4769 4769
Lines 278958 278962 +4
Branches 40300 40301 +1
======================================================
+ Hits 197681 198323 +642
+ Misses 65087 64457 -630
+ Partials 16190 16182 -8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
d4cf808
to
5db6f1b
Compare
Follow-up: Add tests for |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Done. |
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Darshit Chanpura <[email protected]>
9c9445b
to
3153ba7
Compare
Gradle Check (Jenkins) Run Completed with:
|
@peternied This change might not be needed at all if we were to discard the check of whether user is currently logged in and whether the new request is by same user, because CI for latest commit c39a92b in feature/identity is passing |
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Darshit Chanpura <[email protected]>
9ec3597
to
dea9f34
Compare
Gradle Check (Jenkins) Run Completed with:
|
Being that CI is working I'd say maybe its better to close this out as unneeded - thanks for digging in! |
Description
As a follow-up for #4798, this PR fixes test failures that were noticed in CI gradle check.
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.