• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

grpc / grpc-java / #20038
89%

Build:
DEFAULT BRANCH: master
Ran 30 Oct 2025 03:09PM UTC
Jobs 1
Files 621
Run time 4min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Oct 2025 02:58PM UTC coverage: 88.518% (-0.05%) from 88.57%
#20038

push

github

web-flow
core: simplify DnsNameResolver.resolveAddresses()

`resolveAddresses()` is a private method, called only once. There is no
need to handle exceptions in multiple places.

The reason for creating this PR:
I have noticed an exception like this in the logs
```
2025-10-16 13:09:33.141 WARN  [grpc-default-executor-222]    ManagedChannelImpl            [Channel<47>: (x.y.com:443)] Failed to resolve name. status=Status{code=UNAVAILABLE, 
description=Unable to resolve host x.y.com, 
cause=java.lang.RuntimeException: java.net.UnknownHostException: x.y.com: nodename nor servname provided, or not known
...
Caused by: java.net.UnknownHostException: x.y.com: nodename nor servname provided, or not known
...
}
```

34953 of 39487 relevant lines covered (88.52%)

0.89 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
86.49
-0.22% ../inprocess/src/main/java/io/grpc/inprocess/InProcessTransport.java
1
84.3
-0.41% ../netty/src/main/java/io/grpc/netty/Utils.java
3
95.05
-0.44% ../core/src/main/java/io/grpc/internal/RetriableStream.java
4
74.23
-4.12% ../servlet/src/main/java/io/grpc/servlet/AsyncServletOutputStreamWriter.java
5
83.02
-9.43% ../core/src/main/java/io/grpc/internal/Http2Ping.java
5
69.83
-4.31% ../servlet/src/main/java/io/grpc/servlet/ServletServerStream.java
6
79.03
-4.84% ../servlet/src/main/java/io/grpc/servlet/ServletAdapter.java
22
91.67
-0.16% ../core/src/main/java/io/grpc/internal/DnsNameResolver.java
Jobs
ID Job ID Ran Files Coverage
1 #20038.1 30 Oct 2025 03:09PM UTC 621
88.52
Source Files on build #20038
  • Tree
  • List 621
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20038
  • 4843256a on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc