testserver: Modify GetHTTPClient to GetUnauthenticatedHTTPClient, GetAdminAuthenticatedHTTPClient to GetAdminHTTPClient#77732
Conversation
|
Thank you for contributing to CockroachDB. Please ensure you have followed the guidelines for creating a PR. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
998db8b to
5c9578d
Compare
|
Thank you for updating your pull request. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
68baac2 to
4e8dfd5
Compare
knz
left a comment
There was a problem hiding this comment.
Reviewed 18 of 18 files at r1, all commit messages.
Reviewable status:complete! 0 of 0 LGTMs obtained (waiting on @srosenberg)
|
This change is good. Thank you! |
|
bors r+ |
|
Build failed: |
|
TFYR |
|
looks like there are merge conflicts - can you resolve them? |
|
Yep, will do. |
4e8dfd5 to
71efc61
Compare
|
Thank you for updating your pull request. Before a member of our team reviews your PR, I have some potential action items for you:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
c307711 to
44f1b43
Compare
|
@otan I fixed the merge conflict but now the TeamCity build fails. I looked through the build output logs multiple times but cannot understand the issue. I'd appreciate help in understanding the problem. Also, when handling merge conflicts after approval, is it standard to rebase afterwards (as I have done here)? |
|
i see when clicking Build Log
yep! |
44f1b43 to
ba4e933
Compare
ba4e933 to
d473771
Compare
|
Thank you for updating your pull request. Before a member of our team reviews your PR, I have some potential action items for you:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
d473771 to
fa14dc1
Compare
…AdminAuthenticatedHTTPClient to GetAdminHTTPClient Release justification: Low impact, rename refactoring of testserver methods Release note (security upgrade): Modifies default testserver method of getting http unauthenticated clients with a more verbose name to encourage use of authenticated sessions. The default authenticated admin http client getter is simplified in turn.
fa14dc1 to
e042fbc
Compare
|
thank you for the change again. When the CI is happy with this, we can merge this |
|
bors r+ |
|
bors r+ |
|
Build succeeded: |
fixes #76241.
See commit message.
Release justification: Low impact, rename refactoring of testserver methods