|
Ran
|
Jobs
1
|
Files
615
|
Run time
1min
|
Badge
README BADGES
|
push
github
netty: Count sent RST_STREAMs against limit (1.75.x backport) (#12288) Http2RstCounterEncoder has to be constructed before NettyServerHandler/Http2ConnectionHandler so it must be static. Thus the code/counters were moved into RstStreamCounter which then can be constructed earlier and shared. This depends on Netty 4.1.124 for a bug fix to actually call the encoder: https://github.com/netty/netty/commit/be53dc3c9 Backport of #12277
34682 of 39158 relevant lines covered (88.57%)
0.89 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
87.65 |
-0.41% | ../core/src/main/java/io/grpc/internal/DelayedClientCall.java |
| 1 |
96.55 |
-0.57% | ../core/src/main/java/io/grpc/internal/DelayedClientTransport.java |
| 1 |
94.12 |
-1.18% | ../netty/src/main/java/io/grpc/netty/WriteBufferingAndExceptionHandler.java |
| 2 |
88.04 |
-0.96% | ../netty/src/main/java/io/grpc/netty/NettyServer.java |
| 2 |
92.89 |
-0.28% | ../okhttp/src/main/java/io/grpc/okhttp/OkHttpClientTransport.java |
| 42 |
91.02 |
-0.56% | ../netty/src/main/java/io/grpc/netty/NettyServerHandler.java |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | #19947.1 | 615 |
88.57 |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|