grpc / grpc-java

The Java gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/java/
Apache License 2.0
11.48k stars 3.85k forks source link

testing: enabled smallLatency test #11671

Closed vinodhabib closed 2 hours ago

vinodhabib commented 2 weeks ago

Enabled smallLatency() test which was ignored earlier and its working as Expected as I don't see any latency issue here.

Fixes https://github.com/grpc/grpc-java/issues/2951