grpc-java icon indicating copy to clipboard operation
grpc-java copied to clipboard

Intermittent test failure in io.grpc.okhttp.OkHttpClientTransportTest > testClientHandlerFrameLogger

Open temawi opened this issue 3 years ago • 0 comments

What version of gRPC-Java are you using?

1.47.0-SNAPSHOT

What is your environment?

GitHub actions linux environment

What did you expect to see?

Successful build

What did you see instead?

grpc-okhttp build failure: https://github.com/grpc/grpc-java/runs/6119593543

io.grpc.okhttp.OkHttpClientTransportTest > testClientHandlerFrameLogger FAILED value of : iterable.size() expected : 1 but was : 2 iterable was: [java.util.logging.LogRecord@617ad1d1, java.util.logging.LogRecord@4a1bad92]

Steps to reproduce the bug

Happens intermittently during a build.

temawi avatar Apr 21 '22 22:04 temawi