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

grpc / grpc-java / 11875
87%
master: 89%

Build:
Build:
LAST BUILD BRANCH: v1.77.x
DEFAULT BRANCH: master
Ran 19 Oct 2018 10:44PM UTC
Jobs 1
Files 252
Run time 17s
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

pending completion
11875

push

travis-ci

web-flow
core: ignore localhost and IP addresses for JNDI (1.16.x backport)

This change is mainly to fix a test, but it also is an implementation of the proposal here: https://github.com/grpc/proposal/pull/79

In short:

* Do not do SRV or TXT lookups when the target name is `localhost`.  This can be overriden by a system property
* Do not do SRV or TXT lookups when the target name is an IPv6 or IPv4 address.  This _cannot_ be overriden.  The constructed domains for these queries would themselves not be valid.  (e.g. _grpclb._tcp.192.168.0.1)
* Speeds up initial connection when communicating over local host, since it is extremely uncommon that such a connection would need gRPCLB or SRV records

I expect to remove the system property after a release if no one asks about it.

14735 of 16847 relevant lines covered (87.46%)

0.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11875.1 19 Oct 2018 10:44PM UTC 0
87.46
Travis Job 11875.1
Source Files on build 11875
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11875
  • 092bf2e3 on github
  • Prev Build on v1.16.x (#11833)
  • Next Build on v1.16.x (#11903)
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

© 2025 Coveralls, Inc