Skip to content
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

Helper class to allow in process servers to use peer uids in test #11014

Merged
merged 8 commits into from
Mar 22, 2024

Conversation

abtom
Copy link
Contributor

@abtom abtom commented Mar 14, 2024

We use in process servers for testing which currently does not allow the use peer uids due to InProcessBuilder not setting the correct values. Adding a test only interceptor so that we can use peer uids in in process servers.

Copy link

linux-foundation-easycla bot commented Mar 14, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@abtom
Copy link
Contributor Author

abtom commented Mar 14, 2024

See cl/613744041

@jdcormie jdcormie added the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Mar 18, 2024
@grpc-kokoro grpc-kokoro removed the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Mar 18, 2024
@jdcormie jdcormie self-assigned this Mar 18, 2024
@jdcormie
Copy link
Member

Can you update this to the latest piper revision ?

Also please move the PeerUidTestHelper from src/main/ to src/testFixtures/. PeerUidTestHelperTest should stay in src/test/

@abtom
Copy link
Contributor Author

abtom commented Mar 20, 2024

updated

@jdcormie
Copy link
Member

Can you make sure the whitespace and formatting complies with
https://github.com/grpc/grpc-java/blob/master/CONTRIBUTING.md#code-style ?

binder/build.gradle Outdated Show resolved Hide resolved
@jdcormie jdcormie added the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Mar 22, 2024
@grpc-kokoro grpc-kokoro removed the kokoro:run Add this label to a PR to tell Kokoro the code is safe and tests can be run label Mar 22, 2024
@jdcormie jdcormie merged commit 537dbe8 into grpc:master Mar 22, 2024
14 of 15 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants