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

Really unit test java grpc interceptor #361

Open
yolocs opened this issue Jan 7, 2023 · 0 comments
Open

Really unit test java grpc interceptor #361

yolocs opened this issue Jan 7, 2023 · 0 comments
Labels
p2 test Test related work

Comments

@yolocs
Copy link
Contributor

yolocs commented Jan 7, 2023

https://github.com/abcxyz/lumberjack/blob/main/clients/java-logger/library/src/test/java/com/abcxyz/lumberjack/auditlogclient/AuditLoggingServerInterceptorTests.java only tests some private functions. There is no coverage for how the interceptor really intercepts the gRPC calls.

We could reference some examples in https://github.com/grpc/grpc-java for how to better interceptors.

@yolocs yolocs added the test Test related work label Jan 7, 2023
@yolocs yolocs mentioned this issue Jan 7, 2023
@capri-xiyue capri-xiyue added the p2 label Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2 test Test related work
Development

No branches or pull requests

2 participants