Skip to content

Move all test helper classes out of AbstractTransportTest so they can be used elsewhere #12125

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

Merged
merged 11 commits into from
Jun 5, 2025

Conversation

jdcormie
Copy link
Member

@jdcormie jdcormie commented Jun 2, 2025

@jdcormie jdcormie marked this pull request as ready for review June 2, 2025 22:36
@jdcormie jdcormie requested a review from larry-safran June 2, 2025 22:36
MockServerTransportListener create(ServerTransport transport);
}

public MockServerListener(ServerTransportListenerFactory serverTransportListenerFactory) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to other reviewers: This is the new logic apart from simple refactoring changes, to take a factory for the transport listener whereas the original inner class was using a hardcoded implementation (MockServerTransportListener) by itself.

@kannanjgithub kannanjgithub requested review from ejona86 and removed request for larry-safran June 3, 2025 11:58
@kannanjgithub kannanjgithub merged commit 4c73999 into grpc:master Jun 5, 2025
24 of 26 checks passed
AgraVator pushed a commit to AgraVator/grpc-java that referenced this pull request Jun 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants