-
Notifications
You must be signed in to change notification settings - Fork 298
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
Proxy authentication tests #2211
Proxy authentication tests #2211
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2211 +/- ##
============================================
- Coverage 61.16% 61.04% -0.12%
+ Complexity 3274 3268 -6
============================================
Files 259 259
Lines 18337 18337
Branches 3248 3248
============================================
- Hits 11215 11193 -22
- Misses 5535 5558 +23
+ Partials 1587 1586 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
81f509f
to
9b4748b
Compare
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.
Ty @lukasz-soszynski-eliatra ! One request, could you please add a brief javadoc for all the new classes that you have added in this PR. Would be super helpful down the line.
b15937f
to
1510172
Compare
Done |
1510172
to
dffb6bc
Compare
Bwc tests are broken on main. Tracking issue here: #2221 |
dffb6bc
to
4abb296
Compare
4abb296
to
6f42908
Compare
c703679
to
5a00e3b
Compare
@lukasz-soszynski-eliatra Looks like there are some merge conflicts. Can you please resolve them? |
Signed-off-by: Lukasz Soszynski <lukasz.soszynski@eliatra.com>
5a00e3b
to
d9c82f7
Compare
Done, conflicts resolved :) |
Signed-off-by: Lukasz Soszynski lukasz.soszynski@eliatra.com
Description
[Describe what this change achieves]
Integration tests related to proxy authentication added
Issues Resolved
[List any issues this PR will resolve]
Is this a backport? If so, please add backport PR # and/or commits #
Testing
[Please provide details of testing done: unit testing, integration testing and manual testing]
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.